mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 06:52:07 +00:00
[PSDK] Add missing BCRYPT_HASH_HANDLE.
svn path=/trunk/; revision=69924
This commit is contained in:
parent
72d1f8be4f
commit
cd7bece25c
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ typedef struct _BCRYPT_ALGORITHM_IDENTIFIER
|
|||
|
||||
typedef PVOID BCRYPT_ALG_HANDLE;
|
||||
typedef PVOID BCRYPT_HANDLE;
|
||||
typedef PVOID BCRYPT_HASH_HANDLE;
|
||||
|
||||
#define BCRYPT_RNG_USE_ENTROPY_IN_BUFFER 0x00000001
|
||||
#define BCRYPT_USE_SYSTEM_PREFERRED_RNG 0x00000002
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue