From: Sebastian Siewior Date: Tue, 11 Mar 2008 13:27:11 +0000 (+0800) Subject: [CRYPTO] tcrypt: Shrink speed templates X-Git-Tag: v2.6.26-rc1~1120^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5dc392742a9818e2766a63f3533980543e18060;p=pandora-kernel.git [CRYPTO] tcrypt: Shrink speed templates The speed templates as it look always the same. The key size is repeated for each block size and we test always the same block size. The addition of one inner loop makes it possible to get rid of the struct and it is possible to use a tiny u8 array :) Signed-off-by: Sebastian Siewior Signed-off-by: Herbert Xu --- Reading git-diff-tree failed