structure D3D11_AES_CTR_IV (d3d11.h)

Contient un vecteur d’initialisation (IV) pour le chiffrement par blocs en mode CTR (AES-CTR) 128 bits.

Syntaxe

typedef struct _D3D11_AES_CTR_IV {
  UINT64 IV;
  UINT64 Count;
} D3D11_AES_CTR_IV;

Membres

IV

L’IV, en format big-endian.

Count

Nombre de blocs, au format big-endian.

Configuration requise

   
Client minimal pris en charge Windows 8 [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows Server 2012 [applications de bureau | Applications UWP]
En-tête d3d11.h

Voir aussi

Structures vidéo Direct3D 11