STORAGE_CRYPTO_ALGORITHM_ID - NtDoc

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

typedef enum _STORAGE_CRYPTO_ALGORITHM_ID {
  StorageCryptoAlgorithmUnknown,
  StorageCryptoAlgorithmXTSAES,
  StorageCryptoAlgorithmBitlockerAESCBC,
  StorageCryptoAlgorithmAESECB,
  StorageCryptoAlgorithmESSIVAESCBC,
  StorageCryptoAlgorithmMax,
  StorCryptoAlgorithmUnknown,
  StorCryptoAlgorithmXTSAES,
  StorCryptoAlgorithmBitlockerAESCBC,
  StorCryptoAlgorithmAESECB,
  StorCryptoAlgorithmESSIVAESCBC
} STORAGE_CRYPTO_ALGORITHM_ID, *PSTORAGE_CRYPTO_ALGORITHM_ID;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_STORAGE_CRYPTO_ALGORITHM_ID enumeration

Description

The STORAGE_CRYPTO_ALGORITHM_ID enum provides an output buffer for StorageAdapterCryptoProperty and PropertyStandardQuery.

Constants

StorageCryptoAlgorithmUnknown

Reserved for system use.

StorageCryptoAlgorithmXTSAES

Reserved for system use.

StorageCryptoAlgorithmBitlockerAESCBC

Reserved for system use.

StorageCryptoAlgorithmAESECB

Reserved for system use.

StorageCryptoAlgorithmESSIVAESCBC

Reserved for system use.

StorageCryptoAlgorithmMax

Reserved for system use.