Searched refs:tpm_handle (Results 1 - 8 of 8) sorted by path

/system/tpm/attestation/common/
H A Dtpm_utility_v1.cc118 TSS_HTPM tpm_handle; local
120 &tpm_handle)) {
151 tpm_handle, identity_key, asym_ca_contents.size(),
H A Dtpm_utility_v1.h68 // Populates |context_handle| with a valid TSS_HCONTEXT and |tpm_handle| with
72 TSS_HTPM* tpm_handle);
74 // Populates |context_handle| with a valid TSS_HCONTEXT and |tpm_handle| with
/system/tpm/tpm_manager/server/
H A Dtpm_connection.cc52 TSS_HTPM tpm_handle; local
54 Tspi_Context_GetTpmObject(context_.value(), &tpm_handle))) {
58 return tpm_handle;
93 TSS_HTPM tpm_handle; local
95 Tspi_Context_GetTpmObject(context_.value(), &tpm_handle))) {
101 if (TPM_ERROR(result = Tspi_GetPolicyObject(tpm_handle, TSS_POLICY_USAGE,
H A Dtpm_initializer_impl.cc245 TSS_HTPM tpm_handle = connection.GetTpm(); local
246 if (tpm_handle == 0) {
252 if (TPM_ERROR(result = Tspi_TPM_GetStatus(tpm_handle, TSS_TPMSTATUS_DISABLED,
H A Dtpm_status_impl.cc103 TSS_HTPM tpm_handle = tpm_connection_.GetTpm(); local
104 if (tpm_handle == 0) {
110 tpm_handle, capability, sizeof(uint32_t),
/system/tpm/trunks/
H A Dresource_manager.cc119 TPM_HANDLE tpm_handle; local
120 result = ProcessInputHandle(command_info, handle, &tpm_handle);
124 updated_handles.push_back(tpm_handle);
204 info.tpm_handle) == sessions_to_retain.end()) {
227 virtual_object_handles_[flushed_handle].tpm_handle);
300 result = factory_.GetTpm()->FlushContextSync(info.tpm_handle, nullptr);
306 tpm_object_handles_.erase(info.tpm_handle);
307 VLOG(1) << "EVICT_OBJECT: " << std::hex << info.tpm_handle;
461 handle_info->context, &handle_info->tpm_handle, nullptr);
704 actual_handle = iter->second.tpm_handle;
[all...]
H A Dresource_manager.h87 TPM_HANDLE tpm_handle; member in struct:trunks::ResourceManager::HandleInfo
H A Dresource_manager_test.cc279 TPM_HANDLE tpm_handle = kArbitraryObjectHandle; local
280 TPM_HANDLE virtual_handle = LoadHandle(tpm_handle);
285 // |tpm_handle|.
286 std::vector<TPM_HANDLE> expected_input_handles = {tpm_handle};
298 TPM_HANDLE tpm_handle = kArbitraryObjectHandle; local
299 TPM_HANDLE virtual_handle = LoadHandle(tpm_handle);
305 Serialize_TPM_HANDLE(tpm_handle, &expected_parameters);
322 // Try again but attempt to flush |tpm_handle| instead of |virtual_handle|.
323 virtual_handle = LoadHandle(tpm_handle);
325 Serialize_TPM_HANDLE(tpm_handle,
334 TPM_HANDLE tpm_handle = kArbitraryObjectHandle; local
503 TPM_HANDLE tpm_handle = kArbitraryObjectHandle; local
[all...]

Completed in 123 milliseconds