From: Tan Swee Heng Date: Thu, 29 Nov 2007 13:30:11 +0000 (+1100) Subject: [CRYPTO] tcrypt: Support for large test vectors X-Git-Tag: v2.6.25-rc1~1242^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d1a69d53a34e6d906551d92e7639b739332b177;p=pandora-kernel.git [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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed