STORAGE_CRYPTO_KEY_SIZE - NtDoc

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

typedef enum _STORAGE_CRYPTO_KEY_SIZE {
  StorageCryptoKeySizeUnknown,
  StorageCryptoKeySize128Bits,
  StorageCryptoKeySize192Bits,
  StorageCryptoKeySize256Bits,
  StorageCryptoKeySize512Bits,
  StorageCryptoKeySizeMax,
  StorCryptoKeySizeUnknown,
  StorCryptoKeySize128Bits,
  StorCryptoKeySize192Bits,
  StorCryptoKeySize256Bits,
  StorCryptoKeySize512Bits
} STORAGE_CRYPTO_KEY_SIZE, *PSTORAGE_CRYPTO_KEY_SIZE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddstor-_storage_crypto_key_size)

_STORAGE_CRYPTO_KEY_SIZE enumeration

Description

The STORAGE_CRYPTO_KEY_SIZE enum returns the Size of the key in bits.

Constants

StorageCryptoKeySizeUnknown

Reserved for system use.

StorageCryptoKeySize128Bits

Reserved for system use.

StorageCryptoKeySize192Bits

Reserved for system use.

StorageCryptoKeySize256Bits

Reserved for system use.

StorageCryptoKeySize512Bits

Reserved for system use.