Commit 2132d383 authored by Santino Mazza's avatar Santino Mazza Committed by Alexandre Julliard

bcrypt: Add BCRYPT_KEY_BLOB struct definition.

parent 846fcc5b
......@@ -254,6 +254,11 @@ typedef struct _BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO
ULONG dwFlags;
} BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO, *PBCRYPT_AUTHENTICATED_CIPHER_MODE_INFO;
typedef struct _BCRYPT_KEY_BLOB
{
ULONG Magic;
} BCRYPT_KEY_BLOB;
typedef struct _BCRYPT_ECCKEY_BLOB
{
ULONG dwMagic;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment