Searched defs:IpSec (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecDriver.c97 EFI_IPSEC2_PROTOCOL *IpSec; local
106 Status = gBS->LocateProtocol (&gEfiIpSec2ProtocolGuid, NULL, (VOID **) &IpSec);
112 Private = IPSEC_PRIVATE_DATA_FROM_IPSEC (IpSec);
174 EFI_IPSEC2_PROTOCOL *IpSec; local
184 Status = gBS->LocateProtocol (&gEfiIpSec2ProtocolGuid, NULL, (VOID **) &IpSec);
190 Private = IPSEC_PRIVATE_DATA_FROM_IPSEC (IpSec);
308 EFI_IPSEC2_PROTOCOL *IpSec; local
313 Status = gBS->LocateProtocol (&gEfiIpSec2ProtocolGuid, NULL, (VOID **) &IpSec);
316 DEBUG ((DEBUG_WARN, "_ModuleEntryPoint: IpSec has been already loaded\n"));
352 CopyMem (&Private->IpSec,
[all...]
H A DIpSecImpl.h25 #include <Protocol/IpSec.h>
38 #define IPSEC_PRIVATE_DATA_FROM_IPSEC(a) CR (a, IPSEC_PRIVATE_DATA, IpSec, IPSEC_PRIVATE_DATA_SIGNATURE)
136 EFI_IPSEC2_PROTOCOL IpSec; member in struct:_IPSEC_PRIVATE_DATA

Completed in 59 milliseconds