Home
last modified time | relevance | path

Searched refs:GetContext (Results 1 – 9 of 9) sorted by relevance

/system/tpm/tpm_manager/server/
Dtpm_initializer_impl.cc92 trousers::ScopedTssKey local_key_handle(connection->GetContext()); in InitializeEndorsementKey()
103 connection->GetContext(), TSS_OBJECT_TYPE_RSAKEY, in InitializeEndorsementKey()
122 trousers::ScopedTssKey srk_handle(connection->GetContext()); in TakeOwnership()
125 connection->GetContext(), TSS_OBJECT_TYPE_RSAKEY, in TakeOwnership()
167 trousers::ScopedTssKey srk_handle(connection->GetContext()); in InitializeSrk()
170 connection->GetContext(), TSS_PS_TYPE_SYSTEM, SRK_UUID, in InitializeSrk()
176 trousers::ScopedTssPolicy policy_handle(connection->GetContext()); in InitializeSrk()
178 connection->GetContext(), TSS_OBJECT_TYPE_POLICY, in InitializeSrk()
218 trousers::ScopedTssPolicy policy_handle(connection->GetContext()); in ChangeOwnerPassword()
220 connection->GetContext(), TSS_OBJECT_TYPE_POLICY, in ChangeOwnerPassword()
Dtpm_nvram_impl.cc150 ScopedTssNvStore nv_handle(owner_connection.GetContext()); in DefineSpace()
174 ScopedTssPcrs scoped_pcr_handle(owner_connection.GetContext()); in DefineSpace()
196 ScopedTssNvStore nv_handle(owner_connection.GetContext()); in DestroySpace()
217 ScopedTssNvStore nv_handle(tpm_connection_.GetContext()); in WriteSpace()
256 ScopedTssNvStore nv_handle(tpm_connection_.GetContext()); in ReadSpace()
281 ScopedTssMemory space_data(tpm_connection_.GetContext()); in ReadSpace()
314 ScopedTssNvStore nv_handle(tpm_connection_.GetContext()); in LockSpace()
334 ScopedTssMemory space_data(tpm_connection_.GetContext()); in LockSpace()
344 ScopedTssNvStore nv_handle(tpm_connection_.GetContext()); in LockSpace()
376 ScopedTssMemory nv_list_data(tpm_connection_.GetContext()); in ListSpaces()
[all …]
Dtpm_connection.h38 TSS_HCONTEXT GetContext();
Dtpm_connection.cc40 TSS_HCONTEXT TpmConnection::GetContext() { in GetContext() function in tpm_manager::TpmConnection
Dtpm_status_impl.cc108 trousers::ScopedTssMemory buf(tpm_connection_.GetContext()); in GetCapability()
/system/update_engine/common/
Dhash_calculator.h71 std::string GetContext() const;
Dhash_calculator.cc133 string HashCalculator::GetContext() const { in GetContext() function in chromeos_update_engine::HashCalculator
Dhash_calculator_unittest.cc75 string calc_context = calc.GetContext(); in TEST_F()
/system/update_engine/payload_consumer/
Ddelta_performer.cc1747 payload_hash_calculator_.GetContext())); in CheckpointUpdateProgress()
1750 signed_hash_calculator_.GetContext())); in CheckpointUpdateProgress()