Home
last modified time | relevance | path

Searched refs:struct_version_major (Results 1 – 10 of 10) sorted by relevance

/external/vboot_reference/firmware/lib21/
Dcommon.c196 if (sig->c.struct_version_major != VB2_SIGNATURE_VERSION_MAJOR) in vb2_verify_signature()
330 if (block->c.struct_version_major != VB2_KEYBLOCK_VERSION_MAJOR) in vb2_verify_keyblock()
399 if (preamble->c.struct_version_major != VB2_FW_PREAMBLE_VERSION_MAJOR) in vb2_verify_fw_preamble()
Dpacked_key.c74 if (pkey->c.struct_version_major != VB2_PACKED_KEY_VERSION_MAJOR) in vb2_unpack_key()
/external/vboot_reference/host/lib21/
Dhost_key.c119 if (pkey->c.struct_version_major != in vb2_private_key_unpack()
235 .c.struct_version_major = VB2_PACKED_PRIVATE_KEY_VERSION_MAJOR, in vb2_private_key_write()
462 .c.struct_version_major = VB2_PACKED_KEY_VERSION_MAJOR, in vb2_public_key_pack()
Dhost_keyblock.c27 .c.struct_version_major = VB2_KEYBLOCK_VERSION_MAJOR, in vb2_keyblock_create()
Dhost_fw_preamble.c29 .c.struct_version_major = VB2_FW_PREAMBLE_VERSION_MAJOR, in vb2_fw_preamble_create()
Dhost_signature.c87 .c.struct_version_major = VB2_SIGNATURE_VERSION_MAJOR, in vb2_sign_data()
/external/vboot_reference/firmware/lib21/include/
Dvb2_struct.h72 uint16_t struct_version_major; member
/external/vboot_reference/tests/
Dvb21_common_tests.c317 kbuf->c.struct_version_major++; in test_verify_keyblock()
360 sig->c.struct_version_major++; in test_verify_keyblock()
448 pre->c.struct_version_major++; in test_verify_fw_preamble()
Dvb21_common2_tests.c63 key2->c.struct_version_major++; in test_unpack_key()
140 sig2->c.struct_version_major++; in test_verify_signature()
Dvb21_host_key_tests.c124 pkey->c.struct_version_major++; in private_key_tests()