Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
Header | d3d11.h |