Searched refs:processEapMessage (Results 1 – 10 of 10) sorted by relevance
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()
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()749 mEapAuthenticator.processEapMessage(EAP_SUCCESS); in processAndVerifyEapSuccess()
99 .processEapMessage(EAP_REQUEST_SIM_START_PACKET); in testProcessEapMessageResponse()122 .processEapMessage(REQUEST_UNSUPPORTED_TYPE_PACKET); in testProcessEapMessageError()146 .processEapMessage(EAP_SUCCESS_PACKET); in testProcessEapMessageSuccess()167 .processEapMessage(EAP_FAILURE_PACKET); in testProcessEapMessageFailure()189 .processEapMessage(EAP_REQUEST_SIM_START_PACKET); in testProcessEapMessageExceptionThrown()216 .processEapMessage(EAP_REQUEST_SIM_START_PACKET); in testProcessEapMessageStateMachineTimeout()
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()
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()
446 mEapAuthenticator.processEapMessage(EAP_AKA_IDENTITY_REQUEST); in verifyEapAkaIdentity()493 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyEapAkaReauth()516 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyEapAkaChallenge()
252 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyEapSimStart()292 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyEapSimChallenge()
126 public void processEapMessage(byte[] msgBytes) { in processEapMessage() method in EapAuthenticator
4508 mEapAuthenticator.processEapMessage(ikeEapPayload.eapMessage); in processStateMessage()4604 mEapAuthenticator.processEapMessage(eapPayload.eapMessage); in handleResponseIkeMessage()
3624 verify(mMockEapAuthenticator).processEapMessage(eq(EAP_DUMMY_MSG)); in testCreateIkeLocalIkeAuthInEapStartsAuthenticatorAndProxiesMessage()