diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 083d2e1dfc21..1f32071a3068 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -195,6 +195,15 @@ config CRYPTO_XTS | |||
195 | key size 256, 384 or 512 bits. This implementation currently | 195 | key size 256, 384 or 512 bits. This implementation currently |
196 | can't handle a sectorsize which is not a multiple of 16 bytes. | 196 | can't handle a sectorsize which is not a multiple of 16 bytes. |
197 | 197 | ||
198 | config CRYPTO_CTR | ||
199 | tristate "CTR support" | ||
200 | select CRYPTO_BLKCIPHER | ||
201 | select CRYPTO_MANAGER | ||
202 | default m | ||
203 | help | ||
204 | CTR: Counter mode | ||
205 | This block cipher algorithm is required for IPSec. | ||
206 | |||
198 | config CRYPTO_CRYPTD | 207 | config CRYPTO_CRYPTD |
199 | tristate "Software async crypto daemon" | 208 | tristate "Software async crypto daemon" |
200 | select CRYPTO_ABLKCIPHER | 209 | select CRYPTO_ABLKCIPHER |