Home
last modified time | relevance | path

Searched defs:root_of_trust (Results 1 – 7 of 7) sorted by relevance

/system/security/keystore2/src/
Dshared_secret_negotiation.rs318 let root_of_trust = match tee.getRootOfTrust(&challenge) { in transfer_root_of_trust() localVariable
/system/keymaster/key_blob_utils/
Dsoftware_keyblobs.cpp81 const KeymasterBlob& root_of_trust) { in BuildHiddenAuthorizations()
/system/keymaster/contexts/
Dsoft_keymaster_context.cpp53 SoftKeymasterContext::SoftKeymasterContext(KmVersion version, const std::string& root_of_trust) in SoftKeymasterContext()
/system/keymaster/km_openssl/
Dattestation_record.cpp999 KM_ROOT_OF_TRUST* root_of_trust = nullptr; in build_attestation_record() local
1477 KM_ROOT_OF_TRUST* root_of_trust = record->tee_enforced->root_of_trust; in parse_root_of_trust() local
/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h108 KM_ROOT_OF_TRUST* root_of_trust; member
/system/keymint/wire/src/
Dtypes.rs198 pub root_of_trust: Vec<u8>, field
/system/keymint/ta/src/
Dlib.rs1115 fn root_of_trust(&self) -> Result<&[u8], Error> { in root_of_trust() method