enumeración DSAFIPSVERSION_ENUM (bcrypt.h)

El tipo de enumeración DSAFIPSVERSION_ENUM contiene información de versión de FIPS. Lo usan las estructuras BCRYPT_DSA_KEY_BLOB_V2 y BCRYPT_DSA_PARAMETER_HEADER_V2 .

Syntax

typedef enum {
  DSA_FIPS186_2,
  DSA_FIPS186_3
} DSAFIPSVERSION_ENUM;

Constantes

 
DSA_FIPS186_2
Estándar federal de procesamiento de información (FIPS) 2.
DSA_FIPS186_3
Estándar federal de procesamiento de información (FIPS) 3.

Requisitos

Requisito Valor
Header bcrypt.h

Consulte también

BCRYPT_DSA_KEY_BLOB_V2

BCRYPT_DSA_PARAMETER_HEADER_V2