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.cc83 trousers::ScopedTssKey local_key_handle(tpm_connection_.GetContext()); in InitializeEndorsementKey()
94 if (TPM_ERROR(result = Tspi_Context_CreateObject(tpm_connection_.GetContext(), in InitializeEndorsementKey()
116 trousers::ScopedTssKey srk_handle(tpm_connection_.GetContext()); in TakeOwnership()
118 if (TPM_ERROR(result = Tspi_Context_CreateObject(tpm_connection_.GetContext(), in TakeOwnership()
164 trousers::ScopedTssKey srk_handle(tpm_connection_.GetContext()); in InitializeSrk()
167 tpm_connection_.GetContext(), in InitializeSrk()
175 trousers::ScopedTssPolicy policy_handle(tpm_connection_.GetContext()); in InitializeSrk()
176 if (TPM_ERROR(result = Tspi_Context_CreateObject(tpm_connection_.GetContext(), in InitializeSrk()
220 trousers::ScopedTssPolicy policy_handle(tpm_connection_.GetContext()); in ChangeOwnerPassword()
221 if (TPM_ERROR(result = Tspi_Context_CreateObject(tpm_connection_.GetContext(), in ChangeOwnerPassword()
Dtpm_nvram_impl.cc51 ScopedTssNvStore nv_handle(tpm_connection_.GetContext()); in DefineNvram()
77 ScopedTssPcrs pcr_handle(tpm_connection_.GetContext()); in DefineNvram()
100 ScopedTssNvStore nv_handle(tpm_connection_.GetContext()); in DestroyNvram()
114 ScopedTssNvStore nv_handle(tpm_connection_.GetContext()); in WriteNvram()
132 ScopedTssNvStore nv_handle(tpm_connection_.GetContext()); in ReadNvram()
147 ScopedTssMemory space_data(tpm_connection_.GetContext()); in ReadNvram()
170 ScopedTssMemory nv_list_data(tpm_connection_.GetContext()); in IsNvramDefined()
198 ScopedTssMemory nv_index_data(tpm_connection_.GetContext()); in IsNvramLocked()
224 ScopedTssMemory nv_index_data(tpm_connection_.GetContext()); in GetNvramSize()
249 TSS_RESULT result = Tspi_Context_CreateObject(tpm_connection_.GetContext(), in InitializeNvramHandle()
[all …]
Dtpm_connection.h35 TSS_HCONTEXT GetContext();
Dtpm_connection.cc37 TSS_HCONTEXT TpmConnection::GetContext() { in GetContext() function in tpm_manager::TpmConnection
Dtpm_status_impl.cc100 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.cc76 string calc_context = calc.GetContext(); in TEST_F()
/system/update_engine/payload_consumer/
Ddelta_performer.cc1741 payload_hash_calculator_.GetContext())); in CheckpointUpdateProgress()
1744 signed_hash_calculator_.GetContext())); in CheckpointUpdateProgress()