Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/
H A 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()
H A DEapTtlsTest.java452 mEapAuthenticator = in setUp()
581 mEapAuthenticator.processEapMessage(EAP_TTLS_START_REQUEST); in processAndVerifyStartRequest()
590 mEapAuthenticator.processEapMessage(EAP_TTLS_SERVER_HELLO_REQUEST_INITIAL_FRAGMENT); in processAndVerifyServerHello_initialFragment()
606 mEapAuthenticator.processEapMessage(EAP_TTLS_SERVER_HELLO_REQUEST_FINAL_FRAGMENT); in processAndVerifyServerHello_finalFragment()
625 mEapAuthenticator.processEapMessage(EAP_TTLS_SERVER_FINISHED_REQUEST); in processAndVerifyServerFinished()
650 mEapAuthenticator.processEapMessage(EAP_TTLS_TUNNELED_CHALLENGE_REQUEST); in processAndVerifyMsChapV2ChallengeRequest()
669 mEapAuthenticator.processEapMessage(EAP_TTLS_TUNNELED_SUCCESS_REQUEST); in processAndVerifyMsChapV2SuccessRequest()
687 mEapAuthenticator.processEapMessage(EAP_TTLS_TUNNELED_EAP_NOTIFICATION_REQUEST); in processAndVerifyTunneledEapNotification()
706 mEapAuthenticator.processEapMessage(EAP_TTLS_TUNNELED_FAILURE_REQUEST); in processMessageAndVerifyMsChapV2FailureRequest()
725 mEapAuthenticator.processEapMessage(EAP_TTLS_TUNNELED_AKA_IDENTITY_AVP_REQUEST); in processAndVerifyTunneledUnsupportedType()
[all …]
H A DEapMsChapV2Test.java101 mEapAuthenticator = in setUp()
153 mEapAuthenticator.processEapMessage(EAP_MSCHAP_V2_CHALLENGE_REQUEST); in verifyEapMsChapV2Challenge()
162 mEapAuthenticator.processEapMessage(EAP_MSCHAP_V2_SUCCESS_REQUEST); in verifyEapMsChapV2SuccessRequest()
170 mEapAuthenticator.processEapMessage(EAP_MSCHAP_V2_FAILURE_REQUEST); in verifyEapMsChapV2FailureRequest()
H A 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()
H A DEapAkaTest.java193 mEapAuthenticator = in setUp()
266 mEapAuthenticator.processEapMessage(EAP_AKA_IDENTITY_REQUEST); in verifyEapAkaIdentity()
289 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyEapAkaChallenge()
H A DEapSimTest.java178 mEapAuthenticator = in setUp()
252 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyEapSimStart()
292 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyEapSimChallenge()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachine.java4066 private EapAuthenticator mEapAuthenticator; field in IkeSessionStateMachine.CreateIkeLocalIkeAuthInEap
4074 mEapAuthenticator = in enterState()
4088 mEapAuthenticator.processEapMessage(ikeEapPayload.eapMessage); in processStateMessage()
4176 mEapAuthenticator.processEapMessage(eapPayload.eapMessage); in handleResponseIkeMessage()