Searched defs:ikeSaRecord (Results 1 – 4 of 4) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeMessage.java | 179 IkeSaRecord ikeSaRecord, in decode() 274 IkeSaRecord ikeSaRecord, in encryptAndEncode() 511 IkeSaRecord ikeSaRecord, in encryptAndEncode() 543 IkeSaRecord ikeSaRecord, in decode() 565 IkeSaRecord ikeSaRecord, in encryptAndEncode() 719 IkeSaRecord ikeSaRecord, in decode()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionStateMachine.java | 1252 private void closeIkeSaRecord(IkeSaRecord ikeSaRecord, boolean expectSaClosed) { in closeIkeSaRecord() 1700 void sendEncryptedIkeMessage(IkeSaRecord ikeSaRecord, IkeMessage msg) { in sendEncryptedIkeMessage() 1725 IkeSaRecord ikeSaRecord, int messageId, @ErrorType int errorType) { in buildAndSendErrorNotificationResponse() 1733 IkeSaRecord ikeSaRecord, int messageId, IkeNotifyPayload notifyPayload) { in buildAndSendNotificationResponse() 1875 protected IkeMessage buildIkeDeleteReq(IkeSaRecord ikeSaRecord) { in buildIkeDeleteReq() 2009 IkeSaRecord ikeSaRecord = getIkeSaRecordForPacket(ikeHeader); in handleReceivedIkePacket() local 2314 IkeSaRecord ikeSaRecord, int messageId, IkeProtocolException exception) { in handleRequestGenericProcessError() 2338 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError() 2389 private EncryptedRetransmitter(IkeSaRecord ikeSaRecord, IkeMessage msg) { in EncryptedRetransmitter() 2394 IkeSaRecord ikeSaRecord, IkeMessage msg, int[] retransmissionTimeouts) { in EncryptedRetransmitter() [all …]
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionStateMachineTest.java | 524 IkeSaRecord ikeSaRecord, in makeDummyEncryptedReceivedIkePacket() 537 IkeSaRecord ikeSaRecord, in makeDummyEncryptedReceivedIkePacketWithPayloadList() 554 IkeSaRecord ikeSaRecord, in makeDummyEncryptedReceivedIkePacketWithPayloadList() 583 IkeSaRecord ikeSaRecord, boolean isResp, int eType) { in makeDummyReceivedIkePacketWithInvalidSyntax() 589 IkeSaRecord ikeSaRecord, boolean isResp, int eType, IkeProtocolException exception) { in makeDummyReceivedIkePacketWithDecodingError() 601 IkeSaRecord ikeSaRecord, boolean isResp, int eType, IkeException exception) { in makeDummyReceivedIkePacketWithUnprotectedError() 613 IkeSaRecord ikeSaRecord, in makeDummyReceivedIkeFragmentPacket() 632 IkeSaRecord ikeSaRecord, in makeDummyReceivedLastIkeFragmentPacketOk() 653 IkeSaRecord ikeSaRecord, in makeDummyReceivedLastIkeFragmentPacketError() 672 IkeSaRecord ikeSaRecord, boolean isResp, int eType, int firstPayloadType) { in makeDummyIkeHeader() [all …]
|
D | SaRecordTest.java | 199 IkeSaRecord ikeSaRecord = in testMakeIkeSaRecord() local
|