Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dhash.c318 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop) in hash_lookup_algo() function
358 ret = hash_lookup_algo(algo_name, &algo); in hash_parse_string()
378 ret = hash_lookup_algo(algo_name, &algo); in hash_block()
533 if (hash_lookup_algo(algo_name, &algo)) {
H A Dimage-fit.c1143 if (hash_lookup_algo(algo_name, &algo)) { in calculate_hash()
/openbmc/u-boot/include/
H A Dhash.h130 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop);
/openbmc/u-boot/drivers/dfu/
H A Ddfu.c453 ret = hash_lookup_algo(s, &dfu_hash_algo); in dfu_config_entities()
/openbmc/u-boot/lib/
H A DKconfig277 This affects the 'hash' command and also the hash_lookup_algo()
/openbmc/u-boot/cmd/
H A Dotp.c1891 if (hash_lookup_algo(algo_name, &algo)) { in do_hash()