Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java4062 final MsgValidationResult authRespResult = validateAuthRespAndTakeNextStep(ikeMessage); in handleIkeAuthResponse() local
4064 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() argument
4081 if (authRespResult.getResult() != MsgValidationResult.RESULT_ERROR_RCV_NOTIFY) { in shouldSilentlyDelete()
4085 final IkeException e = authRespResult.getException(); in shouldSilentlyDelete()