Searched refs:hash_lookup_algo (Results 1 – 6 of 6) sorted by relevance
318 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop) in hash_lookup_algo() function358 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)) {
1143 if (hash_lookup_algo(algo_name, &algo)) { in calculate_hash()
130 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop);
453 ret = hash_lookup_algo(s, &dfu_hash_algo); in dfu_config_entities()
277 This affects the 'hash' command and also the hash_lookup_algo()
1891 if (hash_lookup_algo(algo_name, &algo)) { in do_hash()