Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dtpm_state_test.cc146 EXPECT_DEATH_IF_SUPPORTED(tpm_state.GetAlgorithmProperties(0, nullptr), in TEST()
334 EXPECT_FALSE(tpm_state.GetAlgorithmProperties(kAlgorithm, nullptr)); in TEST_F()
336 EXPECT_FALSE(tpm_state.GetAlgorithmProperties(kAlgorithm, &value)); in TEST_F()
341 EXPECT_TRUE(tpm_state2.GetAlgorithmProperties(kAlgorithm, nullptr)); in TEST_F()
342 EXPECT_TRUE(tpm_state2.GetAlgorithmProperties(kAlgorithm, &value)); in TEST_F()
Dmock_tpm_state.h50 MOCK_METHOD2(GetAlgorithmProperties, bool(TPM_ALG_ID, TPMA_ALGORITHM*));
Dtpm_state.h97 virtual bool GetAlgorithmProperties(TPM_ALG_ID algorithm,
Dtpm_state_impl.h60 bool GetAlgorithmProperties(TPM_ALG_ID algorithm,
Dtpm_state_impl.cc180 bool TpmStateImpl::GetAlgorithmProperties(TPM_ALG_ID algorithm, in GetAlgorithmProperties() function in trunks::TpmStateImpl
Dtrunks_factory_for_test.cc106 bool GetAlgorithmProperties(TPM_ALG_ID algorithm, in GetAlgorithmProperties() function in trunks::TpmStateForwarder
108 return target_->GetAlgorithmProperties(algorithm, properties); in GetAlgorithmProperties()