Searched defs:root_of_trust (Results 1 - 3 of 3) sorted by relevance

/system/keymaster/
H A Dattestation_record.cpp82 KM_ROOT_OF_TRUST* root_of_trust; member in struct:keymaster::km_auth_list
122 ASN1_EXP_OPT(KM_AUTH_LIST, root_of_trust, KM_ROOT_OF_TRUST, TAG_ROOT_OF_TRUST.masked_tag()),
503 tee_record->root_of_trust = KM_ROOT_OF_TRUST_new();
512 !ASN1_OCTET_STRING_set(tee_record->root_of_trust->verified_boot_key,
515 tee_record->root_of_trust->device_locked = (int*)device_locked;
516 if (!ASN1_ENUMERATED_set(tee_record->root_of_trust->verified_boot_state,
734 if (record->root_of_trust) {
735 KM_ROOT_OF_TRUST* rot = record->root_of_trust;
H A Dsoft_keymaster_context.cpp310 SoftKeymasterContext::SoftKeymasterContext(const std::string& root_of_trust) argument
313 km1_dev_(nullptr), root_of_trust_(root_of_trust), os_version_(0), os_patchlevel_(0) {}
H A Dandroid_keymaster_test.cpp88 explicit TestKeymasterContext(const string& root_of_trust) argument
89 : SoftKeymasterContext(root_of_trust) {}

Completed in 76 milliseconds