Searched refs:GetContext (Results 1 - 9 of 9) sorted by relevance
/system/tpm/tpm_manager/server/ |
H A D | tpm_connection.h | 38 TSS_HCONTEXT GetContext();
|
H A D | tpm_initializer_impl.cc | 92 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 D | tpm_nvram_impl.cc | 150 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 D | tpm_connection.cc | 40 TSS_HCONTEXT TpmConnection::GetContext() { function in class:tpm_manager::TpmConnection
|
H A D | tpm_status_impl.cc | 108 trousers::ScopedTssMemory buf(tpm_connection_.GetContext());
|
/system/update_engine/common/ |
H A D | hash_calculator.h | 71 std::string GetContext() const; 74 // previous HashCalculator::GetContext method call. Returns true on success,
|
H A D | hash_calculator.cc | 133 string HashCalculator::GetContext() const { function in class:chromeos_update_engine::HashCalculator
|
H A D | hash_calculator_unittest.cc | 75 string calc_context = calc.GetContext();
|
/system/update_engine/payload_consumer/ |
H A D | delta_performer.cc | 1747 payload_hash_calculator_.GetContext())); 1750 signed_hash_calculator_.GetContext()));
|
Completed in 140 milliseconds