HomeSort by relevance Sort by last modified time
    Searched full:root_of_trust (Results 1 - 4 of 4) sorted by null

  /system/keymaster/
attestation_record.cpp 101 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;
soft_keymaster_context.cpp 309 SoftKeymasterContext::SoftKeymasterContext(const std::string& root_of_trust)
312 km1_dev_(nullptr), root_of_trust_(root_of_trust), os_version_(0), os_patchlevel_(0) {}
    [all...]
android_keymaster_test.cpp 87 TestKeymasterContext(const string& root_of_trust) : SoftKeymasterContext(root_of_trust) {}
    [all...]
  /system/keymaster/include/keymaster/
soft_keymaster_context.h 40 SoftKeymasterContext(const std::string& root_of_trust = "SW");

Completed in 970 milliseconds