Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/2lib/
D2sha_utility.c31 static const uint8_t crypto_to_hash[] = { variable
57 if (algorithm < ARRAY_SIZE(crypto_to_hash)) in vb2_crypto_to_hash()
58 return crypto_to_hash[algorithm]; in vb2_crypto_to_hash()