Home
last modified time | relevance | path

Searched refs:fake_algorithm_properties_ (Results 1 – 1 of 1) sorted by relevance

/system/tpm/trunks/
Dtpm_state_test.cc54 fake_algorithm_properties_[TPM_ALG_RSA] = 0x9; in SetUp()
55 fake_algorithm_properties_[TPM_ALG_ECC] = 0x9; in SetUp()
97 if (fake_algorithm_properties_.count(i) > 0) { in FakeGetCapability()
106 fake_algorithm_properties_[i]; in FakeGetCapability()
117 std::map<TPM_ALG_ID, TPMA_ALGORITHM> fake_algorithm_properties_; member in trunks::TpmStateTest
233 fake_algorithm_properties_.clear(); in TEST_F()
338 fake_algorithm_properties_[kAlgorithm] = 1234; in TEST_F()
343 EXPECT_EQ(value, fake_algorithm_properties_[kAlgorithm]); in TEST_F()