Home
last modified time | relevance | path

Searched refs:hash_lookup_algo (Results 1 – 5 of 5) sorted by relevance

/u-boot-v2022.01-rc1/include/
A Dhash.h136 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop);
/u-boot-v2022.01-rc1/common/
A Dhash.c356 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop) in hash_lookup_algo() function
400 ret = hash_lookup_algo(algo_name, &algo); in hash_parse_string()
420 ret = hash_lookup_algo(algo_name, &algo); in hash_block()
576 if (hash_lookup_algo(algo_name, &algo)) {
A Dimage-fit.c1250 ret = hash_lookup_algo(name, &algo); in calculate_hash()
/u-boot-v2022.01-rc1/drivers/dfu/
A Ddfu.c570 ret = hash_lookup_algo(s, &dfu_hash_algo); in dfu_alt_init()
/u-boot-v2022.01-rc1/lib/
A DKconfig399 hash_lookup_algo() function.
447 hash_lookup_algo() function.
469 hash_lookup_algo() function.

Completed in 18 milliseconds