]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
crypto/fsl - Add progressive hashing support using hardware acceleration.
authorgaurav rana <gaurav.rana@freescale.com>
Fri, 20 Feb 2015 07:21:46 +0000 (12:51 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:05:52 +0000 (14:05 +0200)
commit5aa988912926f8a3ddbc935f2256559edbb4d6c9
treec5cbbf6064efac28900d463f094ad120b0624d1d
parent4e6716105e720d20893e8848ccde8b86524606e3
crypto/fsl - Add progressive hashing support using hardware acceleration.

Currently only normal hashing is supported using hardware acceleration.
Added support for progressive hashing using hardware.

Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com>
Signed-off-by: Gaurav Rana <gaurav.rana@freescale.com>
CC: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: York Sun <yorksun@freescale.com>
Kconfig
README
common/hash.c
drivers/crypto/fsl/fsl_hash.c
drivers/crypto/fsl/fsl_hash.h [new file with mode: 0644]
include/fsl_sec.h
include/hw_sha.h
lib/Kconfig