]> Git Repo - J-u-boot.git/commit - common/hash.c
gen: Add progressive hash API
authorHung-ying Tyan <[email protected]>
Mon, 3 Mar 2014 11:19:28 +0000 (12:19 +0100)
committerTom Rini <[email protected]>
Fri, 21 Mar 2014 20:39:36 +0000 (16:39 -0400)
commitbf007ebb6f4b01af675782d23bacbddd17e1a627
tree4af7e35d65c7332b6b9e8d7e8bec912d7b6e9193
parentdb1b5f3d20666ffd52d649a3bd6141989b596e3f
gen: Add progressive hash API

Add hash_init(), hash_update() and hash_finish() to the
hash_algo struct. Add hash_lookup_algo() to look up the
struct given an algorithm name.

Signed-off-by: Hung-ying Tyan <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
Signed-off-by: Heiko Schocher <[email protected]>
Acked-by: Simon Glass <[email protected]>
common/hash.c
include/hash.h
This page took 0.037317 seconds and 4 git commands to generate.