[CRYPTO] aes: Rename aes to aes-generic
authorSebastian Siewior <sebastian@breakpoint.cc>
Fri, 5 Oct 2007 08:52:01 +0000 (16:52 +0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:49 +0000 (16:55 -0700)
commitf8246af005d56b73f4f04304fc5b6fd9878af4ef
treed935971920749a7e99b7224e413b110a3ba07b10
parentc5a511f1cd6f90a98ad11dd97e2313c7c787deb2
[CRYPTO] aes: Rename aes to aes-generic

Loading the crypto algorithm by the alias instead of by module directly
has the advantage that all possible implementations of this algorithm
are loaded automatically and the crypto API can choose the best one
depending on its priority.

Additionally it ensures that the generic implementation as well as the
HW driver (if available) is loaded in case the HW driver needs the
generic version as fallback in corner cases.

Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/s390/crypto/aes_s390.c
crypto/Makefile
crypto/aes_generic.c [moved from crypto/aes.c with 99% similarity]
drivers/crypto/geode-aes.c
drivers/crypto/padlock-aes.c