Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java294 private static final int CHILD_SPI_LOCAL = 0x2ad4c0a2; field in IkeSessionStateMachineTest
1796 IkeDeletePayload outDelPayload = new IkeDeletePayload(new int[] {CHILD_SPI_LOCAL}); in testRemoteDeleteOneChild()
1888 new IkeDeletePayload(new int[] {CHILD_SPI_LOCAL, newChildLocalSpi}); in testRemoteDeleteMultipleChildSaInSameSession()
1923 IkeDeletePayload outPayload = new IkeDeletePayload(new int[] {CHILD_SPI_LOCAL}); in testIgnoreUnrecognizedChildSpi()