IKEEXT_CIPHER_ALGORITHM0 (Compact 7)
3/12/2014
This structure stores information about the IKE encryption algorithm.
Syntax
typedef struct IKEEXT_CIPHER_ALGORITHM0_ {
IKEEXT_CIPHER_TYPE algoIdentifier;
UINT32 keyLen;
UINT32 rounds;
} IKEEXT_CIPHER_ALGORITHM0;
Members
algoIdentifier
The type of encryption algorithm.See topic IKEEXT_CIPHER_TYPE for more information.
- keyLen
Unused parameter, always set it to 0.
- rounds
Unused parameter, always set it to 0.
Requirements
Header |
fwpmu.h |