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 | 134 IkeSaRecord ikeSaRecord, in decode() 229 IkeSaRecord ikeSaRecord, in encryptAndEncode() 368 IkeSaRecord ikeSaRecord, in encryptAndEncode() 400 IkeSaRecord ikeSaRecord, in decode() 422 IkeSaRecord ikeSaRecord, in encryptAndEncode() 576 IkeSaRecord ikeSaRecord, in decode()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionStateMachine.java | 983 private void closeIkeSaRecord(IkeSaRecord ikeSaRecord, boolean expectSaClosed) { in closeIkeSaRecord() 1373 void sendEncryptedIkeMessage(IkeSaRecord ikeSaRecord, IkeMessage msg) { in sendEncryptedIkeMessage() 1392 IkeSaRecord ikeSaRecord, int messageId, @ErrorType int errorType) { in buildAndSendErrorNotificationResponse() 1400 IkeSaRecord ikeSaRecord, int messageId, IkeNotifyPayload notifyPayload) { in buildAndSendNotificationResponse() 1541 protected IkeMessage buildIkeDeleteReq(IkeSaRecord ikeSaRecord) { in buildIkeDeleteReq() 1617 IkeSaRecord ikeSaRecord = getIkeSaRecordForPacket(ikeHeader); in handleReceivedIkePacket() local 1866 IkeSaRecord ikeSaRecord, int messageId, IkeProtocolException exception) { in handleRequestGenericProcessError() 1890 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError() 1913 private EncryptedRetransmitter(IkeSaRecord ikeSaRecord, IkeMessage msg) { in EncryptedRetransmitter() 1940 protected IkeMessage buildIkeDeleteResp(IkeMessage req, IkeSaRecord ikeSaRecord) { in buildIkeDeleteResp() [all …]
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionStateMachineTest.java | 416 IkeSaRecord ikeSaRecord, in makeDummyEncryptedReceivedIkePacket() 429 IkeSaRecord ikeSaRecord, in makeDummyEncryptedReceivedIkePacketWithPayloadList() 446 IkeSaRecord ikeSaRecord, in makeDummyEncryptedReceivedIkePacketWithPayloadList() 475 IkeSaRecord ikeSaRecord, boolean isResp, int eType) { in makeDummyReceivedIkePacketWithInvalidSyntax() 481 IkeSaRecord ikeSaRecord, boolean isResp, int eType, IkeProtocolException exception) { in makeDummyReceivedIkePacketWithDecodingError() 493 IkeSaRecord ikeSaRecord, boolean isResp, int eType, IkeException exception) { in makeDummyReceivedIkePacketWithUnprotectedError() 505 IkeSaRecord ikeSaRecord, in makeDummyReceivedIkeFragmentPacket() 524 IkeSaRecord ikeSaRecord, in makeDummyReceivedLastIkeFragmentPacketOk() 545 IkeSaRecord ikeSaRecord, in makeDummyReceivedLastIkeFragmentPacketError() 564 IkeSaRecord ikeSaRecord, boolean isResp, int eType, int firstPayloadType) { in makeDummyIkeHeader() [all …]
|
D | SaRecordTest.java | 197 IkeSaRecord ikeSaRecord = in testMakeIkeSaRecord() local
|