HomeSort by relevance Sort by last modified time
    Searched defs:IpSec (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecDriver.c 2 Driver Binding Protocol for IPsec Driver.
95 EFI_IPSEC2_PROTOCOL *IpSec;
100 // Ipsec protocol should be installed when load image.
102 Status = gBS->LocateProtocol (&gEfiIpSec2ProtocolGuid, NULL, (VOID **) &IpSec);
108 Private = IPSEC_PRIVATE_DATA_FROM_IPSEC (IpSec);
175 EFI_IPSEC2_PROTOCOL *IpSec;
184 // Locate ipsec protocol to get private data.
186 Status = gBS->LocateProtocol (&gEfiIpSec2ProtocolGuid, NULL, (VOID **) &IpSec);
192 Private = IPSEC_PRIVATE_DATA_FROM_IPSEC (IpSec);
507 The entry point for IPsec driver which installs the driver binding,
    [all...]
IpSecImpl.h 2 The definitions related to IPsec protocol implementation.
25 #include <Protocol/IpSec.h>
38 #define IPSEC_PRIVATE_DATA_FROM_IPSEC(a) CR (a, IPSEC_PRIVATE_DATA, IpSec, IPSEC_PRIVATE_DATA_SIGNATURE)
137 EFI_IPSEC2_PROTOCOL IpSec;
152 This function processes the inbound traffic with IPsec.
155 returns without an IPsec protected IP Header and FragmentTable.
164 @param[in, out] FragmentTable Pointer to a list of fragments in form of IPsec
165 protected on input, and without IPsec protected
172 @retval EFI_UNSUPPORTED The IPSEC protocol is not supported.
190 This fucntion processes the output traffic with IPsec.
    [all...]

Completed in 164 milliseconds