D3D11_AES_CTR_IV Structure

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

Syntax

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

Members

IV
The IV, in big-endian format.

Count
The block count, in big-endian format.

Requirements

Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).