Home
last modified time | relevance | path

Searched refs:vb2_verify_common_header (Results 1 – 5 of 5) sorted by relevance

/external/vboot_reference/tests/
Dvb21_common_tests.c77 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/
Dcommon.c21 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()
Dpacked_key.c59 rv = vb2_verify_common_header(buf, size); in vb2_unpack_key()
/external/vboot_reference/firmware/lib21/include/
Dvb2_common.h35 int vb2_verify_common_header(const void *parent, uint32_t parent_size);
/external/vboot_reference/host/lib21/
Dhost_key.c106 if (vb2_verify_common_header(buf, size)) in vb2_private_key_unpack()