STOR_CRYPTO_CAPABILITY - NtDoc

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

typedef struct _STOR_CRYPTO_CAPABILITY {
  ULONG                               Version;
  ULONG                               Size;
  USHORT                              CryptoCapabilityIndex;
  USHORT                              DataUnitSizeBitmask;
  STORAGE_CRYPTO_ALGORITHM_ID         AlgorithmId;
  STORAGE_CRYPTO_KEY_SIZE             KeySize;
  USHORT                              MaxIVBitSize;
  USHORT                              Reserved;
  STORAGE_SECURITY_COMPLIANCE_BITMASK SecurityComplianceBitmask;
} STOR_CRYPTO_CAPABILITY, *PSTOR_CRYPTO_CAPABILITY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-storport-_stor_crypto_capability)

STOR_CRYPTO_CAPABILITY structure

Description

Reserved for system use.

Members

Version

Reserved for system use.

Size

Reserved for system use.

CryptoCapabilityIndex

Reserved for system use.

DataUnitSizeBitmask

Reserved for system use.

AlgorithmId

Reserved for system use.

KeySize

Reserved for system use.

MaxIVBitSize

Reserved for system use.

Reserved

Reserved for system use.

SecurityComplianceBitmask

Reserved for system use.

SecurityComplianceBitmask.FIPS

Reserved for system use.

SecurityComplianceBitmask.Reserved

Reserved for system use.

SecurityComplianceBitmask.AsUchar

Reserved for system use.