STOR_CRYPTO_ALGORITHM_ID enumeration (storport.h)

Reserved for system use.

Syntax

typedef enum _STOR_CRYPTO_ALGORITHM_ID {
  StorCryptoAlgorithmUnknown,
  StorCryptoAlgorithmXTSAES,
  StorCryptoAlgorithmBitlockerAESCBC,
  StorCryptoAlgorithmAESECB,
  StorCryptoAlgorithmESSIVAESCBC,
  StorCryptoAlgorithmMax
} STOR_CRYPTO_ALGORITHM_ID, *PSTOR_CRYPTO_ALGORITHM_ID;

Constants

 
StorCryptoAlgorithmUnknown
Reserved for system use.
StorCryptoAlgorithmXTSAES
Reserved for system use.
StorCryptoAlgorithmBitlockerAESCBC
Reserved for system use.
StorCryptoAlgorithmAESECB
Reserved for system use.
StorCryptoAlgorithmESSIVAESCBC
Reserved for system use.
StorCryptoAlgorithmMax
Reserved for system use.

Requirements

Requirement Value
Minimum supported client Windows 8
Header storport.h