Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeLocalRequestScheduler.java47 public static int SPI_NOT_INCLUDED = 0; field in IkeLocalRequestScheduler
154 this(type, SPI_NOT_INCLUDED); in IkeLocalRequest()
187 this(type, SPI_NOT_INCLUDED, childCallback, childParams); in ChildLocalRequest()
DIkeSessionStateMachine.java1211 if (req.remoteSpi == IkeLocalRequestScheduler.SPI_NOT_INCLUDED in isRequestForCurrentSa()
1217 if (req.remoteSpi == IkeLocalRequestScheduler.SPI_NOT_INCLUDED in isRequestForCurrentSa()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayload.java249 spi = SPI_NOT_INCLUDED; in IkeNotifyPayload()
367 this(PROTOCOL_ID_UNSET, SPI_LEN_NOT_INCLUDED, SPI_NOT_INCLUDED, notifyType, notifyData); in IkeNotifyPayload()
DIkeSaPayload.java390 if (reqProposal.spiSize != SPI_NOT_INCLUDED in getVerifiedNegotiatedIkeProposalPair()
395 if (respProposal.spiSize != SPI_NOT_INCLUDED in getVerifiedNegotiatedIkeProposalPair()
595 long spi = SPI_NOT_INCLUDED; in readFrom()
787 ikeSpiResource == null ? SPI_NOT_INCLUDED : ikeSpiResource.getSpi(), in IkeProposal()
DIkePayload.java138 public static final int SPI_NOT_INCLUDED = 0; field in IkePayload
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayloadTest.java71 assertEquals(IkePayload.SPI_NOT_INCLUDED, payload.spi); in testDecodeNotifyPayloadSpiUnset()
DIkeSaPayloadTest.java643 assertEquals(IkePayload.SPI_NOT_INCLUDED, proposal.spi);