Home
last modified time | relevance | path

Searched refs:IkeSaRecordConfig (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DSaRecord.java201 IkeSaRecordConfig ikeSaRecordConfig) in makeFirstIkeSaRecord()
227 IkeSaRecordConfig ikeSaRecordConfig) in makeRekeyedIkeSaRecord()
277 IkeSaRecordConfig ikeSaRecordConfig) { in makeIkeSaRecord()
712 new IkeSaRecordConfig( in makeFirstIkeSaRecord()
741 new IkeSaRecordConfig( in makeRekeyedIkeSaRecord()
942 static class IkeSaRecordConfig { class in SaRecord
951 IkeSaRecordConfig( in IkeSaRecordConfig() method in SaRecord.IkeSaRecordConfig
1120 IkeSaRecordConfig ikeSaRecordConfig) in makeFirstIkeSaRecord()
1139 IkeSaRecordConfig ikeSaRecordConfig) in makeRekeyedIkeSaRecord()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DSaRecordTest.java46 import com.android.internal.net.ipsec.test.ike.SaRecord.IkeSaRecordConfig;
183 IkeSaRecordConfig ikeSaRecordConfig = in testMakeIkeSaRecord()
184 new IkeSaRecordConfig( in testMakeIkeSaRecord()
DIkeSessionStateMachineTest.java173 import com.android.internal.net.ipsec.test.ike.SaRecord.IkeSaRecordConfig;
466 private ArgumentCaptor<IkeSaRecordConfig> mIkeSaRecordConfigCaptor =
467 ArgumentCaptor.forClass(IkeSaRecordConfig.class);
1584 IkeSaRecordConfig config = (IkeSaRecordConfig) invocation.getArguments()[ikeConfigIndex]; in captureAndReleaseIkeSpiResource()
2060 IkeSaRecordConfig ikeSaRecordConfig = mIkeSaRecordConfigCaptor.getValue(); in verifyIkeSaNegotiationResult()
4473 ArgumentCaptor<SaRecord.IkeSaRecordConfig> recordConfigCaptor = in testRekeyIkeRemoteCreate()
4474 ArgumentCaptor.forClass(SaRecord.IkeSaRecordConfig.class); in testRekeyIkeRemoteCreate()