Searched refs:KM_ROOT_OF_TRUST (Results 1 – 2 of 2) sorted by relevance
/system/keymaster/include/keymaster/km_openssl/ |
D | attestation_record.h | 66 } KM_ROOT_OF_TRUST; typedef 68 ASN1_SEQUENCE(KM_ROOT_OF_TRUST) = { 69 ASN1_SIMPLE(KM_ROOT_OF_TRUST, verified_boot_key, ASN1_OCTET_STRING), 70 ASN1_SIMPLE(KM_ROOT_OF_TRUST, device_locked, ASN1_BOOLEAN), 71 ASN1_SIMPLE(KM_ROOT_OF_TRUST, verified_boot_state, ASN1_ENUMERATED), 72 ASN1_SIMPLE(KM_ROOT_OF_TRUST, verified_boot_hash, ASN1_OCTET_STRING), 73 } ASN1_SEQUENCE_END(KM_ROOT_OF_TRUST); 74 DECLARE_ASN1_FUNCTIONS(KM_ROOT_OF_TRUST); 108 KM_ROOT_OF_TRUST* root_of_trust; 168 ASN1_EXP_OPT(KM_AUTH_LIST, root_of_trust, KM_ROOT_OF_TRUST, TAG_ROOT_OF_TRUST.masked_tag()),
|
/system/keymaster/km_openssl/ |
D | attestation_record.cpp | 45 IMPLEMENT_ASN1_FUNCTIONS(KM_ROOT_OF_TRUST); 65 void operator()(KM_ROOT_OF_TRUST* p) { KM_ROOT_OF_TRUST_free(p); } in operator ()() 999 KM_ROOT_OF_TRUST* root_of_trust = nullptr; in build_attestation_record() 1304 KM_ROOT_OF_TRUST* rot = record->root_of_trust; in extract_auth_list() 1475 KM_ROOT_OF_TRUST* root_of_trust = record->tee_enforced->root_of_trust; in parse_root_of_trust()
|