aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorStephan Müller <smueller@chronox.de>2021-12-21 20:31:42 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2021-12-31 18:10:56 +1100
commit304b4acee2f023a67f122d15a37b40ce460244d9 (patch)
treeb8e4ae915d8e937747f47668333909242c5d6885 /crypto
parentcrypto: x86/aesni - don't require alignment of data (diff)
downloadlinux-dev-304b4acee2f023a67f122d15a37b40ce460244d9.tar.xz
linux-dev-304b4acee2f023a67f122d15a37b40ce460244d9.zip
crypto: kdf - select SHA-256 required for self-test
The self test of the KDF is based on SHA-256. Thus, this algorithm must be present as otherwise a warning is issued. Reported-by: kernel test robot <oliver.sang@intel.com> Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 01b9ca0836a5..649ee1df05c6 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1847,7 +1847,7 @@ config CRYPTO_JITTERENTROPY
config CRYPTO_KDF800108_CTR
tristate
- select CRYPTO_HASH
+ select CRYPTO_SHA256
config CRYPTO_USER_API
tristate