Home | History | Annotate | Download | only in IpSecDxe

Lines Matching refs:IpSec

2   Provide IPsec Key Exchange (IKE) service general interfaces.

363 // Record the selected source address for ipsec process later.
385 This function is called at the IPsecDriverBinding start. IPsec create a UDP4 and
458 This function is called at the IPsecDriverBinding start. IPsec create a UDP6 and UDP6
526 The general interface of starting IPsec Key Exchange.
648 // Check whether the ipsec is enabled or not.
650 if (Private->IpSec.DisabledFlag == TRUE) {
741 @param[in] IsDisableIpsec Indicate whether needs to disable IPsec.
776 // If there is no existing established IKE SA, set the Ipsec DisableFlag to TRUE
789 Private->IpSec.DisabledFlag = TRUE;