Searched refs:EFI_IPSEC2_PROTOCOL (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIpSec.h6 The EFI_IPSEC2_PROTOCOL is used to abstract the ability to deal with the individual
10 use EFI_IPSEC2_PROTOCOL instead of EFI_IPSEC_PROTOCOL especially for IPsec Tunnel
23 The EFI_IPSEC2_PROTOCOL is introduced in UEFI Specification 2.3D.
43 typedef struct _EFI_IPSEC2_PROTOCOL EFI_IPSEC2_PROTOCOL; typedef in typeref:struct:_EFI_IPSEC2_PROTOCOL
118 @param[in] This Pointer to the EFI_IPSEC2_PROTOCOL instance.
195 IN EFI_IPSEC2_PROTOCOL *This,
209 /// EFI_IPSEC2_PROTOCOL
211 /// in EFI_IPSEC_PROTOCOL. It is also recommended to use EFI_IPSEC2_PROTOCOL instead
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecMain.c19 EFI_IPSEC2_PROTOCOL mIpSecInstance = { IpSecProcess, NULL, TRUE };
28 @param[in] This Pointer to the EFI_IPSEC2_PROTOCOL instance.
48 IN EFI_IPSEC2_PROTOCOL *This,
H A DIpSecDriver.c97 EFI_IPSEC2_PROTOCOL *IpSec;
174 EFI_IPSEC2_PROTOCOL *IpSec;
308 EFI_IPSEC2_PROTOCOL *IpSec;
352 CopyMem (&Private->IpSec, &mIpSecInstance, sizeof (EFI_IPSEC2_PROTOCOL));
H A DIpSecImpl.h136 EFI_IPSEC2_PROTOCOL IpSec;
349 @param[in] This Pointer to the EFI_IPSEC2_PROTOCOL instance.
369 IN EFI_IPSEC2_PROTOCOL *This,
383 extern EFI_IPSEC2_PROTOCOL mIpSecInstance;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Impl.h382 extern EFI_IPSEC2_PROTOCOL *mIpSec;
H A DIp4Impl.c16 EFI_IPSEC2_PROTOCOL *mIpSec = NULL;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Impl.h92 extern EFI_IPSEC2_PROTOCOL *mIpSec;
H A DIp6Impl.c18 EFI_IPSEC2_PROTOCOL *mIpSec = NULL;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DIpSecConfig.c232 EFI_IPSEC2_PROTOCOL *mIpSec;

Completed in 93 milliseconds