Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dhash.h126 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop);
140 struct hash_algo **algop);
/OK3568_Linux_fs/u-boot/common/
H A Dhash.c182 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop) in hash_lookup_algo() argument
188 *algop = &hash_algo[i]; in hash_lookup_algo()
198 struct hash_algo **algop) in hash_progressive_lookup_algo() argument
205 *algop = &hash_algo[i]; in hash_progressive_lookup_algo()