Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/
DEapMethodEndToEndTest.java48 protected EapAuthenticator mEapAuthenticator; field in EapMethodEndToEndTest
60 mEapAuthenticator.processEapMessage(invalidMessageType); in verifyUnsupportedType()
69 mEapAuthenticator.processEapMessage(EAP_REQUEST_NOTIFICATION_PACKET); in verifyEapNotification()
79 mEapAuthenticator.processEapMessage(EAP_SUCCESS); in verifyEapSuccess()
88 mEapAuthenticator.processEapMessage(EAP_FAILURE_PACKET); in verifyEapFailure()
100 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyExpectsEapFailure()
DEapMsChapV2Test.java98 mEapAuthenticator = in setUp()
150 mEapAuthenticator.processEapMessage(EAP_MSCHAP_V2_CHALLENGE_REQUEST); in verifyEapMsChapV2Challenge()
159 mEapAuthenticator.processEapMessage(EAP_MSCHAP_V2_SUCCESS_REQUEST); in verifyEapMsChapV2SuccessRequest()
167 mEapAuthenticator.processEapMessage(EAP_MSCHAP_V2_FAILURE_REQUEST); in verifyEapMsChapV2FailureRequest()
DEapAkaPrimeTest.java293 mEapAuthenticator = in setUp()
406 mEapAuthenticator.processEapMessage(EAP_AKA_PRIME_IDENTITY_REQUEST); in verifyEapAkaPrimeIdentity()
429 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyEapAkaPrimeChallenge()
476 mEapAuthenticator.processEapMessage(EAP_AKA_PRIME_CHALLENGE_REQUEST); in verifyEapAkaPrimeChallengeMismatchedNetworkNames()
DEapAkaTest.java193 mEapAuthenticator = in setUp()
266 mEapAuthenticator.processEapMessage(EAP_AKA_IDENTITY_REQUEST); in verifyEapAkaIdentity()
289 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyEapAkaChallenge()
DEapSimTest.java178 mEapAuthenticator = in setUp()
252 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyEapSimStart()
292 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyEapSimChallenge()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java3534 private EapAuthenticator mEapAuthenticator; field in IkeSessionStateMachine.CreateIkeLocalIkeAuthInEap
3542 mEapAuthenticator = in enterState()
3556 mEapAuthenticator.processEapMessage(ikeEapPayload.eapMessage); in processStateMessage()
3630 mEapAuthenticator.processEapMessage(eapPayload.eapMessage); in handleResponseIkeMessage()