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.java210 @VisibleForTesting ChildSaRecord mRemoteInitNewChildSaRecord; field in ChildSessionStateMachine
629 closeChildSaRecord(mRemoteInitNewChildSaRecord, expectSaClosed); in closeAllSaRecords()
633 mRemoteInitNewChildSaRecord = null; in closeAllSaRecords()
1632 mRemoteInitNewChildSaRecord = in handleCreateChildRequest()
1652 mRemoteInitNewChildSaRecord.getRemoteSpi(), in handleCreateChildRequest()
1662 mRemoteInitNewChildSaRecord.getInboundIpSecTransform(), in handleCreateChildRequest()
1791 mRemoteInitNewChildSaRecord = null; in finishRekey()
1869 mChildSaRecordSurviving = mRemoteInitNewChildSaRecord; in enterState()
1929 mRemoteInitNewChildSaRecord.getOutboundIpSecTransform(), in finishRekey()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java389 mChildSessionStateMachine.mRemoteInitNewChildSaRecord = null; in quitAndVerify()
1411 mChildSessionStateMachine.mRemoteInitNewChildSaRecord); in testRekeyChildRemoteCreate()
1506 mChildSessionStateMachine.mRemoteInitNewChildSaRecord = mSpyRemoteInitNewChildSaRecord; in testRekeyChildRemoteDelete()
1588 mChildSessionStateMachine.mRemoteInitNewChildSaRecord = mSpyRemoteInitNewChildSaRecord; in testRekeyChildRemoteDeleteWithReqForNewSa()
1632 mChildSessionStateMachine.mRemoteInitNewChildSaRecord = mSpyRemoteInitNewChildSaRecord; in testRekeyChildRemoteDeleteTimeout()
1668 mChildSessionStateMachine.mRemoteInitNewChildSaRecord = mSpyRemoteInitNewChildSaRecord; in testRekeyChildRemoteDeleteExitAndRenter()