// 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 referenceNo description available.
The STORAGE_CRYPTO_ALGORITHM_ID enum provides an output buffer for StorageAdapterCryptoProperty and PropertyStandardQuery.
StorageCryptoAlgorithmUnknownReserved for system use.
StorageCryptoAlgorithmXTSAESReserved for system use.
StorageCryptoAlgorithmBitlockerAESCBCReserved for system use.
StorageCryptoAlgorithmAESECBReserved for system use.
StorageCryptoAlgorithmESSIVAESCBCReserved for system use.
StorageCryptoAlgorithmMaxReserved for system use.