Searched refs:KM_ROOT_OF_TRUST (Results 1 – 2 of 2) sorted by relevance
/system/keymaster/include/keymaster/km_openssl/ |
D | attestation_record.h | 63 } KM_ROOT_OF_TRUST; typedef 65 ASN1_SEQUENCE(KM_ROOT_OF_TRUST) = { 66 ASN1_SIMPLE(KM_ROOT_OF_TRUST, verified_boot_key, ASN1_OCTET_STRING), 67 ASN1_SIMPLE(KM_ROOT_OF_TRUST, device_locked, ASN1_BOOLEAN), 68 ASN1_SIMPLE(KM_ROOT_OF_TRUST, verified_boot_state, ASN1_ENUMERATED), 69 ASN1_SIMPLE(KM_ROOT_OF_TRUST, verified_boot_hash, ASN1_OCTET_STRING), 70 } ASN1_SEQUENCE_END(KM_ROOT_OF_TRUST); 71 DECLARE_ASN1_FUNCTIONS(KM_ROOT_OF_TRUST); 105 KM_ROOT_OF_TRUST* root_of_trust; 164 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 | 44 IMPLEMENT_ASN1_FUNCTIONS(KM_ROOT_OF_TRUST); 63 void operator()(KM_ROOT_OF_TRUST* p) { KM_ROOT_OF_TRUST_free(p); } in operator ()() 976 KM_ROOT_OF_TRUST* root_of_trust = nullptr; in build_attestation_record() 1288 KM_ROOT_OF_TRUST* rot = record->root_of_trust; in extract_auth_list() 1451 KM_ROOT_OF_TRUST* root_of_trust = record->tee_enforced->root_of_trust; in parse_root_of_trust()
|