aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index cf115b14079e..7758454b9f17 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -91,7 +91,7 @@ config CRYPTO_SHA1
91 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2). 91 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2).
92 92
93config CRYPTO_SHA256 93config CRYPTO_SHA256
94 tristate "SHA256 digest algorithm" 94 tristate "SHA224 and SHA256 digest algorithm"
95 select CRYPTO_ALGAPI 95 select CRYPTO_ALGAPI
96 help 96 help
97 SHA256 secure hash standard (DFIPS 180-2). 97 SHA256 secure hash standard (DFIPS 180-2).
@@ -99,6 +99,9 @@ config CRYPTO_SHA256
99 This version of SHA implements a 256 bit hash with 128 bits of 99 This version of SHA implements a 256 bit hash with 128 bits of
100 security against collision attacks. 100 security against collision attacks.
101 101
102 This code also includes SHA-224, a 224 bit hash with 112 bits
103 of security against collision attacks.
104
102config CRYPTO_SHA512 105config CRYPTO_SHA512
103 tristate "SHA384 and SHA512 digest algorithms" 106 tristate "SHA384 and SHA512 digest algorithms"
104 select CRYPTO_ALGAPI 107 select CRYPTO_ALGAPI