OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:crypto_to_sig
(Results
1 - 1
of
1
) sorted by null
/external/vboot_reference/firmware/2lib/
2rsa.c
143
static const uint8_t
crypto_to_sig
[] = {
variable
169
if (algorithm < ARRAY_SIZE(
crypto_to_sig
))
170
return
crypto_to_sig
[algorithm];
Completed in 76 milliseconds