From cd04ed31209d31db0642dcc910354eda9c6d5c52 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Sun, 25 Oct 2015 22:03:34 +0100 Subject: crypto: add simple keystore This patch adds a simple keystore to barebox. The keystore implements a simple key-value store to hold arbitrary values. Signed-off-by: Marc Kleine-Budde Signed-off-by: Sascha Hauer --- crypto/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crypto/Kconfig') diff --git a/crypto/Kconfig b/crypto/Kconfig index 27047889a6..41145a312d 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -87,4 +87,10 @@ config CRYPTO_PBKDF2 select DIGEST_SHA1_GENERIC bool +config CRYPTO_KEYSTORE + bool "Keystore" + help + This is a simple keystore, which can be used to pass keys + between several components via simple interface. + endmenu -- cgit v1.2.3