Re: [PATCH] crypto/testmgr: add xts-aes-256 self-test

2011-05-25 Thread Jarod Wilson
Jarod Wilson wrote: FIPS compliance requires a known-answer self-test for all approved cipher and mode combinations, for all valid key sizes. Presently, there are only self-tests for xts-aes-128. This adds a 256-bit one, pulled from the same reference document, which should satisfy the requiremen

[PATCH] crypto/testmgr: add xts-aes-256 self-test

2011-05-25 Thread Jarod Wilson
FIPS compliance requires a known-answer self-test for all approved cipher and mode combinations, for all valid key sizes. Presently, there are only self-tests for xts-aes-128. This adds a 256-bit one, pulled from the same reference document, which should satisfy the requirement. CC: Herbert Xu CC