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

  /system/tpm/trunks/
resource_manager.h 219 std::map<TPM_HANDLE, TPM_HANDLE> tpm_object_handles_; member in class:trunks::ResourceManager
resource_manager.cc 226 tpm_object_handles_.erase(
306 tpm_object_handles_.erase(info.tpm_handle);
746 tpm_object_handles_[handle_info.tpm_handle] = virtual_handle;
771 auto virtual_handle_iter = tpm_object_handles_.find(handle);
772 if (virtual_handle_iter == tpm_object_handles_.end()) {
777 tpm_object_handles_[handle] = new_virtual_handle;

Completed in 55 milliseconds