diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index ae27b7534ea7..55c50cd34690 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -407,6 +407,16 @@ config CRYPTO_SHA1 | |||
407 | help | 407 | help |
408 | SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2). | 408 | SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2). |
409 | 409 | ||
410 | config CRYPTO_SHA1_SSSE3 | ||
411 | tristate "SHA1 digest algorithm (SSSE3/AVX)" | ||
412 | depends on X86 && 64BIT | ||
413 | select CRYPTO_SHA1 | ||
414 | select CRYPTO_HASH | ||
415 | help | ||
416 | SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented | ||
417 | using Supplemental SSE3 (SSSE3) instructions or Advanced Vector | ||
418 | Extensions (AVX), when available. | ||
419 | |||
410 | config CRYPTO_SHA256 | 420 | config CRYPTO_SHA256 |
411 | tristate "SHA224 and SHA256 digest algorithm" | 421 | tristate "SHA224 and SHA256 digest algorithm" |
412 | select CRYPTO_HASH | 422 | select CRYPTO_HASH |