Home
last modified time | relevance | path

Searched refs:algop (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dhash.h126 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop);
140 struct hash_algo **algop);
/third_party/uboot/u-boot-2020.01/common/
Dhash.c244 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop) in hash_lookup_algo() argument
252 *algop = &hash_algo[i]; in hash_lookup_algo()
262 struct hash_algo **algop) in hash_progressive_lookup_algo() argument
271 *algop = &hash_algo[i]; in hash_progressive_lookup_algo()