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
032834fd
Commit
032834fd
authored
Dec 21, 2023
by
Zhiyi Zhang
Committed by
Alexandre Julliard
Jan 19, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add some bcrypt definitions.
parent
20219595
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
bcrypt.h
include/bcrypt.h
+2
-0
No files found.
include/bcrypt.h
View file @
032834fd
...
...
@@ -58,6 +58,7 @@ typedef LONG NTSTATUS;
#define BCRYPT_PADDING_SCHEMES L"PaddingSchemes"
#define BCRYPT_PROVIDER_HANDLE L"ProviderHandle"
#define BCRYPT_SIGNATURE_LENGTH L"SignatureLength"
#define BCRYPT_PUBLIC_KEY_LENGTH L"PublicKeyLength"
#define BCRYPT_OPAQUE_KEY_BLOB L"OpaqueKeyBlob"
#define BCRYPT_KEY_DATA_BLOB L"KeyDataBlob"
...
...
@@ -138,6 +139,7 @@ static const WCHAR BCRYPT_OBJECT_LENGTH[] = {'O','b','j','e','c','t','L','e','n'
static
const
WCHAR
BCRYPT_PADDING_SCHEMES
[]
=
{
'P'
,
'a'
,
'd'
,
'd'
,
'i'
,
'n'
,
'g'
,
'S'
,
'c'
,
'h'
,
'e'
,
'm'
,
'e'
,
's'
,
0
};
static
const
WCHAR
BCRYPT_PROVIDER_HANDLE
[]
=
{
'P'
,
'r'
,
'o'
,
'v'
,
'i'
,
'd'
,
'e'
,
'r'
,
'H'
,
'a'
,
'n'
,
'd'
,
'l'
,
'e'
,
0
};
static
const
WCHAR
BCRYPT_SIGNATURE_LENGTH
[]
=
{
'S'
,
'i'
,
'g'
,
'n'
,
'a'
,
't'
,
'u'
,
'r'
,
'e'
,
'L'
,
'e'
,
'n'
,
'g'
,
't'
,
'h'
,
0
};
static
const
WCHAR
BCRYPT_PUBLIC_KEY_LENGTH
[]
=
{
'P'
,
'u'
,
'b'
,
'l'
,
'i'
,
'c'
,
'K'
,
'e'
,
'y'
,
'L'
,
'e'
,
'n'
,
'g'
,
't'
,
'h'
,
0
};
static
const
WCHAR
BCRYPT_OPAQUE_KEY_BLOB
[]
=
{
'O'
,
'p'
,
'a'
,
'q'
,
'u'
,
'e'
,
'K'
,
'e'
,
'y'
,
'B'
,
'l'
,
'o'
,
'b'
,
0
};
static
const
WCHAR
BCRYPT_KEY_DATA_BLOB
[]
=
{
'K'
,
'e'
,
'y'
,
'D'
,
'a'
,
't'
,
'a'
,
'B'
,
'l'
,
'o'
,
'b'
,
0
};
...
...
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