enumerazione DSAFIPSVERSION_ENUM (bcrypt.h)

Il tipo di enumerazione DSAFIPSVERSION_ENUM contiene informazioni sulla versione FIPS. Viene utilizzato dalle strutture BCRYPT_DSA_KEY_BLOB_V2 e BCRYPT_DSA_PARAMETER_HEADER_V2 .

Sintassi

typedef enum {
  DSA_FIPS186_2,
  DSA_FIPS186_3
} DSAFIPSVERSION_ENUM;

Costanti

 
DSA_FIPS186_2
Federal Information Processing Standard (FIPS) 2.
DSA_FIPS186_3
Federal Information Processing Standard (FIPS) 3.

Requisiti

Requisito Valore
Intestazione bcrypt.h

Vedi anche

BCRYPT_DSA_KEY_BLOB_V2

BCRYPT_DSA_PARAMETER_HEADER_V2