HomeSort by relevance Sort by last modified time
    Searched defs:Spi (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Info.c 117 IkePacket->Spi = 0;
167 IkePacket->Spi = ChildSaSession->LocalPeerSpi;
221 UINT32 Spi;
347 Spi = ReadUnaligned32 ((UINT32 *)SpiBuffer);
354 if (ChildSaSession->RemotePeerSpi == HTONL(Spi)) {
383 Ikev2ChildSaSilentDelete (IkeSaSession, Spi);
388 SpiBuffer = SpiBuffer + sizeof (Spi);
Ikev2.h 125 UINT8 *Spi;
Payload.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecImpl.h 61 UINT32 Spi;
66 UINT32 Spi;
328 @param[in] Spi The SPI used to search the SAD entry.
337 IN UINT32 Spi,
Ike.h 178 UINT32 Spi; // For the Delete Information Exchange
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IpSecConfig.h 277 /// (and new SPI) or terminated.
311 /// Security Parameter Index (aka SPI). An arbitrary 32-bit value
315 UINT32 Spi;

Completed in 63 milliseconds