Searched defs:Spi (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DInfo.c116 IkePacket->Spi = 0;
166 IkePacket->Spi = ChildSaSession->LocalPeerSpi;
221 UINT32 Spi; local
348 Spi = ReadUnaligned32 ((UINT32 *)SpiBuffer);
355 if (ChildSaSession->RemotePeerSpi == HTONL(Spi)) {
384 Ikev2ChildSaSilentDelete (IkeSaSession, Spi);
389 SpiBuffer = SpiBuffer + sizeof (Spi);
H A DIkev2.h125 UINT8 *Spi; member in struct:__anon12527
H A DUtility.c687 @param[in] Spi Specified SPI.
695 IN UINT32 Spi
704 if (ChildSaSession->RemotePeerSpi == Spi || ChildSaSession->LocalPeerSpi == Spi) {
732 @param[in] Spi Spi used to identified the IKEV2_CHILD_SA_SESSION.
742 IN UINT32 Spi,
760 if (ChildSaSession->RemotePeerSpi == Spi || ChildSaSession->LocalPeerSpi == Spi) {
857 @param[in] Spi SP
740 Ikev2ChildSaSessionRemove( IN LIST_ENTRY *SaSessionList, IN UINT32 Spi, IN UINT8 ListType ) argument
[all...]
H A DPayload.c1164 // Copy Spi , for Cookie Notify, there is no SPI.
1647 if (ProposalData->Spi == 0) {
1651 *(UINT32 *) (Proposal + 1) = HTONL (*((UINT32*)ProposalData->Spi));
1760 UINT8 *Spi; local
1852 ProposalData->Spi = 0;
1857 Spi = AllocateZeroPool (Proposal->SpiSize);
1858 ASSERT (Spi != NULL);
1859 CopyMem (Spi, (UINT32 *) (Proposal + 1), Proposal->SpiSize);
1860 *((UINT32*) Spi) = NTOHL (*((UINT32*) Spi));
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecImpl.h61 UINT32 Spi; member in struct:_EFI_AH_HEADER
66 UINT32 Spi; member in struct:_EFI_ESP_HEADER
327 @param[in] Spi The SPI used to search the SAD entry.
336 IN UINT32 Spi,
H A DIke.h178 UINT32 Spi; // For the Delete Information Exchange member in struct:__anon12515
H A DIpSecImpl.c355 @param[in] Spi The SPI used to search the SAD entry.
364 IN UINT32 Spi,
382 if (SadEntry->Id->Spi == Spi) {
833 @param[in] Spi The SPI used to search the related SAD entry.
844 UINT32 Spi
870 return IpSecLookupSadBySpi (Spi, &DestIp, IpVersion);
1453 NTOHL (EspHeader->Spi)
1838 EspHeader->Spi = HTONL (SaId->Spi);
363 IpSecLookupSadBySpi( IN UINT32 Spi, IN EFI_IP_ADDRESS *DestAddress, IN UINT8 IpVersion ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIpSecConfig.h315 UINT32 Spi; member in struct:_EFI_IPSEC_SA_ID

Completed in 49 milliseconds