// 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 referenceNo description available.
Reserved for system use.
VersionReserved for system use.
SizeReserved for system use.
CryptoCapabilityIndexReserved for system use.
DataUnitSizeBitmaskReserved for system use.
AlgorithmIdReserved for system use.
KeySizeReserved for system use.
MaxIVBitSizeReserved for system use.
ReservedReserved for system use.
SecurityComplianceBitmaskReserved for system use.
SecurityComplianceBitmask.FIPSReserved for system use.
SecurityComplianceBitmask.ReservedReserved for system use.
SecurityComplianceBitmask.AsUcharReserved for system use.