mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
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>
This commit is contained in:
parent
d480a26bdf
commit
304b4acee2
|
|
@ -1847,7 +1847,7 @@ config CRYPTO_JITTERENTROPY
|
||||||
|
|
||||||
config CRYPTO_KDF800108_CTR
|
config CRYPTO_KDF800108_CTR
|
||||||
tristate
|
tristate
|
||||||
select CRYPTO_HASH
|
select CRYPTO_SHA256
|
||||||
|
|
||||||
config CRYPTO_USER_API
|
config CRYPTO_USER_API
|
||||||
tristate
|
tristate
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user