]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
rsa: Use checksum algorithms from struct hash_algo
authorRuchika Gupta <ruchika.gupta@freescale.com>
Fri, 23 Jan 2015 10:31:59 +0000 (16:01 +0530)
committerSimon Glass <sjg@chromium.org>
Fri, 30 Jan 2015 00:09:59 +0000 (17:09 -0700)
commitb37b46f042ccfcfb97a9ef8b8a568812640a2a70
tree816e7e65e1b16af24141d61da3bd961abf9e2b81
parent2dd90027196175d0bcea411c933927d73994588d
rsa: Use checksum algorithms from struct hash_algo

Currently the hash functions used in RSA are called directly from the sha1
and sha256 libraries. Change the RSA checksum library to use the progressive
hash API's registered with struct hash_algo. This will allow the checksum
library to use the hardware accelerated progressive hash API's once available.

Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com>
CC: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
(Fixed build error in am335x_boneblack_vboot due to duplicate CONFIG_DM)

Change-Id: Ic44279432f88d4e8594c6e94feb1cfcae2443a54
common/image-sig.c
include/configs/ti_am335x_common.h
include/image.h
include/u-boot/rsa-checksum.h
lib/rsa/rsa-checksum.c
lib/rsa/rsa-verify.c