FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
winpr/libwinpr/crypto/crypto.h
1
20#ifndef WINPR_CRYPTO_PRIVATE_H
21#define WINPR_CRYPTO_PRIVATE_H
22
23#ifndef _WIN32
24
25typedef struct
26{
27 BYTE* pData;
28 DWORD cbData;
29 DWORD dwFlags;
30 BYTE key[32];
31 BYTE iv[32];
32 BYTE salt[8];
34
35typedef struct
36{
37 LPCSTR lpszStoreProvider;
38 DWORD dwMsgAndCertEncodingType;
40
41#endif
42
43#endif /* WINPR_CRYPTO_PRIVATE_H */