summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-10-08 16:41:58 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-10-12 08:52:49 +0200
commita86f883747a4908d2ee58574c5ddd49154b03fb0 (patch)
tree6cb76d4bb97f05212f664d1365af9e798a2614ab /crypto/Kconfig
parente08eae4173812e3daa0169feac15ddc0a509bd78 (diff)
downloadbarebox-a86f883747a4908d2ee58574c5ddd49154b03fb0.tar.gz
barebox-a86f883747a4908d2ee58574c5ddd49154b03fb0.tar.xz
crypto: add sha224 support
the sha224sum is nearly the same as sha256sum except for the init of the context and the hash length Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 9f01810ee4..a391ae65a3 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -15,6 +15,9 @@ config MD5
config SHA1
bool "SHA1"
+config SHA224
+ bool "SHA224"
+
config SHA256
bool "SHA256"