Home | History | Annotate | Download | only in IpSecDxe

Lines Matching refs:IpSec

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.
193 in the orginal IP header, then return the IpHeader and IPsec protected Fragmentable.
203 IPsec on input, and with IPsec protected
210 @retval EFI_UNSUPPORTED If the IPSEC protocol is not supported.
294 function will invoke an IPsec Key Exchange Negotiation.
344 Handles IPsec packet processing for inbound and outbound IP packets.
354 @param[in, out] LastHead The protocol of the next layer to be processed by IPsec.