STORAGE_CRYPTO_ALGORITHM_ID enumeration (ntddstor.h)
The STORAGE_CRYPTO_ALGORITHM_ID enum provides an output buffer for StorageAdapterCryptoProperty and PropertyStandardQuery.
Syntax
typedef enum _STORAGE_CRYPTO_ALGORITHM_ID {
StorageCryptoAlgorithmUnknown,
StorageCryptoAlgorithmXTSAES,
StorageCryptoAlgorithmBitlockerAESCBC,
StorageCryptoAlgorithmAESECB,
StorageCryptoAlgorithmESSIVAESCBC,
StorageCryptoAlgorithmMax
} STORAGE_CRYPTO_ALGORITHM_ID, *PSTORAGE_CRYPTO_ALGORITHM_ID;
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. |
Requirements
Requirement | Value |
---|---|
Header | ntddstor.h |