Home
last modified time | relevance | path

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

/external/u-boot/common/
Dhash.c181 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop) in hash_lookup_algo() function
221 ret = hash_lookup_algo(algo_name, &algo); in hash_parse_string()
241 ret = hash_lookup_algo(algo_name, &algo); in hash_block()
396 if (hash_lookup_algo(algo_name, &algo)) {
/external/u-boot/include/
Dhash.h126 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop);
/external/u-boot/drivers/dfu/
Ddfu.c451 ret = hash_lookup_algo(s, &dfu_hash_algo); in dfu_config_entities()
/external/u-boot/lib/
DKconfig228 hash_lookup_algo() function.