Searched defs:ikeSaRecord (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
H A D | IkeMessage.java | 137 IkeSaRecord ikeSaRecord, in decode() 232 IkeSaRecord ikeSaRecord, in encryptAndEncode() 383 IkeSaRecord ikeSaRecord, in encryptAndEncode() 415 IkeSaRecord ikeSaRecord, in decode() 437 IkeSaRecord ikeSaRecord, in encryptAndEncode() 591 IkeSaRecord ikeSaRecord, in decode()
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
H A D | IkeSessionStateMachine.java | 1598 void sendEncryptedIkeMessage(IkeSaRecord ikeSaRecord, IkeMessage msg) { in sendEncryptedIkeMessage() 1618 IkeSaRecord ikeSaRecord, int messageId, @ErrorType int errorType) { in buildAndSendErrorNotificationResponse() 1770 protected IkeMessage buildIkeDeleteReq(IkeSaRecord ikeSaRecord) { in buildIkeDeleteReq() 1850 IkeSaRecord ikeSaRecord = getIkeSaRecordForPacket(ikeHeader); in handleReceivedIkePacket() local 2161 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError() 2732 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError() 3804 IkeSaRecord ikeSaRecord, InvalidSyntaxException ikeException) { in handleResponseGenericProcessError() 4915 IkeSaRecord ikeSaRecord, InvalidSyntaxException exception) { in handleResponseGenericProcessError() 4993 IkeSaRecord ikeSaRecord, InvalidSyntaxException exception) { in handleResponseGenericProcessError() 5163 IkeSaRecord ikeSaRecord, InvalidSyntaxException exception) { in handleResponseGenericProcessError() [all …]
|
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
H A D | IkeSessionStateMachineTest.java | 504 IkeSaRecord ikeSaRecord, in makeDummyEncryptedReceivedIkePacket() 517 IkeSaRecord ikeSaRecord, in makeDummyEncryptedReceivedIkePacketWithPayloadList() 534 IkeSaRecord ikeSaRecord, in makeDummyEncryptedReceivedIkePacketWithPayloadList() 563 IkeSaRecord ikeSaRecord, boolean isResp, int eType) { in makeDummyReceivedIkePacketWithInvalidSyntax() 593 IkeSaRecord ikeSaRecord, in makeDummyReceivedIkeFragmentPacket() 612 IkeSaRecord ikeSaRecord, in makeDummyReceivedLastIkeFragmentPacketOk() 633 IkeSaRecord ikeSaRecord, in makeDummyReceivedLastIkeFragmentPacketError() 652 IkeSaRecord ikeSaRecord, boolean isResp, int eType, int firstPayloadType) { in makeDummyIkeHeader() 666 IkeSaRecord ikeSaRecord, in setDecodeEncryptedPacketResult() 1342 private IkeMessage verifyEncryptAndEncodeAndGetMessage(IkeSaRecord ikeSaRecord) { in verifyEncryptAndEncodeAndGetMessage() [all …]
|
H A D | SaRecordTest.java | 199 IkeSaRecord ikeSaRecord = in testMakeIkeSaRecord() local
|