Commit a88592cc authored by Herbert Xu's avatar Herbert Xu

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: default avatarkernel test robot <oliver.sang@intel.com>
Fixes: 304b4ace ("crypto: kdf - select SHA-256 required...")
Fixes: 026a733e ("crypto: kdf - add SP800-108 counter key...")
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 881fc7fb
......@@ -1861,6 +1861,7 @@ config CRYPTO_JITTERENTROPY
config CRYPTO_KDF800108_CTR
tristate
select CRYPTO_HMAC
select CRYPTO_SHA256
config CRYPTO_USER_API
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment