Commit f6705c67 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

wincrypt.h: Add values for KP_PADDING key param.

parent 8668369b
......@@ -1930,6 +1930,11 @@ static const WCHAR MS_ENH_RSA_AES_PROV_W[] = { 'M','i','c','r','o','s'
#define KP_HIGHEST_VERSION 41
#define KP_GET_USE_COUNT 42
/* Values for KP_PADDING */
#define PKCS5_PADDING 1
#define RANDOM_PADDING 2
#define ZERO_PADDING 3
/* CryptSignHash/CryptVerifySignature */
#define CRYPT_NOHASHOID 0x00000001
#define CRYPT_TYPE2_FORMAT 0x00000002
......
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