Juan Lang : wincrypt.h: Add values for KP_PADDING key param.

Alexandre Julliard julliard at winehq.org
Thu Nov 29 10:31:20 CST 2007


Module: wine
Branch: master
Commit: f6705c67eba592f6e5560fa106bbf3e3a0be7b5a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f6705c67eba592f6e5560fa106bbf3e3a0be7b5a

Author: Juan Lang <juan.lang at gmail.com>
Date:   Wed Nov 28 09:16:14 2007 -0800

wincrypt.h: Add values for KP_PADDING key param.

---

 include/wincrypt.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/wincrypt.h b/include/wincrypt.h
index e7ea279..bf15b93 100644
--- a/include/wincrypt.h
+++ b/include/wincrypt.h
@@ -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




More information about the wine-cvs mailing list