Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DSaRecordTest.java75 private static final IkeSpiGenerator IKE_SPI_GENERATOR = field in SaRecordTest
178 IKE_SPI_GENERATOR.allocateSpi(LOCAL_ADDRESS, IKE_INIT_SPI); in testMakeIkeSaRecord()
180 IKE_SPI_GENERATOR.allocateSpi(REMOTE_ADDRESS, IKE_RESP_SPI); in testMakeIkeSaRecord()
DIkeSessionStateMachineTest.java303 private static final IkeSpiGenerator IKE_SPI_GENERATOR = field in IkeSessionStateMachineTest
645 IKE_SPI_GENERATOR.allocateSpi(initAddress, initSpi), in makeDummyIkeSaRecord()
646 IKE_SPI_GENERATOR.allocateSpi(respAddress, respSpi), in makeDummyIkeSaRecord()
1217 IkeSecurityParameterIndex ikeSpiOne = IKE_SPI_GENERATOR.allocateSpi(LOCAL_ADDRESS); in testAllocateIkeSpi()
1218 IkeSecurityParameterIndex ikeSpiTwo = IKE_SPI_GENERATOR.allocateSpi(LOCAL_ADDRESS); in testAllocateIkeSpi()
1226 IKE_SPI_GENERATOR.allocateSpi(LOCAL_ADDRESS, spiValue); in testAllocateIkeSpi()
1234 IKE_SPI_GENERATOR.allocateSpi(LOCAL_ADDRESS, spiValue); in testAllocateIkeSpi()