HomeSort by relevance Sort by last modified time
    Searched refs:EFI_IPSEC_SPD_DATA (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
Match.c 50 @param[in] Data The pointer to the EFI_IPSEC_SPD_DATA structure.
59 IN EFI_IPSEC_SPD_DATA *Data,
PolicyEntryOperation.c 211 Fill in EFI_IPSEC_SPD_SELECTOR and EFI_IPSEC_SPD_DATA through ParamPackage list.
214 @param[out] Data The pointer to the EFI_IPSEC_SPD_DATA structure.
219 @retval EFI_SUCCESS Fill in EFI_IPSEC_SPD_SELECTOR and EFI_IPSEC_SPD_DATA successfully.
226 OUT EFI_IPSEC_SPD_DATA **Data,
252 DataSize = ALIGN_VARIABLE (sizeof (EFI_IPSEC_SPD_DATA));
270 // Convert user imput from string to integer, and fill in the Name in EFI_IPSEC_SPD_DATA.
279 // Convert user imput from string to integer, and fill in the PackageFlag in EFI_IPSEC_SPD_DATA.
299 // Convert user imput from string to integer, and fill in the Action in EFI_IPSEC_SPD_DATA.
319 // Convert user imput from string to integer, and fill in the ExtSeqNum in EFI_IPSEC_SPD_DATA.
330 // Convert user imput from string to integer, and fill in the SeqOverflow in EFI_IPSEC_SPD_DATA.
    [all...]
Dump.c 256 Print EFI_IPSEC_SPD_SELECTOR and EFI_IPSEC_SPD_DATA content.
259 @param[in] Data The pointer to the EFI_IPSEC_SPD_DATA structure.
267 IN EFI_IPSEC_SPD_DATA *Data,
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecConfigImpl.h 304 Calculate the entire size of EFI_IPSEC_SPD_DATA, which includes the buffer size pointed
307 @param[in] SpdData Pointer to a specified EFI_IPSEC_SPD_DATA.
309 @return The entire size of the specified EFI_IPSEC_SPD_DATA.
314 IN EFI_IPSEC_SPD_DATA *SpdData
523 IN OUT EFI_IPSEC_SPD_DATA *Data
575 IN OUT EFI_IPSEC_SPD_DATA *Data
622 of the data buffer should be EFI_IPSEC_SPD_DATA.
    [all...]
IpSecConfigImpl.c 799 IN OUT EFI_IPSEC_SPD_DATA *Data
905 IN OUT EFI_IPSEC_SPD_DATA *Data
1004 of the data buffer should be EFI_IPSEC_SPD_DATA.
1035 EFI_IPSEC_SPD_DATA *SpdData;
1051 SpdData = (Data == NULL) ? NULL : (EFI_IPSEC_SPD_DATA *) Data;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IpSecConfig.h 46 /// EFI_IPSEC_SPD_DATA
330 /// EFI_IPSEC_SPD_DATA
376 } EFI_IPSEC_SPD_DATA;
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Utility.c     [all...]

Completed in 197 milliseconds