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

  /system/tpm/trunks/
resource_manager_test.cc 89 Serialize_TPM_HANDLE(handle, &buffer);
110 Serialize_TPM_HANDLE(handle, &buffer);
122 Serialize_TPM_HANDLE(handle, &buffer);
301 Serialize_TPM_HANDLE(virtual_handle, &parameters);
305 Serialize_TPM_HANDLE(tpm_handle, &expected_parameters);
325 Serialize_TPM_HANDLE(tpm_handle, &parameters);
483 Serialize_TPM_HANDLE(kArbitrarySessionHandle, &parameters);
    [all...]
resource_manager.cc 709 Serialize_TPM_HANDLE(actual_handle, &handle_blob);
792 CHECK_EQ(Serialize_TPM_HANDLE(handle, &handles_blob), TPM_RC_SUCCESS);
807 Serialize_TPM_HANDLE(handle_info->tpm_handle, &tpm_handle_name);
tpm_generated.cc 1116 TPM_RC Serialize_TPM_HANDLE(const TPM_HANDLE& value, std::string* buffer) {
    [all...]
tpm_utility_impl.cc 55 trunks::Serialize_TPM_HANDLE(handle, &name);
    [all...]
tpm_generated.h     [all...]

Completed in 922 milliseconds