Searched refs:vb2_verify_common_subobject (Results 1 – 3 of 3) sorted by relevance
/external/vboot_reference/firmware/lib21/ |
D | common.c | 95 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/ |
D | vb2_common.h | 73 int vb2_verify_common_subobject(const void *parent,
|
/external/vboot_reference/tests/ |
D | vb21_common_tests.c | 173 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()
|