Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The BCRYPT_HASH_OPERATION_TYPE enumeration specifies the hash operation type.
Syntax
typedef enum {
BCRYPT_HASH_OPERATION_HASH_DATA = 1,
BCRYPT_HASH_OPERATION_FINISH_HASH = 2
} BCRYPT_HASH_OPERATION_TYPE;
Constants
BCRYPT_HASH_OPERATION_HASH_DATAValue: 1 Equivalent to calling the BCryptHashData function. |
BCRYPT_HASH_OPERATION_FINISH_HASHValue: 2 Equivalent to calling the BCryptFinishHash function. |
Requirements
| Requirement | Value |
|---|---|
| Header | bcrypt.h |