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.java88 public static int SPI_NOT_INCLUDED = 0; field in IkeLocalRequestScheduler
297 return getIkeLocalRequest(type, SPI_NOT_INCLUDED); in getIkeLocalRequest()
310 SPI_NOT_INCLUDED, in getChildLocalRequest()
DIkeSessionStateMachine.java1628 if (req.remoteSpi == IkeLocalRequestScheduler.SPI_NOT_INCLUDED in isRequestForCurrentSa()
1634 if (req.remoteSpi == IkeLocalRequestScheduler.SPI_NOT_INCLUDED in isRequestForCurrentSa()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkePayload.java138 public static final int SPI_NOT_INCLUDED = 0; field in IkePayload
DIkeNotifyPayload.java297 spi = SPI_NOT_INCLUDED; in IkeNotifyPayload()
444 this(PROTOCOL_ID_UNSET, SPI_LEN_NOT_INCLUDED, SPI_NOT_INCLUDED, notifyType, notifyData); in IkeNotifyPayload()
DIkeSaPayload.java458 if (reqProposal.spiSize != SPI_NOT_INCLUDED in getVerifiedNegotiatedIkeProposalPair()
463 if (respProposal.spiSize != SPI_NOT_INCLUDED in getVerifiedNegotiatedIkeProposalPair()
663 long spi = SPI_NOT_INCLUDED; in readFrom()
855 ikeSpiResource == null ? SPI_NOT_INCLUDED : ikeSpiResource.getSpi(), in IkeProposal()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayloadTest.java106 assertEquals(IkePayload.SPI_NOT_INCLUDED, payload.spi); in testDecodeNotifyPayloadSpiUnset()
DIkeSaPayloadTest.java652 assertEquals(IkePayload.SPI_NOT_INCLUDED, proposal.spi);