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

  /system/tpm/tpm_manager/server/
tpm2_nvram_impl.cc 100 TPM_RC result = trunks_utility_->DestroyNVSpace(
tpm2_nvram_test.cc 108 EXPECT_CALL(mock_tpm_utility_, DestroyNVSpace(index, _))
116 EXPECT_CALL(mock_tpm_utility_, DestroyNVSpace(index, _))
  /system/tpm/trunks/
mock_tpm_utility.h 114 MOCK_METHOD2(DestroyNVSpace, TPM_RC(uint32_t,
tpm_utility.h 263 virtual TPM_RC DestroyNVSpace(uint32_t index,
tpm_utility_impl.h 127 TPM_RC DestroyNVSpace(uint32_t index,
trunks_factory_for_test.cc 315 TPM_RC DestroyNVSpace(uint32_t index,
317 return target_->DestroyNVSpace(index, delegate);
tpm_utility_test.cc     [all...]
trunks_client_test.cc     [all...]
tpm_utility_impl.cc     [all...]

Completed in 60 milliseconds