HomeSort by relevance Sort by last modified time
    Searched refs:vb2_verify_common_header (Results 1 - 5 of 5) sorted by null

  /external/vboot_reference/firmware/lib21/include/
vb2_common.h 35 int vb2_verify_common_header(const void *parent, uint32_t parent_size);
  /external/vboot_reference/firmware/lib21/
common.c 21 int vb2_verify_common_header(const void *parent, uint32_t parent_size) function
119 rv = vb2_verify_common_header(m, p->total_size - member_offset);
187 rv = vb2_verify_common_header(sig, size);
321 rv = vb2_verify_common_header(block, size);
390 rv = vb2_verify_common_header(preamble, size);
packed_key.c 59 rv = vb2_verify_common_header(buf, size);
  /external/vboot_reference/tests/
vb21_common_tests.c 77 TEST_SUCC(vb2_verify_common_header(cbuf, sizeof(cbuf)),
78 "vb2_verify_common_header() good");
83 TEST_EQ(vb2_verify_common_header(cbuf, sizeof(cbuf)),
85 "vb2_verify_common_header() total size");
89 TEST_EQ(vb2_verify_common_header(cbuf, sizeof(cbuf)),
91 "vb2_verify_common_header() fixed size");
95 TEST_EQ(vb2_verify_common_header(cbuf, sizeof(cbuf)),
97 "vb2_verify_common_header() desc size");
101 TEST_EQ(vb2_verify_common_header(cbuf, sizeof(cbuf)),
103 "vb2_verify_common_header() total unaligned")
    [all...]
  /external/vboot_reference/host/lib21/
host_key.c 106 if (vb2_verify_common_header(buf, size))

Completed in 4162 milliseconds