Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dmock_tpm_state.h42 MOCK_METHOD0(IsRSASupported, bool());
Dtpm_state.h69 virtual bool IsRSASupported() = 0;
Dmock_tpm_state.cc35 ON_CALL(*this, IsRSASupported()).WillByDefault(Return(true)); in MockTpmState()
Dtpm_state_impl.h49 bool IsRSASupported() override;
Dtpm_state_test.cc175 EXPECT_DEATH_IF_SUPPORTED(tpm_state.IsRSASupported(), "Check failed"); in TEST()
196 EXPECT_FALSE(tpm_state.IsRSASupported()); in TEST_F()
232 EXPECT_TRUE(tpm_state.IsRSASupported()); in TEST_F()
Dtrunks_client.cc123 state->IsRSASupported() ? "true" : "false"); in DumpStatus()
Dtpm_state_impl.cc190 bool TpmStateImpl::IsRSASupported() { in IsRSASupported() function in trunks::TpmStateImpl
Dtrunks_factory_for_test.cc91 bool IsRSASupported() override { in IsRSASupported() function in trunks::TpmStateForwarder
92 return target_->IsRSASupported(); in IsRSASupported()
Dtpm_utility_impl.cc1507 if (tpm_state->IsRSASupported()) { in CreateStorageRootKeys()
1560 if (tpm_state->IsRSASupported()) { in CreateStorageRootKeys()