Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/shim/
DShimUtilsTTest.java37 final IkeException ikeException = mShim.getWrappedIkeException(ioException); in testGetWrappedIkeException() local
DShimUtilsRAndSTest.java35 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.java1070 public final IkeException ikeException; field in IkeMessage.DecodeResultError
1072 protected DecodeResultError(int status, IkeException ikeException) { in DecodeResultError()
1084 public DecodeResultProtectedError(IkeException ikeException, byte[] firstPacket) { in DecodeResultProtectedError()
1091 public DecodeResultUnprotectedError(IkeException ikeException) { in DecodeResultUnprotectedError()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java1271 IkeException ikeException = wrapAsIkeException(error); in handleIkeFatalError() local
2070 IkeException ikeException = ((DecodeResultError) decodeResult).ikeException; in handleReceivedIkePacket() local
2185 IkeException ikeException = resultError.ikeException; in handleReceivedIkePacket() local
2338 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
2981 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
4200 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
4612 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
4725 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
5147 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
DChildSessionStateMachine.java788 IkeException ikeException = wrapAsIkeException(error); in handleChildFatalError() local
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java1838 IkeException ikeException, IkeSessionState ikeSessionState) { in getErrorFromIkeException()
2726 private SessionClosedData(String apnName, int token, IkeException ikeException) { in SessionClosedData()
/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java1931 IkeInternalException ikeException = in testNeverReportIwlanErrorWhenCloseAnOpenedTunnel() local
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java2794 IkeException ikeException = in verifyNotifyUserCloseSessionWithException() local