mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-07 22:03:14 +00:00
crypto: kdf - Select hmac in addition to sha256
In addition to sha256 we must also enable hmac for the kdf self-test to work. Reported-by: kernel test robot <oliver.sang@intel.com> Fixes:304b4acee2
("crypto: kdf - select SHA-256 required...") Fixes:026a733e66
("crypto: kdf - add SP800-108 counter key...") Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
881fc7fba6
commit
a88592cc27
@ -1861,6 +1861,7 @@ config CRYPTO_JITTERENTROPY
|
|||||||
|
|
||||||
config CRYPTO_KDF800108_CTR
|
config CRYPTO_KDF800108_CTR
|
||||||
tristate
|
tristate
|
||||||
|
select CRYPTO_HMAC
|
||||||
select CRYPTO_SHA256
|
select CRYPTO_SHA256
|
||||||
|
|
||||||
config CRYPTO_USER_API
|
config CRYPTO_USER_API
|
||||||
|
Loading…
Reference in New Issue
Block a user