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/ |
D | ShimUtilsTTest.java | 37 final IkeException ikeException = mShim.getWrappedIkeException(ioException); in testGetWrappedIkeException() local
|
D | ShimUtilsRAndSTest.java | 35 final IkeException ikeException = mShim.getWrappedIkeException(ioException); in testGetWrappedIkeException() local
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeMessageTest.java | 409 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/ |
D | IkeMessage.java | 1070 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/ |
D | IkeSessionStateMachine.java | 1271 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()
|
D | ChildSessionStateMachine.java | 788 IkeException ikeException = wrapAsIkeException(error); in handleChildFatalError() local
|
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/ |
D | EpdgTunnelManager.java | 1838 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/ |
D | EpdgTunnelManagerTest.java | 1931 IkeInternalException ikeException = in testNeverReportIwlanErrorWhenCloseAnOpenedTunnel() local
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionStateMachineTest.java | 2794 IkeException ikeException = in verifyNotifyUserCloseSessionWithException() local
|