[CRYPTO] aes-x86-64: Remove setkey
[linux-2.6-block.git] / crypto / Kconfig
index 083d2e1dfc21640e67f6e6f85671323b2f954a97..3f0bc0ed147da5bcf85dd3a358a06c496c276064 100644 (file)
@@ -195,6 +195,15 @@ config CRYPTO_XTS
          key size 256, 384 or 512 bits. This implementation currently
          can't handle a sectorsize which is not a multiple of 16 bytes.
 
+config CRYPTO_CTR
+       tristate "CTR support"
+       select CRYPTO_BLKCIPHER
+       select CRYPTO_MANAGER
+       default m
+       help
+         CTR: Counter mode
+         This block cipher algorithm is required for IPSec.
+
 config CRYPTO_CRYPTD
        tristate "Software async crypto daemon"
        select CRYPTO_ABLKCIPHER
@@ -341,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.