diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 69f1be6816f7..e14ff1275018 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 | ||
216 | config 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 | |||
216 | config CRYPTO_GCM | 227 | config CRYPTO_GCM |
217 | tristate "GCM/GMAC support" | 228 | tristate "GCM/GMAC support" |
218 | select CRYPTO_CTR | 229 | select CRYPTO_CTR |