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

  /external/vboot_reference/firmware/lib21/include/
vb2_common.h 73 int vb2_verify_common_subobject(const void *parent,
  /external/vboot_reference/firmware/lib21/
common.c 95 int vb2_verify_common_subobject(const void *parent, function
338 rv = vb2_verify_common_subobject(block, &min_offset, block->key_offset);
348 rv = vb2_verify_common_subobject(block, &min_offset,
410 rv = vb2_verify_common_subobject(preamble, &min_offset,
430 rv = vb2_verify_common_subobject(preamble, &min_offset,
  /external/vboot_reference/tests/
vb21_common_tests.c 173 TEST_SUCC(vb2_verify_common_subobject(cbuf, &m, desc_end),
174 "vb2_verify_common_subobject() good offset");
178 TEST_EQ(vb2_verify_common_subobject(cbuf, &m, desc_end),
180 "vb2_verify_common_subobject() overlap");
184 TEST_EQ(vb2_verify_common_subobject(cbuf, &m, desc_end),
186 "vb2_verify_common_subobject() size");

Completed in 331 milliseconds