Lines Matching refs:EapCredentials
141 EapCredentials eap_;
228 EXPECT_TRUE(EapCredentials::IsEapAuthenticationProperty( in TEST_F()
230 EXPECT_TRUE(EapCredentials::IsEapAuthenticationProperty(kEapCertIdProperty)); in TEST_F()
231 EXPECT_TRUE(EapCredentials::IsEapAuthenticationProperty( in TEST_F()
233 EXPECT_TRUE(EapCredentials::IsEapAuthenticationProperty( in TEST_F()
235 EXPECT_TRUE(EapCredentials::IsEapAuthenticationProperty(kEapKeyIdProperty)); in TEST_F()
236 EXPECT_TRUE(EapCredentials::IsEapAuthenticationProperty(kEapKeyMgmtProperty)); in TEST_F()
237 EXPECT_TRUE(EapCredentials::IsEapAuthenticationProperty( in TEST_F()
239 EXPECT_TRUE(EapCredentials::IsEapAuthenticationProperty(kEapPinProperty)); in TEST_F()
240 EXPECT_TRUE(EapCredentials::IsEapAuthenticationProperty( in TEST_F()
242 EXPECT_TRUE(EapCredentials::IsEapAuthenticationProperty( in TEST_F()
247 EXPECT_FALSE(EapCredentials::IsEapAuthenticationProperty(kEapCaCertProperty)); in TEST_F()
248 EXPECT_FALSE(EapCredentials::IsEapAuthenticationProperty( in TEST_F()
250 EXPECT_FALSE(EapCredentials::IsEapAuthenticationProperty( in TEST_F()
252 EXPECT_FALSE(EapCredentials::IsEapAuthenticationProperty( in TEST_F()
254 EXPECT_FALSE(EapCredentials::IsEapAuthenticationProperty(kEapMethodProperty)); in TEST_F()
255 EXPECT_FALSE(EapCredentials::IsEapAuthenticationProperty( in TEST_F()
257 EXPECT_FALSE(EapCredentials::IsEapAuthenticationProperty( in TEST_F()
259 EXPECT_FALSE(EapCredentials::IsEapAuthenticationProperty( in TEST_F()
261 EXPECT_FALSE(EapCredentials::IsEapAuthenticationProperty( in TEST_F()
263 EXPECT_FALSE(EapCredentials::IsEapAuthenticationProperty( in TEST_F()
276 kId, EapCredentials::kStorageEapIdentity, _)) in TEST_F()
280 kId, EapCredentials::kStorageEapKeyManagement, _)) in TEST_F()
284 kId, EapCredentials::kStorageEapPassword, _)) in TEST_F()
298 EXPECT_CALL(store, DeleteKey(kId, EapCredentials::kStorageEapIdentity)); in TEST_F()
300 kId, EapCredentials::kStorageEapKeyManagement, kManagement)); in TEST_F()
301 EXPECT_CALL(store, DeleteKey(kId, EapCredentials::kStorageEapPassword)); in TEST_F()
309 kId, EapCredentials::kStorageEapIdentity, kIdentity)); in TEST_F()
311 kId, EapCredentials::kStorageEapKeyManagement, kManagement)); in TEST_F()
313 kId, EapCredentials::kStorageEapPassword, kPassword)); in TEST_F()