mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] crypto: pbkdf2: Select HMAC
@ 2020-03-18 18:23 Sascha Hauer
  0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2020-03-18 18:23 UTC (permalink / raw)
  To: Barebox List

pbkdf2 needs HMAC support, select it.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 crypto/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crypto/Kconfig b/crypto/Kconfig
index 7cc8aceacb..ff83a40f5b 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -89,6 +89,7 @@ endif
 config CRYPTO_PBKDF2
 	select DIGEST
 	select DIGEST_SHA1_GENERIC
+	select DIGEST_HMAC_GENERIC
 	bool
 
 config CRYPTO_RSA
-- 
2.25.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-18 18:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-18 18:23 [PATCH] crypto: pbkdf2: Select HMAC Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox