aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index f2002d8e5f67..0ae170e01051 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -290,6 +290,13 @@ config CRYPTO_CRC32C_INTEL
290 gain performance compared with software implementation. 290 gain performance compared with software implementation.
291 Module will be crc32c-intel. 291 Module will be crc32c-intel.
292 292
293config CRYPTO_GHASH
294 tristate "GHASH digest algorithm"
295 select CRYPTO_SHASH
296 select CRYPTO_GF128MUL
297 help
298 GHASH is message digest algorithm for GCM (Galois/Counter Mode).
299
293config CRYPTO_MD4 300config CRYPTO_MD4
294 tristate "MD4 digest algorithm" 301 tristate "MD4 digest algorithm"
295 select CRYPTO_HASH 302 select CRYPTO_HASH