Home | History | Annotate | Download | only in IpsecConfig

Lines Matching refs:SPI

621   // Convert user imput from string to integer, and fill in the Spi in EFI_IPSEC_SA_ID.

623 Status = GetNumber (L"--spi", (UINT32) -1, &(*SaId)->Spi, sizeof (UINT32), NULL, ParamPackage, FORMAT_NUMBER);
625 *Mask |= SPI;
960 if ((*Mask & (SPI|IPSEC_PROTO|LOCAL|REMOTE)) != (SPI|IPSEC_PROTO|LOCAL|REMOTE)) {
968 L"--spi --ipsec-proto --local --remote"
1561 if ((Mask & SPI) == 0) {
1562 NewSaId->Spi = OldSaId->Spi;
1563 } else if (NewSaId->Spi != OldSaId->Spi) {