Searched refs:vb2_verify_packed_key_inside (Results 1 – 4 of 4) sorted by relevance
/external/vboot_reference/tests/ |
D | vb20_common_tests.c | 128 TEST_SUCC(vb2_verify_packed_key_inside(&k, sizeof(k)+128, &k), in test_helper_functions() 130 TEST_SUCC(vb2_verify_packed_key_inside(&k - 1, in test_helper_functions() 133 TEST_EQ(vb2_verify_packed_key_inside(&k, 128, &k), in test_helper_functions() 141 TEST_EQ(vb2_verify_packed_key_inside(&k, 99, &k), in test_helper_functions()
|
/external/vboot_reference/firmware/lib20/ |
D | packed_key.c | 17 int vb2_verify_packed_key_inside(const void *parent, in vb2_verify_packed_key_inside() function 37 rv = vb2_verify_packed_key_inside(buf, size, packed_key); in vb2_unpack_key()
|
D | common.c | 187 if (vb2_verify_packed_key_inside(block, block->keyblock_size, in vb2_verify_keyblock() 192 if (vb2_verify_packed_key_inside(block, sig->data_size, in vb2_verify_keyblock() 264 if (vb2_verify_packed_key_inside(preamble, sig->data_size, in vb2_verify_fw_preamble()
|
/external/vboot_reference/firmware/lib20/include/ |
D | vb2_common.h | 76 int vb2_verify_packed_key_inside(const void *parent,
|