D3D11_1DDI_AES_CTR_IV - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d10umddi.h

typedef struct D3D11_1DDI_AES_CTR_IV {
  UINT64 IV;
  UINT64 Count;
} D3D11_1DDI_AES_CTR_IV;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d11_1ddi_aes_ctr_iv)

D3D11_1DDI_AES_CTR_IV structure

Description

Contains an initialization vector (IV) for 128-bit Advanced Encryption Standard CTR mode (AES-CTR) block cipher encryption.

Members

IV

The IV, in big-endian format.

Count

The block count, in big-endian format.