diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 5 |
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 | ||
93 | config CRYPTO_SHA256 | 93 | config 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 | |||
102 | config CRYPTO_SHA512 | 105 | config CRYPTO_SHA512 |
103 | tristate "SHA384 and SHA512 digest algorithms" | 106 | tristate "SHA384 and SHA512 digest algorithms" |
104 | select CRYPTO_ALGAPI | 107 | select CRYPTO_ALGAPI |