Searched refs:hash_lookup_algo (Results 1 – 10 of 10) sorted by relevance
182 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop) in hash_lookup_algo() function222 ret = hash_lookup_algo(algo_name, &algo); in hash_parse_string()242 ret = hash_lookup_algo(algo_name, &algo); in hash_block()397 if (hash_lookup_algo(algo_name, &algo)) {
126 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop);
455 ret = hash_lookup_algo(s, &dfu_hash_algo); in dfu_config_entities()
189 hash_lookup_algo() function.