Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/lib21/
Dcommon.c95 int vb2_verify_common_subobject(const void *parent, in vb2_verify_common_subobject() function
338 rv = vb2_verify_common_subobject(block, &min_offset, block->key_offset); in vb2_verify_keyblock()
348 rv = vb2_verify_common_subobject(block, &min_offset, in vb2_verify_keyblock()
410 rv = vb2_verify_common_subobject(preamble, &min_offset, in vb2_verify_fw_preamble()
430 rv = vb2_verify_common_subobject(preamble, &min_offset, in vb2_verify_fw_preamble()
/external/vboot_reference/firmware/lib21/include/
Dvb2_common.h73 int vb2_verify_common_subobject(const void *parent,
/external/vboot_reference/tests/
Dvb21_common_tests.c173 TEST_SUCC(vb2_verify_common_subobject(cbuf, &m, desc_end), in test_common_header_functions()
178 TEST_EQ(vb2_verify_common_subobject(cbuf, &m, desc_end), in test_common_header_functions()
184 TEST_EQ(vb2_verify_common_subobject(cbuf, &m, desc_end), in test_common_header_functions()