Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A 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
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeMessage.java942 public final IkeException ikeException; field in IkeMessage.DecodeResultError
944 protected DecodeResultError(int status, IkeException ikeException) { in DecodeResultError()
956 public DecodeResultProtectedError(IkeException ikeException, byte[] firstPacket) { in DecodeResultProtectedError()
963 public DecodeResultUnprotectedError(IkeException ikeException) { in DecodeResultUnprotectedError()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachine.java1195 IkeException ikeException = in handleIkeFatalError() local
1909 IkeException ikeException = ((DecodeResultError) decodeResult).ikeException; in handleReceivedIkePacket() local
2022 IkeException ikeException = resultError.ikeException; in handleReceivedIkePacket() local
2161 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
2732 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
3804 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
4184 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
4275 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
4653 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError()
H A DChildSessionStateMachine.java731 IkeException ikeException = in handleChildFatalError() local