Searched refs:authRespResult (Results 1 – 1 of 1) sorted by relevance
4062 final MsgValidationResult authRespResult = validateAuthRespAndTakeNextStep(ikeMessage); in handleIkeAuthResponse() local4064 if (authRespResult.getResult() != MsgValidationResult.RESULT_OK) { in handleIkeAuthResponse()4065 final IkeException e = authRespResult.getException(); in handleIkeAuthResponse()4066 if (!isServerExpectingMoreEap && !shouldSilentlyDelete(authRespResult)) { in handleIkeAuthResponse()4070 handleIkeFatalError(authRespResult.getException()); in handleIkeAuthResponse()4080 protected boolean shouldSilentlyDelete(MsgValidationResult authRespResult) { in shouldSilentlyDelete() argument4081 if (authRespResult.getResult() != MsgValidationResult.RESULT_ERROR_RCV_NOTIFY) { in shouldSilentlyDelete()4085 final IkeException e = authRespResult.getException(); in shouldSilentlyDelete()