[PATCH 3/7] crypto: sha256-mb - Enable multibuffer support

2016-03-24 Thread megha . dey
From: Megha Dey Add the config CRYPTO_SHA256_MB which will enable the computation using the SHA256 multi-buffer algorithm. Signed-off-by: Megha Dey Reviewed-by: Fenghua Yu Reviewed-by: Tim Chen

[PATCH 3/7] crypto: sha256-mb - Enable multibuffer support

2016-03-24 Thread megha . dey
From: Megha Dey Add the config CRYPTO_SHA256_MB which will enable the computation using the SHA256 multi-buffer algorithm. Signed-off-by: Megha Dey Reviewed-by: Fenghua Yu Reviewed-by: Tim Chen --- crypto/Kconfig | 16 1 file changed, 16 insertions(+) diff --git