Skip to content

Commit

Permalink
crypto: kdf - select SHA-256 required for self-test
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephan Müller authored and Herbert Xu committed Dec 31, 2021
1 parent d480a26 commit 304b4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1847,7 +1847,7 @@ config CRYPTO_JITTERENTROPY

config CRYPTO_KDF800108_CTR
tristate
select CRYPTO_HASH
select CRYPTO_SHA256

config CRYPTO_USER_API
tristate
Expand Down

0 comments on commit 304b4ac

Please sign in to comment.