Home
last modified time | relevance | path

Searched refs:Esys (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/
Dtpm_hmac.cpp41 resource_manager->Esys(), in OneshotHmac()
78 resource_manager->Esys(), in SegmentedHmac()
93 resource_manager->Esys(), sequence_handle, &sequence_auth); in SegmentedHmac()
106 resource_manager->Esys(), in SegmentedHmac()
123 resource_manager->Esys(), in SegmentedHmac()
Dencrypted_serializable.cpp42 auto rc = Esys_TR_SetAuth(resource_manager->Esys(), parent_key, &authValue); in CreateKey()
90 /* esysContext */ resource_manager->Esys(), in CreateKey()
113 rc = Esys_TR_SetAuth(resource_manager->Esys(), raw_handle, &authValue); in CreateKey()
139 resource_manager->Esys(), in LoadKey()
210 resource_manager_->Esys(), in Serialize()
279 resource_manager_->Esys(), in Deserialize()
Dtpm_key_blob_maker.cpp38 Esys_TR_SetAuth(resource_manager->Esys(), ESYS_TR_RH_OWNER, &authValue); in SigningKey()
77 /* esysContext */ resource_manager->Esys(), in SigningKey()
99 Esys_TR_SetAuth(resource_manager->Esys(), ESYS_TR_RH_PLATFORM, &authValue); in ParentKey()
146 /* esysContext */ resource_manager->Esys(), in ParentKey()
Dtpm_resource_manager.h54 ESYS_CONTEXT* Esys();
Dtpm_resource_manager.cpp66 ESYS_CONTEXT* TpmResourceManager::Esys() { in Esys() function in TpmResourceManager
Dtpm_keymaster_context.cpp41 , random_source_(new TpmRandomSource(resource_manager_->Esys())) in TpmKeymasterContext()