Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
53189414
Commit
53189414
authored
Sep 28, 2005
by
Juan Lang
Committed by
Alexandre Julliard
Sep 28, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a few more missing prototypes.
parent
cc748043
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
wincrypt.h
include/wincrypt.h
+12
-0
No files found.
include/wincrypt.h
View file @
53189414
...
...
@@ -916,6 +916,7 @@ typedef struct _CERT_CREATE_CONTEXT_PARA {
#define ALG_SID_SSL2_MASTER 5
#define ALG_SID_TLS1_MASTER 6
#define ALG_SID_SCHANNEL_ENC_KEY 7
#define ALG_SID_EXAMPLE 80
/* Algorithm Definitions */
#define CALG_MD2 (ALG_CLASS_HASH | ALG_TYPE_ANY | ALG_SID_MD2)
...
...
@@ -2470,6 +2471,17 @@ PCERT_RDN_ATTR WINAPI CertFindRDNAttr(LPCSTR pszObjId, PCERT_NAME_INFO pName);
LONG
WINAPI
CertVerifyTimeValidity
(
LPFILETIME
pTimeToVerify
,
PCERT_INFO
pCertInfo
);
BOOL
WINAPI
CryptExportPublicKeyInfo
(
HCRYPTPROV
hCryptProv
,
DWORD
dwKeySpec
,
DWORD
dwCertEncodingType
,
PCERT_PUBLIC_KEY_INFO
pInfo
,
DWORD
*
pcbInfo
);
BOOL
WINAPI
CryptExportPublicKeyInfoEx
(
HCRYPTPROV
hCryptProv
,
DWORD
dwKeySpec
,
DWORD
dwCertEncodingType
,
LPSTR
pszPublicKeyObjId
,
DWORD
dwFlags
,
void
*
pvAuxInfo
,
PCERT_PUBLIC_KEY_INFO
pInfo
,
DWORD
*
pcbInfo
);
BOOL
WINAPI
CryptImportPublicKeyInfo
(
HCRYPTPROV
hCryptProv
,
DWORD
dwCertEncodingType
,
PCERT_PUBLIC_KEY_INFO
pInfo
,
HCRYPTKEY
*
phKey
);
BOOL
WINAPI
CryptImportPublicKeyInfoEx
(
HCRYPTPROV
hCryptProv
,
DWORD
dwCertEncodingType
,
PCERT_PUBLIC_KEY_INFO
pInfo
,
ALG_ID
aiKeyAlg
,
DWORD
dwFlags
,
void
*
pvAuxInfo
,
HCRYPTKEY
*
phKey
);
BOOL
WINAPI
CryptProtectData
(
DATA_BLOB
*
pDataIn
,
LPCWSTR
szDataDescr
,
DATA_BLOB
*
pOptionalEntropy
,
PVOID
pvReserved
,
CRYPTPROTECT_PROMPTSTRUCT
*
pPromptStruct
,
DWORD
dwFlags
,
DATA_BLOB
*
pDataOut
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment