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 | 1069 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/ |
| D | IkeSessionStateMachine.java | 1225 IkeException ikeException = wrapAsIkeException(error); in handleIkeFatalError() local 1932 IkeException ikeException = ((DecodeResultError) decodeResult).ikeException; in handleReceivedIkePacket() local 2045 IkeException ikeException = resultError.ikeException; in handleReceivedIkePacket() local 2198 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError() 2813 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError() 3996 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError() 4403 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError() 4511 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError() 4918 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
|
| D | ChildSessionStateMachine.java | 787 IkeException ikeException = wrapAsIkeException(error); in handleChildFatalError() local
|
| /packages/services/Iwlan/src/com/google/android/iwlan/epdg/ |
| D | EpdgTunnelManager.java | 1285 IkeException ikeException, IkeSessionState ikeSessionState) { in getErrorFromIkeException() 2081 private SessionClosedData(String apnName, int token, IkeException ikeException) { in SessionClosedData()
|
| /packages/services/Iwlan/test/com/google/android/iwlan/epdg/ |
| D | EpdgTunnelManagerTest.java | 1679 IkeInternalException ikeException = in testNeverReportIwlanErrorWhenCloseAnOpenedTunnel() local
|
| /packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
| D | IkeSessionStateMachineTest.java | 2748 IkeException ikeException = in verifyNotifyUserCloseSessionWithException() local
|