Home
last modified time | relevance | path

Searched refs:hash_progressive_lookup_algo (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/include/
Dhash.h139 int hash_progressive_lookup_algo(const char *algo_name,
/external/u-boot/lib/rsa/
Drsa-checksum.c28 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
/external/u-boot/board/freescale/common/
Dfsl_validate.c494 ret = hash_progressive_lookup_algo(algo_name, &algo); in calc_img_key_hash()
542 ret = hash_progressive_lookup_algo(algo_name, &algo); in calc_esbchdr_esbc_hash()
/external/u-boot/common/
Dhash.c196 int hash_progressive_lookup_algo(const char *algo_name, in hash_progressive_lookup_algo() function