Searched refs:IsRSASupported (Results 1 – 9 of 9) sorted by relevance
42 MOCK_METHOD0(IsRSASupported, bool());
69 virtual bool IsRSASupported() = 0;
35 ON_CALL(*this, IsRSASupported()).WillByDefault(Return(true)); in MockTpmState()
49 bool IsRSASupported() override;
175 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()
123 state->IsRSASupported() ? "true" : "false"); in DumpStatus()
190 bool TpmStateImpl::IsRSASupported() { in IsRSASupported() function in trunks::TpmStateImpl
91 bool IsRSASupported() override { in IsRSASupported() function in trunks::TpmStateForwarder92 return target_->IsRSASupported(); in IsRSASupported()
1507 if (tpm_state->IsRSASupported()) { in CreateStorageRootKeys()1560 if (tpm_state->IsRSASupported()) { in CreateStorageRootKeys()