enumeração DSAFIPSVERSION_ENUM (bcrypt.h)

O tipo de enumeração DSAFIPSVERSION_ENUM contém informações de versão fips. Ele é usado pelas estruturas BCRYPT_DSA_KEY_BLOB_V2 e BCRYPT_DSA_PARAMETER_HEADER_V2 .

Syntax

typedef enum {
  DSA_FIPS186_2,
  DSA_FIPS186_3
} DSAFIPSVERSION_ENUM;

Constantes

 
DSA_FIPS186_2
Padrão federal de processamento de informações (FIPS) 2.
DSA_FIPS186_3
Padrão federal de processamento de informações (FIPS) 3.

Requisitos

Requisito Valor
Cabeçalho bcrypt.h

Confira também

BCRYPT_DSA_KEY_BLOB_V2

BCRYPT_DSA_PARAMETER_HEADER_V2