Searched refs:GetAlgorithmProperties (Results 1 – 6 of 6) sorted by relevance
| /system/tpm/trunks/ |
| D | tpm_state_test.cc | 146 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()
|
| D | mock_tpm_state.h | 50 MOCK_METHOD2(GetAlgorithmProperties, bool(TPM_ALG_ID, TPMA_ALGORITHM*));
|
| D | tpm_state.h | 97 virtual bool GetAlgorithmProperties(TPM_ALG_ID algorithm,
|
| D | tpm_state_impl.h | 60 bool GetAlgorithmProperties(TPM_ALG_ID algorithm,
|
| D | tpm_state_impl.cc | 180 bool TpmStateImpl::GetAlgorithmProperties(TPM_ALG_ID algorithm, in GetAlgorithmProperties() function in trunks::TpmStateImpl
|
| D | trunks_factory_for_test.cc | 106 bool GetAlgorithmProperties(TPM_ALG_ID algorithm, in GetAlgorithmProperties() function in trunks::TpmStateForwarder 108 return target_->GetAlgorithmProperties(algorithm, properties); in GetAlgorithmProperties()
|