diff options
author | Sebastian Siewior <sebastian@breakpoint.cc> | 2007-11-10 19:07:16 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-01-11 08:16:10 +1100 |
commit | 5157dea8139cf0edc4834d528531e642c0d27e37 (patch) | |
tree | 33d14cadc04c60ea95449c6bdc64ec0102eb823d /crypto | |
parent | b345cee90a3ffec5eca6d6c1c59bd0d1feb453d4 (diff) | |
download | op-kernel-dev-5157dea8139cf0edc4834d528531e642c0d27e37.zip op-kernel-dev-5157dea8139cf0edc4834d528531e642c0d27e37.tar.gz |
[CRYPTO] aes-i586: 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 d9666e3..cf115b1 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -328,6 +328,7 @@ config CRYPTO_AES_586 tristate "AES cipher algorithms (i586)" depends on (X86 || UML_X86) && !64BIT select CRYPTO_ALGAPI + select CRYPTO_AES help AES cipher algorithms (FIPS-197). AES uses the Rijndael algorithm. |