diff options
author | Sebastian Siewior <sebastian@breakpoint.cc> | 2007-11-08 21:25:04 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-01-11 08:16:10 +1100 |
commit | 81190b321548bb0bf2d6e1f172695275b0fd1363 (patch) | |
tree | 00948bc67bf8cd450595988c4f96a5f9749ee157 /crypto | |
parent | 96e82e4551d38e0863b366a7b61185bc4a9946cc (diff) | |
download | linux-81190b321548bb0bf2d6e1f172695275b0fd1363.tar.gz linux-81190b321548bb0bf2d6e1f172695275b0fd1363.tar.bz2 linux-81190b321548bb0bf2d6e1f172695275b0fd1363.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 'crypto')
-rw-r--r-- | crypto/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 1f32071a3068..3f0bc0ed147d 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. |