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

  /system/tpm/tpm_manager/server/
tpm2_nvram_impl.cc 139 TPM_RC result = trunks_utility_->ReadNVSpace(index,
tpm2_nvram_test.cc 164 EXPECT_CALL(mock_tpm_utility_, ReadNVSpace(index, 0, size, _, _))
186 EXPECT_CALL(mock_tpm_utility_, ReadNVSpace(index, _, _, _, _))
  /system/tpm/trunks/
mock_tpm_utility.h 122 MOCK_METHOD5(ReadNVSpace, TPM_RC(uint32_t,
tpm_utility.h 283 virtual TPM_RC ReadNVSpace(uint32_t index,
tpm_utility_impl.h 134 TPM_RC ReadNVSpace(uint32_t index,
trunks_factory_for_test.cc 332 TPM_RC ReadNVSpace(uint32_t index,
337 return target_->ReadNVSpace(index, offset, num_bytes, nvram_data, delegate);
trunks_client_test.cc     [all...]
tpm_utility_test.cc     [all...]
tpm_utility_impl.cc     [all...]

Completed in 49 milliseconds