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

/system/tpm/tpm_manager/server/
H A Dtpm_connection.h38 TSS_HCONTEXT GetContext();
H A Dtpm_initializer_impl.cc92 trousers::ScopedTssKey local_key_handle(connection->GetContext());
103 connection->GetContext(), TSS_OBJECT_TYPE_RSAKEY,
122 trousers::ScopedTssKey srk_handle(connection->GetContext());
125 connection->GetContext(), TSS_OBJECT_TYPE_RSAKEY,
167 trousers::ScopedTssKey srk_handle(connection->GetContext());
170 connection->GetContext(), TSS_PS_TYPE_SYSTEM, SRK_UUID,
176 trousers::ScopedTssPolicy policy_handle(connection->GetContext());
178 connection->GetContext(), TSS_OBJECT_TYPE_POLICY,
218 trousers::ScopedTssPolicy policy_handle(connection->GetContext());
220 connection->GetContext(), TSS_OBJECT_TYPE_POLIC
[all...]
H A Dtpm_nvram_impl.cc150 ScopedTssNvStore nv_handle(owner_connection.GetContext());
174 ScopedTssPcrs scoped_pcr_handle(owner_connection.GetContext());
196 ScopedTssNvStore nv_handle(owner_connection.GetContext());
217 ScopedTssNvStore nv_handle(tpm_connection_.GetContext());
256 ScopedTssNvStore nv_handle(tpm_connection_.GetContext());
281 ScopedTssMemory space_data(tpm_connection_.GetContext());
314 ScopedTssNvStore nv_handle(tpm_connection_.GetContext());
334 ScopedTssMemory space_data(tpm_connection_.GetContext());
344 ScopedTssNvStore nv_handle(tpm_connection_.GetContext());
376 ScopedTssMemory nv_list_data(tpm_connection_.GetContext());
[all...]
H A Dtpm_connection.cc40 TSS_HCONTEXT TpmConnection::GetContext() { function in class:tpm_manager::TpmConnection
H A Dtpm_status_impl.cc108 trousers::ScopedTssMemory buf(tpm_connection_.GetContext());
/system/update_engine/common/
H A Dhash_calculator.h71 std::string GetContext() const;
74 // previous HashCalculator::GetContext method call. Returns true on success,
H A Dhash_calculator.cc133 string HashCalculator::GetContext() const { function in class:chromeos_update_engine::HashCalculator
H A Dhash_calculator_unittest.cc75 string calc_context = calc.GetContext();
/system/update_engine/payload_consumer/
H A Ddelta_performer.cc1747 payload_hash_calculator_.GetContext()));
1750 signed_hash_calculator_.GetContext()));

Completed in 140 milliseconds