OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vb2_verify_data
(Results
1 - 2
of
2
) sorted by null
/external/vboot_reference/firmware/lib20/
common.c
85
int
vb2_verify_data
(const uint8_t *data,
function
174
rv =
vb2_verify_data
((const uint8_t *)block, size, sig, key, wb);
245
if (
vb2_verify_data
((const uint8_t *)preamble, size, sig, key, wb)) {
/external/vboot_reference/firmware/lib21/
common.c
260
int
vb2_verify_data
(const void *data,
function
369
return
vb2_verify_data
(block, block->sig_offset, sig, key, wb);
439
rv =
vb2_verify_data
(preamble, preamble->sig_offset, sig, key, wb);
Completed in 83 milliseconds