kernel-ark/crypto
Joachim Fritschi 2729bb427f [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 <jfritschi@freenet.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2006-09-21 11:16:27 +10:00
..
aes.c
anubis.c
api.c [CRYPTO] api: Allow replacement when registering new algorithms 2006-06-26 17:34:41 +10:00
arc4.c
blowfish.c
cast5.c
cast6.c
cipher.c
compress.c [CRYPTO] api: Added cra_init/cra_exit 2006-06-26 17:34:40 +10:00
crc32c.c
crypto_null.c
deflate.c [CRYPTO] api: Added cra_init/cra_exit 2006-06-26 17:34:40 +10:00
des.c
digest.c
hmac.c
internal.h
Kconfig [CRYPTO] twofish: Split out common c code 2006-09-21 11:16:27 +10:00
khazad.c
Makefile [CRYPTO] twofish: Split out common c code 2006-09-21 11:16:27 +10:00
md4.c
md5.c
michael_mic.c
proc.c
scatterwalk.c
scatterwalk.h
serpent.c
sha1.c
sha256.c
sha512.c
tcrypt.c [CRYPTO] tcrypt: Speed benchmark support for digest algorithms 2006-06-26 17:34:41 +10:00
tcrypt.h [CRYPTO] tcrypt: Speed benchmark support for digest algorithms 2006-06-26 17:34:41 +10:00
tea.c
tgr192.c
twofish_common.c [CRYPTO] twofish: Split out common c code 2006-09-21 11:16:27 +10:00
twofish.c [CRYPTO] twofish: Split out common c code 2006-09-21 11:16:27 +10:00
wp512.c