Searched refs:root_of_trust (Results 1 - 4 of 4) sorted by relevance

/system/keymaster/
H A Dattestation_record.cpp101 KM_ROOT_OF_TRUST* root_of_trust; member in struct:keymaster::km_auth_list
132 ASN1_EXP_OPT(KM_AUTH_LIST, root_of_trust, KM_ROOT_OF_TRUST, TAG_ROOT_OF_TRUST.masked_tag()),
651 if (record->root_of_trust) {
652 KM_ROOT_OF_TRUST* rot = record->root_of_trust;
H A Dsoft_keymaster_context.cpp309 SoftKeymasterContext::SoftKeymasterContext(const std::string& root_of_trust) argument
312 km1_dev_(nullptr), root_of_trust_(root_of_trust), os_version_(0), os_patchlevel_(0) {}
H A Dandroid_keymaster_test.cpp87 TestKeymasterContext(const string& root_of_trust) : SoftKeymasterContext(root_of_trust) {} argument
/system/keymaster/include/keymaster/
H A Dsoft_keymaster_context.h40 SoftKeymasterContext(const std::string& root_of_trust = "SW");

Completed in 174 milliseconds