Searched refs:vb2_common_desc (Results 1 – 8 of 8) sorted by relevance
/external/vboot_reference/tests/ |
D | vb21_host_keyblock_tests.c | 86 TEST_EQ(strcmp(vb2_common_desc(kb), pubk2048->desc), 0, " desc"); in keyblock_tests() 102 TEST_EQ(strcmp(vb2_common_desc(kb), test_desc), 0, " desc"); in keyblock_tests()
|
D | vb21_host_sig_tests.c | 85 TEST_EQ(0, strcmp(vb2_common_desc(sig), test_desc), " desc"); in sig_tests() 97 TEST_EQ(0, strcmp(vb2_common_desc(sig), test_sig_desc), " desc"); in sig_tests()
|
D | vb21_host_fw_preamble_tests.c | 85 TEST_EQ(strcmp(vb2_common_desc(fp), test_desc), 0, " desc"); in preamble_tests()
|
D | vb21_common_tests.c | 74 TEST_EQ(0, strcmp(vb2_common_desc(c), test_desc), "vb2_common_desc()"); in test_common_header_functions() 75 TEST_EQ(0, strcmp(vb2_common_desc(c2), ""), "vb2_common_desc() empty"); in test_common_header_functions()
|
D | vb21_host_key_tests.c | 227 TEST_EQ(strcmp(vb2_common_desc(pkey), key->desc), 0, " desc"); in public_key_tests()
|
/external/vboot_reference/firmware/lib21/include/ |
D | vb2_common.h | 24 const char *vb2_common_desc(const void *buf);
|
/external/vboot_reference/firmware/lib21/ |
D | common.c | 14 const char *vb2_common_desc(const void *buf) in vb2_common_desc() function 53 if (vb2_common_desc(c)[c->desc_size - 1] != 0) in vb2_verify_common_header()
|
D | packed_key.c | 96 key->desc = vb2_common_desc(pkey); in vb2_unpack_key()
|