Home
last modified time | relevance | path

Searched refs:mRemoteInitNewChildSaRecord (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachine.java220 @VisibleForTesting ChildSaRecord mRemoteInitNewChildSaRecord; field in ChildSessionStateMachine
763 closeChildSaRecord(mRemoteInitNewChildSaRecord, expectSaClosed); in closeAllSaRecords()
767 mRemoteInitNewChildSaRecord = null; in closeAllSaRecords()
1898 mRemoteInitNewChildSaRecord = in handleCreateChildRequest()
1918 mRemoteInitNewChildSaRecord.getRemoteSpi(), in handleCreateChildRequest()
1926 mRemoteInitNewChildSaRecord.getInboundIpSecTransform(); in handleCreateChildRequest()
2063 mRemoteInitNewChildSaRecord = null; in finishRekey()
2146 mChildSaRecordSurviving = mRemoteInitNewChildSaRecord; in enterState()
2203 IpSecTransform outTransform = mRemoteInitNewChildSaRecord.getOutboundIpSecTransform(); in finishRekey()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java420 mChildSessionStateMachine.mRemoteInitNewChildSaRecord = null; in quitAndVerify()
1745 mChildSessionStateMachine.mRemoteInitNewChildSaRecord); in testRekeyChildRemoteCreate()
1851 mChildSessionStateMachine.mRemoteInitNewChildSaRecord = mSpyRemoteInitNewChildSaRecord; in testRekeyChildRemoteDelete()
1933 mChildSessionStateMachine.mRemoteInitNewChildSaRecord = mSpyRemoteInitNewChildSaRecord; in testRekeyChildRemoteDeleteWithReqForNewSa()
1977 mChildSessionStateMachine.mRemoteInitNewChildSaRecord = mSpyRemoteInitNewChildSaRecord; in testRekeyChildRemoteDeleteTimeout()
2013 mChildSessionStateMachine.mRemoteInitNewChildSaRecord = mSpyRemoteInitNewChildSaRecord; in testRekeyChildRemoteDeleteExitAndRenter()