Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/2lib/
D2rsa.c143 static const uint8_t crypto_to_sig[] = { variable
169 if (algorithm < ARRAY_SIZE(crypto_to_sig)) in vb2_crypto_to_signature()
170 return crypto_to_sig[algorithm]; in vb2_crypto_to_signature()