Searched refs:GetContext (Results 1 – 9 of 9) sorted by relevance
/system/tpm/tpm_manager/server/ |
D | tpm_initializer_impl.cc | 92 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()
|
D | tpm_nvram_impl.cc | 150 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 …]
|
D | tpm_connection.h | 38 TSS_HCONTEXT GetContext();
|
D | tpm_connection.cc | 40 TSS_HCONTEXT TpmConnection::GetContext() { in GetContext() function in tpm_manager::TpmConnection
|
D | tpm_status_impl.cc | 108 trousers::ScopedTssMemory buf(tpm_connection_.GetContext()); in GetCapability()
|
/system/update_engine/common/ |
D | hash_calculator.h | 71 std::string GetContext() const;
|
D | hash_calculator.cc | 133 string HashCalculator::GetContext() const { in GetContext() function in chromeos_update_engine::HashCalculator
|
D | hash_calculator_unittest.cc | 75 string calc_context = calc.GetContext(); in TEST_F()
|
/system/update_engine/payload_consumer/ |
D | delta_performer.cc | 1747 payload_hash_calculator_.GetContext())); in CheckpointUpdateProgress() 1750 signed_hash_calculator_.GetContext())); in CheckpointUpdateProgress()
|