HomeSort by relevance Sort by last modified time
    Searched refs:hash_lookup_algo (Results 1 - 3 of 3) sorted by null

  /external/u-boot/include/
hash.h 116 * hash_lookup_algo() - Look up the hash_algo struct for an algorithm
126 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop);
  /external/u-boot/common/
hash.c 181 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop) function
221 ret = hash_lookup_algo(algo_name, &algo);
241 ret = hash_lookup_algo(algo_name, &algo);
396 if (hash_lookup_algo(algo_name, &algo)) {
  /external/u-boot/drivers/dfu/
dfu.c 451 ret = hash_lookup_algo(s, &dfu_hash_algo);

Completed in 57 milliseconds