Home
last modified time | relevance | path

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

/u-boot/drivers/crypto/hash/
A Dhash-uclass.c19 struct hash_info { struct
24 static const struct hash_info hash_info[HASH_ALGO_NUM] = { argument
42 if (!strcmp(name, hash_info[i].name)) in hash_algo_lookup_by_name()
53 return hash_info[algo].digest_size; in hash_algo_digest_size()
61 return hash_info[algo].name; in hash_algo_name()

Completed in 5 milliseconds