Searched refs:root_of_trust (Results 1 – 7 of 7) sorted by relevance
/system/keymaster/km_openssl/ |
D | attestation_record.cpp | 393 KM_ROOT_OF_TRUST* root_of_trust = nullptr; in build_attestation_record() local 395 key_desc->software_enforced->root_of_trust = KM_ROOT_OF_TRUST_new(); in build_attestation_record() 396 root_of_trust = key_desc->software_enforced->root_of_trust; in build_attestation_record() 398 key_desc->tee_enforced->root_of_trust = KM_ROOT_OF_TRUST_new(); in build_attestation_record() 399 root_of_trust = key_desc->tee_enforced->root_of_trust; in build_attestation_record() 410 !ASN1_OCTET_STRING_set(root_of_trust->verified_boot_key, verified_boot_key.data, in build_attestation_record() 415 !ASN1_OCTET_STRING_set(root_of_trust->verified_boot_hash, verified_boot_hash.data, in build_attestation_record() 420 root_of_trust->device_locked = device_locked ? 0xFF : 0x00; in build_attestation_record() 421 if (!ASN1_ENUMERATED_set(root_of_trust->verified_boot_state, verified_boot_state)) { in build_attestation_record() 665 if (record->root_of_trust) { in extract_auth_list() [all …]
|
/system/keymaster/include/keymaster/key_blob_utils/ |
D | software_keyblobs.h | 36 const KeymasterBlob& root_of_trust);
|
/system/keymaster/include/keymaster/contexts/ |
D | soft_keymaster_context.h | 47 explicit SoftKeymasterContext(const std::string& root_of_trust = "SW");
|
/system/keymaster/include/keymaster/ |
D | attestation_record.h | 86 KM_ROOT_OF_TRUST* root_of_trust; member 136 ASN1_EXP_OPT(KM_AUTH_LIST, root_of_trust, KM_ROOT_OF_TRUST, TAG_ROOT_OF_TRUST.masked_tag()),
|
/system/keymaster/key_blob_utils/ |
D | software_keyblobs.cpp | 82 const KeymasterBlob& root_of_trust) { in BuildHiddenAuthorizations() argument 89 hidden->push_back(TAG_ROOT_OF_TRUST, root_of_trust); in BuildHiddenAuthorizations()
|
/system/keymaster/contexts/ |
D | soft_keymaster_context.cpp | 55 SoftKeymasterContext::SoftKeymasterContext(const std::string& root_of_trust) in SoftKeymasterContext() argument 60 root_of_trust_(string2Blob(root_of_trust)), os_version_(0), os_patchlevel_(0) {} in SoftKeymasterContext()
|
/system/keymaster/tests/ |
D | android_keymaster_test.cpp | 101 explicit TestKeymasterContext(const string& root_of_trust) in TestKeymasterContext() argument 102 : SoftKeymasterContext(root_of_trust) {} in TestKeymasterContext()
|