Searched refs:SpiValue (Results 1 – 2 of 2) sorted by relevance
34 IN UINT32 SpiValue in IkeSpiValueExisted() argument50 if (SaSession->LocalPeerSpi == SpiValue) { in IkeSpiValueExisted()60 if (SaSession->LocalPeerSpi == SpiValue) { in IkeSpiValueExisted()215 IN OUT UINT32 *SpiValue in IkeGenerateSpi() argument226 Status = IpSecCryptoIoGenerateRandomBytes ((UINT8 *)SpiValue, sizeof (UINT32)); in IkeGenerateSpi()237 if (*SpiValue < IKE_SPI_BASE) { in IkeGenerateSpi()238 *SpiValue += IKE_SPI_BASE; in IkeGenerateSpi()244 if (!IkeSpiValueExisted (IkeSaSession, *SpiValue)) { in IkeGenerateSpi()
146 IN OUT UINT32 *SpiValue