// ndis.h
typedef enum _IPSEC_OFFLOAD_V2_OPERATION {
IPsecOffloadV2Ah,
IPsecOffloadV2Esp,
IPsecOffloadV2Max
} IPSEC_OFFLOAD_V2_OPERATION, *PIPSEC_OFFLOAD_V2_OPERATION;
View the official Windows Driver Kit DDI referenceNo description available.
[The IPsec Task Offload feature is deprecated and should not be used.]
The IPSEC_OFFLOAD_V2_OPERATION enumeration specifies the IPsec operation for which a security association (SA) is used.
IPsecOffloadV2AhThe SA is used for authentication (integrity checking).
IPsecOffloadV2EspThe SA is used for encryption/decryption (confidentiality).
IPsecOffloadV2MaxReserved for NDIS.
The IPSEC_OFFLOAD_V2_OPERATION enumeration specifies the operation for which an SA is used in the Operation member of the IPSEC_OFFLOAD_V2_SECURITY_ASSOCIATION structure.
IPSEC_OFFLOAD_V2_SECURITY_ASSOCIATION