From: Jussi Kivilinna Date: Mon, 18 Jun 2012 11:07:14 +0000 (+0300) Subject: crypto: serpent-sse2 - prepare serpent-sse2 glue code into generic x86 glue code... X-Git-Tag: v3.6-rc1~94^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e81792fbc2a6fa4969f724b959829667fb2d4f01;p=pandora-kernel.git crypto: serpent-sse2 - prepare serpent-sse2 glue code into generic x86 glue code for 128bit block ciphers Block cipher implementations in arch/x86/crypto/ contain common glue code that is currently duplicated in each module (camellia-x86_64, twofish-x86_64-3way, twofish-avx, serpent-sse2 and serpent-avx). This patch prepares serpent-sse2 glue into generic glue code for all 128bit block ciphers to use in arch/x86/crypto. Signed-off-by: Jussi Kivilinna Signed-off-by: Herbert Xu --- Reading git-diff-tree failed