Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/
DEapMethodEndToEndTest.java49 protected EapAuthenticator mEapAuthenticator; field in EapMethodEndToEndTest
62 mEapAuthenticator.processEapMessage(invalidMessageType); in verifyUnsupportedType()
71 mEapAuthenticator.processEapMessage(EAP_REQUEST_NOTIFICATION_PACKET); in verifyEapNotification()
81 mEapAuthenticator.processEapMessage(EAP_SUCCESS); in verifyEapSuccess()
91 mEapAuthenticator.processEapMessage(EAP_SUCCESS); in verifyEapSuccessWithOption()
99 mEapAuthenticator.processEapMessage(EAP_FAILURE_PACKET); in verifyEapFailure()
111 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyExpectsEapFailure()
DEapTtlsTest.java452 mEapAuthenticator = in setUp()
581 mEapAuthenticator.processEapMessage(EAP_TTLS_START_REQUEST); in processAndVerifyStartRequest()
591 mEapAuthenticator.processEapMessage(EAP_TTLS_SERVER_HELLO_REQUEST_INITIAL_FRAGMENT); in processAndVerifyServerHello_initialFragment()
609 mEapAuthenticator.processEapMessage(EAP_TTLS_SERVER_HELLO_REQUEST_FINAL_FRAGMENT); in processAndVerifyServerHello_finalFragment()
629 mEapAuthenticator.processEapMessage(EAP_TTLS_SERVER_FINISHED_REQUEST); in processAndVerifyServerFinished()
656 mEapAuthenticator.processEapMessage(EAP_TTLS_TUNNELED_CHALLENGE_REQUEST); in processAndVerifyMsChapV2ChallengeRequest()
677 mEapAuthenticator.processEapMessage(EAP_TTLS_TUNNELED_SUCCESS_REQUEST); in processAndVerifyMsChapV2SuccessRequest()
696 mEapAuthenticator.processEapMessage(EAP_TTLS_TUNNELED_EAP_NOTIFICATION_REQUEST); in processAndVerifyTunneledEapNotification()
717 mEapAuthenticator.processEapMessage(EAP_TTLS_TUNNELED_FAILURE_REQUEST); in processMessageAndVerifyMsChapV2FailureRequest()
737 mEapAuthenticator.processEapMessage(EAP_TTLS_TUNNELED_AKA_IDENTITY_AVP_REQUEST); in processAndVerifyTunneledUnsupportedType()
[all …]
DEapMsChapV2Test.java101 mEapAuthenticator = in setUp()
153 mEapAuthenticator.processEapMessage(EAP_MSCHAP_V2_CHALLENGE_REQUEST); in verifyEapMsChapV2Challenge()
163 mEapAuthenticator.processEapMessage(EAP_MSCHAP_V2_SUCCESS_REQUEST); in verifyEapMsChapV2SuccessRequest()
172 mEapAuthenticator.processEapMessage(EAP_MSCHAP_V2_FAILURE_REQUEST); in verifyEapMsChapV2FailureRequest()
DEapAkaTest.java306 mEapAuthenticator = in setUp()
446 mEapAuthenticator.processEapMessage(EAP_AKA_IDENTITY_REQUEST); in verifyEapAkaIdentity()
476 mEapAuthenticator = in verifyEapAkaReauth()
493 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyEapAkaReauth()
516 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyEapAkaChallenge()
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()
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.java4490 private EapAuthenticator mEapAuthenticator; field in IkeSessionStateMachine.CreateIkeLocalIkeAuthInEap
4498 mEapAuthenticator = in enterState()
4508 mEapAuthenticator.processEapMessage(ikeEapPayload.eapMessage); in processStateMessage()
4604 mEapAuthenticator.processEapMessage(eapPayload.eapMessage); in handleResponseIkeMessage()