Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DChildSessionStateMachine.java225 @VisibleForTesting ChildSaRecord mRemoteInitNewChildSaRecord; field in ChildSessionStateMachine
706 closeChildSaRecord(mRemoteInitNewChildSaRecord, expectSaClosed); in closeAllSaRecords()
710 mRemoteInitNewChildSaRecord = null; in closeAllSaRecords()
1716 mRemoteInitNewChildSaRecord = in handleCreateChildRequest()
1736 mRemoteInitNewChildSaRecord.getRemoteSpi(), in handleCreateChildRequest()
1744 mRemoteInitNewChildSaRecord.getInboundIpSecTransform(); in handleCreateChildRequest()
1889 mRemoteInitNewChildSaRecord = null; in finishRekey()
1967 mChildSaRecordSurviving = mRemoteInitNewChildSaRecord; in enterState()
2024 IpSecTransform outTransform = mRemoteInitNewChildSaRecord.getOutboundIpSecTransform(); in finishRekey()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DChildSessionStateMachineTest.java390 mChildSessionStateMachine.mRemoteInitNewChildSaRecord = null; in quitAndVerify()
1533 mChildSessionStateMachine.mRemoteInitNewChildSaRecord); in testRekeyChildRemoteCreate()
1628 mChildSessionStateMachine.mRemoteInitNewChildSaRecord = mSpyRemoteInitNewChildSaRecord; in testRekeyChildRemoteDelete()
1710 mChildSessionStateMachine.mRemoteInitNewChildSaRecord = mSpyRemoteInitNewChildSaRecord; in testRekeyChildRemoteDeleteWithReqForNewSa()
1754 mChildSessionStateMachine.mRemoteInitNewChildSaRecord = mSpyRemoteInitNewChildSaRecord; in testRekeyChildRemoteDeleteTimeout()
1790 mChildSessionStateMachine.mRemoteInitNewChildSaRecord = mSpyRemoteInitNewChildSaRecord; in testRekeyChildRemoteDeleteExitAndRenter()