[CRYPTO] aes: Move common defines into a header file
authorSebastian Siewior <sebastian@breakpoint.cc>
Wed, 17 Oct 2007 15:18:57 +0000 (23:18 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:04 +0000 (08:16 +1100)
commit89e12654312dddbbdbf17b5adc95b22cb672f947
treeb6c90424ece4dae2178c3b3843e37ebf41c8286b
parentf1901f1fc710ec0fc482a7c98ee4552874139f39
[CRYPTO] aes: Move common defines into a header file

This three defines are used in all AES related hardware.

Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/s390/crypto/aes_s390.c
arch/x86/crypto/aes_32.c
arch/x86/crypto/aes_64.c
crypto/aes_generic.c
drivers/crypto/geode-aes.c
drivers/crypto/padlock-aes.c
include/crypto/aes.h [new file with mode: 0644]