FreeRDP
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
o
r
s
t
Variables
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
winpr/libwinpr/crypto/crypto.h
1
20
#ifndef WINPR_CRYPTO_PRIVATE_H
21
#define WINPR_CRYPTO_PRIVATE_H
22
23
#ifndef _WIN32
24
25
typedef
struct
26
{
27
BYTE* pData;
28
DWORD cbData;
29
DWORD dwFlags;
30
BYTE key[32];
31
BYTE iv[32];
32
BYTE salt[8];
33
}
WINPR_PROTECTED_MEMORY_BLOCK
;
25
typedef
struct
{
…
};
34
35
typedef
struct
36
{
37
LPCSTR lpszStoreProvider;
38
DWORD dwMsgAndCertEncodingType;
39
}
WINPR_CERTSTORE
;
35
typedef
struct
{
…
};
40
41
#endif
42
43
#endif
/* WINPR_CRYPTO_PRIVATE_H */
WINPR_CERTSTORE
Definition
winpr/libwinpr/crypto/crypto.h:36
WINPR_PROTECTED_MEMORY_BLOCK
Definition
winpr/libwinpr/crypto/crypto.h:26
winpr
libwinpr
crypto
crypto.h
Generated by
1.9.8