D3D12DDI_CRYPTO_SESSION_SUPPORT_FLAGS_0030 - NtDoc

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

typedef enum D3D12DDI_CRYPTO_SESSION_SUPPORT_FLAGS_0030 {
  D3D12DDI_CRYPTO_SESSION_SUPPORT_FLAG_0030_NONE,
  D3D12DDI_CRYPTO_SESSION_SUPPORT_FLAG_0030_SUPPORTED,
  D3D12DDI_CRYPTO_SESSION_SUPPORT_FLAG_0030_HEADER_DECRYPTION_REQUIRED,
  D3D12DDI_CRYPTO_SESSION_SUPPORT_FLAG_0030_INDEPENDENT_DECRYPTION_REQUIRED,
  D3D12DDI_CRYPTO_SESSION_SUPPORT_FLAG_0030_TRANSCRYPTION_REQUIRED
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d12umddi-d3d12ddi_crypto_session_support_flags_0030)

D3D12DDI_CRYPTO_SESSION_SUPPORT_FLAGS_0030 enumeration

Description

The crypto session support flags.

Constants

D3D12DDI_CRYPTO_SESSION_SUPPORT_FLAG_0030_NONE

No flag is defined.

D3D12DDI_CRYPTO_SESSION_SUPPORT_FLAG_0030_SUPPORTED

The crypto session support flag is supported.

D3D12DDI_CRYPTO_SESSION_SUPPORT_FLAG_0030_HEADER_DECRYPTION_REQUIRED

The crypto session support flag requires a header decryption.

D3D12DDI_CRYPTO_SESSION_SUPPORT_FLAG_0030_INDEPENDENT_DECRYPTION_REQUIRED

The crypto session support flag requires an independent decryption.

D3D12DDI_CRYPTO_SESSION_SUPPORT_FLAG_0030_TRANSCRYPTION_REQUIRED

The crypto session support flag requires transcryption.