Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeMessageTest.java407 IkeException ikeException = in testDecodeEncryptedMessageWithWrongId() local
427 IkeException ikeException = in testDecodeEncryptedMessageWithWrongChecksum() local
450 IkeException ikeException = in testDecryptFail() local
476 IkeException ikeException = in testParsingErrorInEncryptedMessage() local
737 IkeException ikeException = in testRcvFirstArrivedFragWithUnprotectedError() local
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeMessage.java927 public final IkeException ikeException; field in IkeMessage.DecodeResultError
929 protected DecodeResultError(int status, IkeException ikeException) { in DecodeResultError()
941 public DecodeResultProtectedError(IkeException ikeException, byte[] firstPacket) { in DecodeResultProtectedError()
948 public DecodeResultUnprotectedError(IkeException ikeException) { in DecodeResultUnprotectedError()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java998 IkeException ikeException = in handleIkeFatalError() local
1676 IkeException ikeException = ((DecodeResultError) decodeResult).ikeException; in handleReceivedIkePacket() local
1782 IkeException ikeException = resultError.ikeException; in handleReceivedIkePacket() local
1890 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
2431 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
3269 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
3638 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
3720 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
4104 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
DChildSessionStateMachine.java656 IkeException ikeException = in handleChildFatalError() local