From: Joachim Fritschi Date: Tue, 20 Jun 2006 10:37:23 +0000 (+1000) Subject: [CRYPTO] twofish: Split out common c code X-Git-Tag: v2.6.19-rc1~1297^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2729bb427f686e47970406d6bde6b11892885f29;p=pandora-kernel.git [CRYPTO] twofish: Split out common c code This patch splits up the twofish crypto routine into a common part ( key setup ) which will be uses by all twofish crypto modules ( generic-c , i586 assembler and x86_64 assembler ) and generic-c part. It also creates a new header file which will be used by all 3 modules. This eliminates all code duplication. Correctness was verified with the tcrypt module and automated test scripts. Signed-off-by: Joachim Fritschi Signed-off-by: Herbert Xu --- Reading git-diff-tree failed