DSAFIPSVERSION_ENUM enumeration (bcrypt.h)
The DSAFIPSVERSION_ENUM enumeration type contains FIPS version information. It is used by the BCRYPT_DSA_KEY_BLOB_V2 and BCRYPT_DSA_PARAMETER_HEADER_V2 structures.
Syntax
typedef enum {
DSA_FIPS186_2,
DSA_FIPS186_3
} DSAFIPSVERSION_ENUM;
Constants
DSA_FIPS186_2 Federal Information Processing Standard (FIPS) 2. |
DSA_FIPS186_3 Federal Information Processing Standard (FIPS) 3. |
Requirements
Requirement | Value |
---|---|
Header | bcrypt.h |