IPSEC_AUTH_AND_CIPHER_TRANSFORM0 (Compact 2013)
3/26/2014
This structure is used to store hash and encryption specific information together for an SA transform in an IPSec quick mode policy.
Syntax
typedef struct IPSEC_AUTH_AND_CIPHER_TRANSFORM0_ {
IPSEC_AUTH_TRANSFORM0 authTransform;
IPSEC_CIPHER_TRANSFORM0 cipherTransform;
} IPSEC_AUTH_AND_CIPHER_TRANSFORM0;
Members
- authTransform
Hash specific information as specified by IPSEC_AUTH_TRANSFORM0
- cipherTransform
Encryption specific information as specified by IPSEC_CIPHER_TRANSFORM0
Requirements
Header |
fwpmu.h |