commit | 6d1a69d53a34e6d906551d92e7639b739332b177 | [log] [tgz] |
---|---|---|
author | Tan Swee Heng <thesweeheng@gmail.com> | Fri Nov 30 00:30:11 2007 +1100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:16:25 2008 +1100 |
tree | 28a0cb065df734099001f7706a059e63d1adebb7 | |
parent | 0971eb0de9446b66bd45696338f54948314db379 [diff] |
[CRYPTO] tcrypt: Support for large test vectors Currently the number of entries in a cipher test vector template is limited by TVMEMSIZE/sizeof(struct cipher_testvec). This patch circumvents the problem by pointing cipher_tv to each entry in the template, rather than the template itself. Signed-off-by: Tan Swee Heng <thesweeheng@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>