]> git.sur5r.net Git - u-boot/commit
hash: Add function to find hash_algo struct with progressive hash
authorRuchika Gupta <ruchika.gupta@freescale.com>
Fri, 23 Jan 2015 10:31:57 +0000 (16:01 +0530)
committerSimon Glass <sjg@chromium.org>
Fri, 30 Jan 2015 00:09:59 +0000 (17:09 -0700)
commit46fe2c04443f3d777791910da21649bb3ddf878f
tree4713a5df7c7a962f5535f7f01ef76b767bf8221a
parentd9f23c7fe20fced0a84713d5084a6d2896463257
hash: Add function to find hash_algo struct with progressive hash

The hash_algo structure has some implementations in which progressive hash
API's are not defined. These are basically the hardware based implementations
of SHA. An API is added to find the algo which has progressive hash API's
defined. This can then be integrated with RSA checksum library which uses
Progressive Hash API's.

Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com>
CC: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
common/hash.c
include/hash.h