ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <stdarg.h>
#include <assert.h>
#include "windef.h"
#include "winbase.h"
#include "wincrypt.h"
#include "wine/debug.h"
#include "crypt32_private.h"
Go to the source code of this file.
Classes | |
struct | _WINE_PROVIDERSTORE |
Typedefs | |
typedef struct _WINE_PROVIDERSTORE | WINE_PROVIDERSTORE |
Variables | |
static const store_vtbl_t | ProvStoreVtbl |
WINECRYPT_CERTSTORE * CRYPT_ProvCreateStore | ( | DWORD | dwFlags, |
WINECRYPT_CERTSTORE * | memStore, | ||
const CERT_STORE_PROV_INFO * | pProvInfo | ||
) |
Definition at line 307 of file provstore.c.
Referenced by create_root_store(), CRYPT_CreateFileStore(), CRYPT_MsgOpenStore(), CRYPT_ProvOpenStore(), and CRYPT_RegOpenStore().
WINECRYPT_CERTSTORE * CRYPT_ProvOpenStore | ( | LPCSTR | lpszStoreProvider, |
DWORD | dwEncodingType, | ||
HCRYPTPROV | hCryptProv, | ||
DWORD | dwFlags, | ||
const void * | pvPara | ||
) |
Definition at line 375 of file provstore.c.
Referenced by CertOpenStore().
|
static |
Definition at line 81 of file provstore.c.
|
static |
Definition at line 139 of file provstore.c.
|
static |
Definition at line 206 of file provstore.c.
|
static |
Definition at line 46 of file provstore.c.
|
static |
Definition at line 273 of file provstore.c.
|
static |
Definition at line 125 of file provstore.c.
|
static |
Definition at line 192 of file provstore.c.
|
static |
Definition at line 259 of file provstore.c.
|
static |
Definition at line 109 of file provstore.c.
|
static |
Definition at line 176 of file provstore.c.
|
static |
Definition at line 243 of file provstore.c.
|
static |
Definition at line 52 of file provstore.c.
|
static |
Definition at line 74 of file provstore.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | crypt | ) |
|
static |
Definition at line 287 of file provstore.c.
Referenced by CRYPT_ProvCreateStore().