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 8d6cac97021f..40ae92caa4f6 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -206,6 +206,15 @@ config CRYPTO_CTR | |||
206 | CTR: Counter mode | 206 | CTR: Counter mode |
207 | This block cipher algorithm is required for IPSec. | 207 | This block cipher algorithm is required for IPSec. |
208 | 208 | ||
209 | config CRYPTO_GCM | ||
210 | tristate "GCM/GMAC support" | ||
211 | select CRYPTO_CTR | ||
212 | select CRYPTO_AEAD | ||
213 | select CRYPTO_GF128MUL | ||
214 | help | ||
215 | Support for Galois/Counter Mode (GCM) and Galois Message | ||
216 | Authentication Code (GMAC). Required for IPSec. | ||
217 | |||
209 | config CRYPTO_CRYPTD | 218 | config CRYPTO_CRYPTD |
210 | tristate "Software async crypto daemon" | 219 | tristate "Software async crypto daemon" |
211 | select CRYPTO_ABLKCIPHER | 220 | select CRYPTO_ABLKCIPHER |