Searched refs:vb2_verify_common_header (Results 1 – 5 of 5) sorted by relevance
/external/vboot_reference/tests/ |
D | vb21_common_tests.c | 77 TEST_SUCC(vb2_verify_common_header(cbuf, sizeof(cbuf)), in test_common_header_functions() 83 TEST_EQ(vb2_verify_common_header(cbuf, sizeof(cbuf)), in test_common_header_functions() 89 TEST_EQ(vb2_verify_common_header(cbuf, sizeof(cbuf)), in test_common_header_functions() 95 TEST_EQ(vb2_verify_common_header(cbuf, sizeof(cbuf)), in test_common_header_functions() 101 TEST_EQ(vb2_verify_common_header(cbuf, sizeof(cbuf)), in test_common_header_functions() 107 TEST_EQ(vb2_verify_common_header(cbuf, sizeof(cbuf)), in test_common_header_functions() 113 TEST_EQ(vb2_verify_common_header(cbuf, sizeof(cbuf)), in test_common_header_functions() 119 TEST_EQ(vb2_verify_common_header(cbuf, sizeof(cbuf)), in test_common_header_functions() 125 TEST_EQ(vb2_verify_common_header(cbuf, sizeof(cbuf)), in test_common_header_functions()
|
/external/vboot_reference/firmware/lib21/ |
D | common.c | 21 int vb2_verify_common_header(const void *parent, uint32_t parent_size) in vb2_verify_common_header() function 119 rv = vb2_verify_common_header(m, p->total_size - member_offset); in vb2_verify_common_subobject() 187 rv = vb2_verify_common_header(sig, size); in vb2_verify_signature() 321 rv = vb2_verify_common_header(block, size); in vb2_verify_keyblock() 390 rv = vb2_verify_common_header(preamble, size); in vb2_verify_fw_preamble()
|
D | packed_key.c | 59 rv = vb2_verify_common_header(buf, size); in vb2_unpack_key()
|
/external/vboot_reference/firmware/lib21/include/ |
D | vb2_common.h | 35 int vb2_verify_common_header(const void *parent, uint32_t parent_size);
|
/external/vboot_reference/host/lib21/ |
D | host_key.c | 106 if (vb2_verify_common_header(buf, size)) in vb2_private_key_unpack()
|