aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 69f1be6816f..e14ff127501 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -213,6 +213,17 @@ config CRYPTO_CTR
213 CTR: Counter mode 213 CTR: Counter mode
214 This block cipher algorithm is required for IPSec. 214 This block cipher algorithm is required for IPSec.
215 215
216config CRYPTO_CTS
217 tristate "CTS support"
218 select CRYPTO_BLKCIPHER
219 help
220 CTS: Cipher Text Stealing
221 This is the Cipher Text Stealing mode as described by
222 Section 8 of rfc2040 and referenced by rfc3962.
223 (rfc3962 includes errata information in its Appendix A)
224 This mode is required for Kerberos gss mechanism support
225 for AES encryption.
226
216config CRYPTO_GCM 227config CRYPTO_GCM
217 tristate "GCM/GMAC support" 228 tristate "GCM/GMAC support"
218 select CRYPTO_CTR 229 select CRYPTO_CTR