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
bb963cc9
Commit
bb963cc9
authored
Aug 24, 2007
by
Juan Lang
Committed by
Alexandre Julliard
Aug 27, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wintrust: Add trust step error definitions.
parent
67a0ff46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
wintrust.h
include/wintrust.h
+29
-0
No files found.
include/wintrust.h
View file @
bb963cc9
...
@@ -221,6 +221,35 @@ typedef struct _CRYPT_PROVIDER_PRIVDATA {
...
@@ -221,6 +221,35 @@ typedef struct _CRYPT_PROVIDER_PRIVDATA {
struct
_CRYPT_PROVIDER_DATA
;
struct
_CRYPT_PROVIDER_DATA
;
#define TRUSTERROR_STEP_WVTPARAMS 0
#define TRUSTERROR_STEP_FILEIO 2
#define TRUSTERROR_STEP_SIP 3
#define TRUSTERROR_STEP_SIPSUBJINFO 5
#define TRUSTERROR_STEP_CATALOGFILE 6
#define TRUSTERROR_STEP_CERTSTORE 7
#define TRUSTERROR_STEP_MESSAGE 8
#define TRUSTERROR_STEP_MSG_SIGNERCOUNT 9
#define TRUSTERROR_STEP_MSG_INNERCNTTYPE 10
#define TRUSTERROR_STEP_MSG_INNERCNT 11
#define TRUSTERROR_STEP_MSG_STORE 12
#define TRUSTERROR_STEP_MSG_SIGNERINFO 13
#define TRUSTERROR_STEP_MSG_SIGNERCERT 14
#define TRUSTERROR_STEP_MSG_CERTCHAIN 15
#define TRUSTERROR_STEP_MSG_COUNTERSIGINFO 16
#define TRUSTERROR_STEP_MSG_COUNTERSIGCERT 17
#define TRUSTERROR_STEP_VERIFY_MSGHASH 18
#define TRUSTERROR_STEP_VERIFY_MSGINDIRECTDATA 19
#define TRUSTERROR_STEP_FINAL_WVTINIT 30
#define TRUSTERROR_STEP_FINAL_INITPROV 31
#define TRUSTERROR_STEP_FINAL_OBJPROV 32
#define TRUSTERROR_STEP_FINAL_SIGPROV 33
#define TRUSTERROR_STEP_FINAL_CERTPROV 34
#define TRUSTERROR_STEP_FINAL_CERTCHKPROV 35
#define TRUSTERROR_STEP_FINAL_POLICYPROV 36
#define TRUSTERROR_STEP_FINAL_UIPROV 37
#define TRUSTERROR_MAX_STEPS 38
typedef
void
*
(
WINAPI
*
PFN_CPD_MEM_ALLOC
)(
DWORD
cbSize
);
typedef
void
*
(
WINAPI
*
PFN_CPD_MEM_ALLOC
)(
DWORD
cbSize
);
typedef
void
(
WINAPI
*
PFN_CPD_MEM_FREE
)(
void
*
pvMem2Free
);
typedef
void
(
WINAPI
*
PFN_CPD_MEM_FREE
)(
void
*
pvMem2Free
);
typedef
BOOL
(
WINAPI
*
PFN_CPD_ADD_STORE
)(
struct
_CRYPT_PROVIDER_DATA
*
pProvData
,
typedef
BOOL
(
WINAPI
*
PFN_CPD_ADD_STORE
)(
struct
_CRYPT_PROVIDER_DATA
*
pProvData
,
...
...
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