Searched refs:SPI_NOT_INCLUDED (Results 1 – 7 of 7) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeLocalRequestScheduler.java | 47 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()
|
D | IkeSessionStateMachine.java | 1211 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/ |
D | IkeNotifyPayload.java | 249 spi = SPI_NOT_INCLUDED; in IkeNotifyPayload() 367 this(PROTOCOL_ID_UNSET, SPI_LEN_NOT_INCLUDED, SPI_NOT_INCLUDED, notifyType, notifyData); in IkeNotifyPayload()
|
D | IkeSaPayload.java | 390 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()
|
D | IkePayload.java | 138 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/ |
D | IkeNotifyPayloadTest.java | 71 assertEquals(IkePayload.SPI_NOT_INCLUDED, payload.spi); in testDecodeNotifyPayloadSpiUnset()
|
D | IkeSaPayloadTest.java | 643 assertEquals(IkePayload.SPI_NOT_INCLUDED, proposal.spi);
|