Home
last modified time | relevance | path

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

/boot/
A Dimage-fit.c1254 enum HASH_ALGO hash_algo; in calculate_hash() local
1263 hash_algo = hash_algo_lookup_by_name(name); in calculate_hash()
1264 if (hash_algo == HASH_ALGO_INVALID) { in calculate_hash()
1269 rc = hash_digest_wd(dev, hash_algo, data, data_len, value, CHUNKSZ); in calculate_hash()
1275 *value_len = hash_algo_digest_size(hash_algo); in calculate_hash()
1277 struct hash_algo *algo; in calculate_hash()

Completed in 8 milliseconds