From 6e686491a5478c13554536a65db6381181472133 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 6 Jan 2016 18:01:30 +0100 Subject: crypto: add RSA support Taken from U-Boot and adopted to barebox with little changes. Signed-off-by: Sascha Hauer Signed-off-by: Marc Kleine-Budde --- crypto/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crypto/Kconfig') diff --git a/crypto/Kconfig b/crypto/Kconfig index 41145a312d..ca6f03a1ed 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -87,6 +87,9 @@ config CRYPTO_PBKDF2 select DIGEST_SHA1_GENERIC bool +config CRYPTO_RSA + bool + config CRYPTO_KEYSTORE bool "Keystore" help -- cgit v1.2.3