Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayload.java758 private IkeSecurityParameterIndex mIkeSpiResource; field in IkeSaPayload.IkeProposal
789 mIkeSpiResource = ikeSpiResource; in IkeProposal()
817 if (mIkeSpiResource == null) return; in releaseSpiResourceIfExists()
818 mIkeSpiResource.close(); in releaseSpiResourceIfExists()
819 mIkeSpiResource = null; in releaseSpiResourceIfExists()
828 mIkeSpiResource = ikeSpiGenerator.allocateSpi(remoteAddress, spi); in allocateResourceForRemoteIkeSpi()
842 return mIkeSpiResource; in getIkeSpiResource()