HomeSort by relevance Sort by last modified time
    Searched refs:tpm_handle (Results 1 - 9 of 9) sorted by null

  /system/tpm/tpm_manager/server/
tpm_connection.cc 52 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,
tpm_status_impl.cc 103 TSS_HTPM tpm_handle = tpm_connection_.GetTpm(); local
104 if (tpm_handle == 0) {
110 tpm_handle, capability, sizeof(uint32_t),
tpm_initializer_impl.cc 245 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,
  /system/tpm/trunks/
resource_manager.cc 34 const trunks::TPM_HANDLE kMaxVirtualHandle =
117 std::vector<TPM_HANDLE> updated_handles;
119 TPM_HANDLE tpm_handle; local
120 result = ProcessInputHandle(command_info, handle, &tpm_handle);
124 updated_handles.push_back(tpm_handle);
186 std::vector<TPM_HANDLE> virtual_handles;
196 const std::vector<TPM_HANDLE>& sessions_to_retain,
197 TPM_HANDLE* session_to_evict) {
199 std::vector<TPM_HANDLE> candidates
    [all...]
resource_manager_test.cc 43 const trunks::TPM_HANDLE kArbitraryObjectHandle = trunks::TRANSIENT_FIRST + 25;
44 const trunks::TPM_HANDLE kArbitrarySessionHandle = trunks::HMAC_SESSION_FIRST;
67 const std::vector<TPM_HANDLE> kNoHandles;
78 const std::vector<TPM_HANDLE>& handles,
99 const std::vector<TPM_HANDLE>& handles,
119 std::string CreateCommandAuthorization(TPM_HANDLE handle,
148 TPM_HANDLE LoadHandle(TPM_HANDLE handle) {
149 std::vector<TPM_HANDLE> input_handles = {PERSISTENT_FIRST};
152 std::vector<TPM_HANDLE> output_handles = {handle}
279 TPM_HANDLE tpm_handle = kArbitraryObjectHandle; local
298 TPM_HANDLE tpm_handle = kArbitraryObjectHandle; local
334 TPM_HANDLE tpm_handle = kArbitraryObjectHandle; local
503 TPM_HANDLE tpm_handle = kArbitraryObjectHandle; local
    [all...]
resource_manager.h 74 std::vector<TPM_HANDLE> handles;
75 std::vector<TPM_HANDLE> session_handles;
83 void Init(TPM_HANDLE handle);
87 TPM_HANDLE tpm_handle; member in struct:trunks::ResourceManager::HandleInfo
99 bool ChooseSessionToEvict(const std::vector<TPM_HANDLE>& sessions_to_retain,
100 TPM_HANDLE* session_to_evict);
103 void CleanupFlushedHandle(TPM_HANDLE flushed_handle);
107 TPM_HANDLE CreateVirtualHandle();
111 TPM_HANDLE session_handle)
    [all...]
Android.mk 113 tpm_handle.cc \
  /system/tpm/attestation/common/
tpm_utility_v1.h 68 // 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
tpm_utility_v1.cc 118 TSS_HTPM tpm_handle; local
120 &tpm_handle)) {
151 tpm_handle, identity_key, asym_ca_contents.size(),

Completed in 96 milliseconds