summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorSebastian Siewior <sebastian@breakpoint.cc>2007-11-08 21:25:04 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-01-11 08:16:10 +1100
commit3ad61ba54bcd194c362a33649793c692dcb0e8ab (patch)
treecf16ccd05f01d15c94e33d9c19c48b7ab7327ebb /crypto/Kconfig
parent2cd1aace29f8f387d26b9308c37527a2f805cc89 (diff)
downloadlinux-crypto-3ad61ba54bcd194c362a33649793c692dcb0e8ab.tar.gz
linux-crypto-3ad61ba54bcd194c362a33649793c692dcb0e8ab.zip
[CRYPTO] aes-x86-64: Remove setkey
The setkey() function can be shared with the generic algorithm. Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r--crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 1f32071a..3f0bc0ed 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -350,6 +350,7 @@ config CRYPTO_AES_X86_64
tristate "AES cipher algorithms (x86_64)"
depends on (X86 || UML_X86) && 64BIT
select CRYPTO_ALGAPI
+ select CRYPTO_AES
help
AES cipher algorithms (FIPS-197). AES uses the Rijndael
algorithm.