From a86f883747a4908d2ee58574c5ddd49154b03fb0 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 8 Oct 2011 16:41:58 +0200 Subject: 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 Signed-off-by: Sascha Hauer --- crypto/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crypto/Kconfig') 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" -- cgit v1.2.3