Searched refs:hash_lookup_algo (Results 1 – 4 of 4) sorted by relevance
181 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop) in hash_lookup_algo() function221 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)) {
126 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop);
451 ret = hash_lookup_algo(s, &dfu_hash_algo); in dfu_config_entities()
228 hash_lookup_algo() function.