Home
last modified time | relevance | path

Searched defs:ikeException (Results 1 – 8 of 8) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/shim/
DShimUtilsMinTTest.java37 final IkeException ikeException = mShim.getWrappedIkeException(ioException); in testGetWrappedIkeException() local
DShimUtilsRAndSTest.java46 final IkeException ikeException = mShim.getWrappedIkeException(ioException); in testGetWrappedIkeException() local
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeMessageTest.java409 IkeException ikeException = in testDecodeEncryptedMessageWithWrongId() local
429 IkeException ikeException = in testDecodeEncryptedMessageWithWrongChecksum() local
452 IkeException ikeException = in testDecryptFail() local
478 IkeException ikeException = in testParsingErrorInEncryptedMessage() local
739 IkeException ikeException = in testRcvFirstArrivedFragWithUnprotectedError() local
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeMessage.java1069 public final IkeException ikeException; field in IkeMessage.DecodeResultError
1071 protected DecodeResultError(int status, IkeException ikeException) { in DecodeResultError()
1083 public DecodeResultProtectedError(IkeException ikeException, byte[] firstPacket) { in DecodeResultProtectedError()
1090 public DecodeResultUnprotectedError(IkeException ikeException) { in DecodeResultUnprotectedError()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java1180 IkeException ikeException = wrapAsIkeException(error); in handleIkeFatalError() local
1836 IkeException ikeException = ((DecodeResultError) decodeResult).ikeException; in handleReceivedIkePacket() local
1949 IkeException ikeException = resultError.ikeException; in handleReceivedIkePacket() local
2102 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
2711 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
3788 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
4180 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
4287 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
4679 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
DChildSessionStateMachine.java740 IkeException ikeException = wrapAsIkeException(error); in handleChildFatalError() local
/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java1716 IkeInternalException ikeException = in testNeverReportIwlanErrorWhenCloseAnOpenedTunnel() local
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java2740 IkeException ikeException = in verifyNotifyUserCloseSessionWithException() local