Home
last modified time | relevance | path

Searched defs:AttestationRecord (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
H A Dattestation_record.h40 struct AttestationRecord { struct
52 std::tuple<ErrorCode, AttestationRecord> parse_attestation_record(const hidl_vec<uint8_t>& cert); argument
/aosp12/hardware/interfaces/security/keymint/support/include/keymint_support/
H A Dattestation_record.h61 struct AttestationRecord { struct
62 RootOfTrust root_of_trust;
63 uint32_t attestation_version;
64 SecurityLevel attestation_security_level;
65 uint32_t keymint_version;
66 SecurityLevel keymint_security_level;
67 std::vector<uint8_t> attestation_challenge;
68 AuthorizationSet software_enforced;
69 AuthorizationSet hardware_enforced;
70 std::vector<uint8_t> unique_id;