Home | History | Annotate | Download | only in IpsecConfig

Lines Matching refs:EFI_IPSEC_SA_ID

582   Fill in EFI_IPSEC_SA_ID and EFI_IPSEC_SA_DATA2 through ParamPackage list.

584 @param[out] SaId The pointer to the EFI_IPSEC_SA_ID structure.
590 @retval EFI_SUCCESS Fill in EFI_IPSEC_SA_ID and EFI_IPSEC_SA_DATA2 successfully.
596 OUT EFI_IPSEC_SA_ID **SaId,
617 *SaId = AllocateZeroPool (sizeof (EFI_IPSEC_SA_ID));
621 // Convert user imput from string to integer, and fill in the Spi in EFI_IPSEC_SA_ID.
633 // Convert user imput from string to integer, and fill in the Proto in EFI_IPSEC_SA_ID.
895 // Convert user imput from string to integer, and fill in the DestAddress in EFI_IPSEC_SA_ID.
918 // Convert user input from string to integer, and fill in the DestAddress in EFI_IPSEC_SA_ID.
1539 @param[in, out] OldSaId The pointer to the EFI_IPSEC_SA_ID structure.
1541 @param[in] NewSaId The pointer to the EFI_IPSEC_SA_ID structure.
1552 IN OUT EFI_IPSEC_SA_ID *OldSaId,
1554 IN EFI_IPSEC_SA_ID *NewSaId,