IKEEXT_CIPHER_ALGORITHM0 structure (iketypes.h)

The IKEEXT_CIPHER_ALGORITHM0 structure stores information about the IKE/AuthIP 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 IKEEXT_CIPHER_TYPE for more information.

keyLen

Unused parameter, always set it to 0.

rounds

Unused parameter, always set it to 0.

Remarks

IKEEXT_CIPHER_ALGORITHM0 is a specific implementation of IKEEXT_CIPHER_ALGORITHM. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header iketypes.h

See also

IKEEXT_CIPHER_TYPE

Windows Filtering Platform API Structures