commit | a773edb3ed0c3288f5ae76adc7d48c934ccfcf8c | [log] [tgz] |
---|---|---|
author | Tan Swee Heng <thesweeheng@gmail.com> | Fri Nov 30 00:36:07 2007 +1100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:16:25 2008 +1100 |
tree | fadd3d078a517d5b0e9346ad3b738cc4719d058e | |
parent | 6d1a69d53a34e6d906551d92e7639b739332b177 [diff] |
[CRYPTO] tcrypt: AES CTR large test vector This patch adds a large AES CTR mode test vector. The test vector is 4100 bytes in size. It was generated using a C++ program that called Crypto++. Note that this patch increases considerably the size of "struct cipher_testvec" and hence the size of tcrypt.ko. Signed-off-by: Tan Swee Heng <thesweeheng@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>