From: Denys Vlasenko Date: Fri, 23 Nov 2007 13:10:03 +0000 (+0800) Subject: [CRYPTO] camellia: Merge encrypt/decrypt routines for all key lengths X-Git-Tag: v2.6.25-rc1~1242^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acca79a664859e3ddaea87af86d4ccfb2e07cd65;p=pandora-kernel.git [CRYPTO] camellia: Merge encrypt/decrypt routines for all key lengths unifies encrypt/decrypt routines for different key lengths. This reduces module size by ~25%, with tiny (less than 1%) speed impact. Also collapses encrypt/decrypt into more readable (visually shorter) form using macros. Signed-off-by: Denys Vlasenko Signed-off-by: Herbert Xu --- Reading git-diff-tree failed