wincrypt.h: Add values for KP_PADDING key param.

oldstable
Juan Lang 2007-11-28 09:16:14 -08:00 committed by Alexandre Julliard
parent 8668369b4f
commit f6705c67eb
1 changed files with 5 additions and 0 deletions

View File

@ -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