Home
last modified time | relevance | path

Searched refs:hash_lookup_algo (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dhash.c182 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop) in hash_lookup_algo() function
222 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)) {
/rk3399_rockchip-uboot/include/
H A Dhash.h126 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop);
/rk3399_rockchip-uboot/drivers/dfu/
H A Ddfu.c455 ret = hash_lookup_algo(s, &dfu_hash_algo); in dfu_config_entities()
/rk3399_rockchip-uboot/lib/
H A DKconfig189 hash_lookup_algo() function.