Home
last modified time | relevance | path

Searched refs:struct_version_minor (Results 1 – 8 of 8) sorted by relevance

/external/vboot_reference/tests/
Dvb21_common_tests.c323 kbuf->c.struct_version_minor++; in test_verify_keyblock()
366 kbuf->c.struct_version_minor++; in test_verify_keyblock()
454 pre->c.struct_version_minor++; in test_verify_fw_preamble()
Dvb21_common2_tests.c78 key2->c.struct_version_minor++; in test_unpack_key()
138 sig2->c.struct_version_minor++; in test_verify_signature()
Dvb21_host_key_tests.c130 pkey->c.struct_version_minor++; in private_key_tests()
/external/vboot_reference/firmware/lib21/include/
Dvb2_struct.h73 uint16_t struct_version_minor; member
/external/vboot_reference/host/lib21/
Dhost_keyblock.c28 .c.struct_version_minor = VB2_KEYBLOCK_VERSION_MAJOR, in vb2_keyblock_create()
Dhost_fw_preamble.c30 .c.struct_version_minor = VB2_FW_PREAMBLE_VERSION_MAJOR, in vb2_fw_preamble_create()
Dhost_key.c236 .c.struct_version_minor = VB2_PACKED_PRIVATE_KEY_VERSION_MINOR, in vb2_private_key_write()
463 .c.struct_version_minor = VB2_PACKED_KEY_VERSION_MINOR, in vb2_public_key_pack()
Dhost_signature.c88 .c.struct_version_minor = VB2_SIGNATURE_VERSION_MINOR, in vb2_sign_data()