Searched refs:hash_lookup_algo (Results 1 – 4 of 4) sorted by relevance
132 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop);
328 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop) in hash_lookup_algo() function372 ret = hash_lookup_algo(algo_name, &algo); in hash_parse_string()392 ret = hash_lookup_algo(algo_name, &algo); in hash_block()547 if (hash_lookup_algo(algo_name, &algo)) {
558 ret = hash_lookup_algo(s, &dfu_hash_algo); in dfu_alt_init()
397 hash_lookup_algo() function.
Completed in 8 milliseconds