Searched refs:IkeSaRecord (Results 1 – 6 of 6) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | SaRecord.java | 199 public IkeSaRecord makeFirstIkeSaRecord( in makeFirstIkeSaRecord() 223 public IkeSaRecord makeRekeyedIkeSaRecord( in makeRekeyedIkeSaRecord() 224 IkeSaRecord oldSaRecord, in makeRekeyedIkeSaRecord() 274 IkeSaRecord makeIkeSaRecord( in makeIkeSaRecord() 317 return new IkeSaRecord( in makeIkeSaRecord() 647 public static class IkeSaRecord extends SaRecord implements Comparable<IkeSaRecord> { class in SaRecord 670 IkeSaRecord( in IkeSaRecord() method in SaRecord.IkeSaRecord 717 static IkeSaRecord makeFirstIkeSaRecord( in makeFirstIkeSaRecord() 741 static IkeSaRecord makeRekeyedIkeSaRecord( in makeRekeyedIkeSaRecord() 742 IkeSaRecord oldSaRecord, in makeRekeyedIkeSaRecord() [all …]
|
D | IkeSessionStateMachine.java | 117 import com.android.internal.net.ipsec.ike.SaRecord.IkeSaRecord; 383 private final LongSparseArray<IkeSaRecord> mLocalSpiToIkeSaRecordMap; 502 @VisibleForTesting IkeSaRecord mCurrentIkeSaRecord; 504 @VisibleForTesting IkeSaRecord mLocalInitNewIkeSaRecord; 506 @VisibleForTesting IkeSaRecord mRemoteInitNewIkeSaRecord; 509 @VisibleForTesting IkeSaRecord mIkeSaRecordSurviving; 511 @VisibleForTesting IkeSaRecord mIkeSaRecordAwaitingLocalDel; 513 @VisibleForTesting IkeSaRecord mIkeSaRecordAwaitingRemoteDel; 964 void addIkeSaRecord(IkeSaRecord record) { in addIkeSaRecord() 974 void removeIkeSaRecord(IkeSaRecord record) { in removeIkeSaRecord() [all …]
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeMessage.java | 35 import com.android.internal.net.ipsec.ike.SaRecord.IkeSaRecord; 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()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionStateMachineTest.java | 157 import com.android.internal.net.ipsec.test.ike.SaRecord.IkeSaRecord; 407 private IkeSaRecord mSpyCurrentIkeSaRecord; 408 private IkeSaRecord mSpyLocalInitIkeSaRecord; 409 private IkeSaRecord mSpyRemoteInitIkeSaRecord; 504 IkeSaRecord ikeSaRecord, in makeDummyEncryptedReceivedIkePacket() 517 IkeSaRecord ikeSaRecord, in makeDummyEncryptedReceivedIkePacketWithPayloadList() 534 IkeSaRecord ikeSaRecord, in makeDummyEncryptedReceivedIkePacketWithPayloadList() 563 IkeSaRecord ikeSaRecord, boolean isResp, int eType) { in makeDummyReceivedIkePacketWithInvalidSyntax() 569 IkeSaRecord ikeSaRecord, boolean isResp, int eType, IkeProtocolException exception) { in makeDummyReceivedIkePacketWithDecodingError() 581 IkeSaRecord ikeSaRecord, boolean isResp, int eType, IkeException exception) { in makeDummyReceivedIkePacketWithUnprotectedError() [all …]
|
D | SaRecordTest.java | 45 import com.android.internal.net.ipsec.test.ike.SaRecord.IkeSaRecord; 199 IkeSaRecord ikeSaRecord = in testMakeIkeSaRecord()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeMessageTest.java | 54 import com.android.internal.net.ipsec.test.ike.SaRecord.IkeSaRecord; 177 private IkeSaRecord mMockIkeSaRecord; 252 mMockIkeSaRecord = mock(IkeSaRecord.class); in setUp()
|