crypto: cast5/cast6 - move lookup tables to shared module
authorJussi Kivilinna <jussi.kivilinna@mbnet.fi>
Tue, 13 Nov 2012 09:43:14 +0000 (11:43 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 6 Dec 2012 09:16:26 +0000 (17:16 +0800)
commit044ab5257806310a0150146df3b74b8adaa4ebcf
tree0396b6068d9547c28841c1808c48adf97e474e60
parentf0fcf2002bf122afe8fe1b74b2cee3710c7e6cd9
crypto: cast5/cast6 - move lookup tables to shared module

CAST5 and CAST6 both use same lookup tables, which can be moved shared module
'cast_common'.

Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/cast5-avx-x86_64-asm_64.S
arch/x86/crypto/cast6-avx-x86_64-asm_64.S
crypto/Kconfig
crypto/Makefile
crypto/cast5_generic.c
crypto/cast6_generic.c
crypto/cast_common.c [new file with mode: 0644]
include/crypto/cast5.h
include/crypto/cast6.h
include/crypto/cast_common.h [new file with mode: 0644]