Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework-t/src/android/net/
DIpSecManager.java132 @TestApi public static final int INVALID_SECURITY_PARAMETER_INDEX = 0; field in IpSecManager
201 private int mSpi = INVALID_SECURITY_PARAMETER_INDEX;
272 if (mSpi == INVALID_SECURITY_PARAMETER_INDEX) { in SecurityParameterIndex()
323 IpSecManager.INVALID_SECURITY_PARAMETER_INDEX); in allocateSecurityParameterIndex()
353 if (requestedSpi == IpSecManager.INVALID_SECURITY_PARAMETER_INDEX) { in allocateSecurityParameterIndex()
DIpSecSpiResponse.java59 spi = IpSecManager.INVALID_SECURITY_PARAMETER_INDEX; in IpSecSpiResponse()
/packages/modules/Connectivity/tests/unit/java/android/net/
DIpSecManagerTest.java121 eq(IpSecManager.INVALID_SECURITY_PARAMETER_INDEX), in testAllocRandomSpi()
256 mIpSecManager.openUdpEncapsulationSocket(IpSecManager.INVALID_SECURITY_PARAMETER_INDEX); in testOpenEncapsulationSocketWithInvalidPort()
/packages/modules/Connectivity/service-t/src/com/android/server/
DIpSecService.java769 mSpi = IpSecManager.INVALID_SECURITY_PARAMETER_INDEX; in freeUnderlyingResources()
1178 int spi = IpSecManager.INVALID_SECURITY_PARAMETER_INDEX; in allocateSecurityParameterIndex()
2012 int spi = IpSecManager.INVALID_SECURITY_PARAMETER_INDEX; in applyTunnelModeTransform()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceParameterizedTest.java352 IpSecManager.INVALID_SECURITY_PARAMETER_INDEX, in getNewSpiResourceId()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecManagerTest.java143 randomSpi.getSpi() != IpSecManager.INVALID_SECURITY_PARAMETER_INDEX); in testAllocSpi()