ReactOS 0.4.16-dev-340-g0540c21
|
#include <stdarg.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_STORE_LIST_ENTRY |
struct | _WINE_COLLECTIONSTORE |
Typedefs | |
typedef struct _WINE_STORE_LIST_ENTRY | WINE_STORE_LIST_ENTRY |
typedef struct _WINE_COLLECTIONSTORE | WINE_COLLECTIONSTORE |
Variables | |
static const store_vtbl_t | CollectionStoreVtbl |
BOOL WINAPI CertAddStoreToCollection | ( | HCERTSTORE | hCollectionStore, |
HCERTSTORE | hSiblingStore, | ||
DWORD | dwUpdateFlags, | ||
DWORD | dwPriority | ||
) |
Definition at line 489 of file collectionstore.c.
Referenced by create_root_store(), CRYPT_AddStoresToCollection(), CRYPT_BuildCandidateChainFromCert(), CRYPT_CreateAny(), CRYPT_SysOpenStoreW(), CRYPTDLG_MakeEngine(), CryptMsgGetAndVerifySigner(), save_cert_as_cms(), testAddCert(), testCollectionStore(), testStoresInCollection(), testSystemRegStore(), testSystemStore(), and WINTRUST_CreateChainForSigner().
void WINAPI CertRemoveStoreFromCollection | ( | HCERTSTORE | hCollectionStore, |
HCERTSTORE | hSiblingStore | ||
) |
Definition at line 556 of file collectionstore.c.
Referenced by testCollectionStore().
|
static |
Definition at line 202 of file collectionstore.c.
|
static |
Definition at line 271 of file collectionstore.c.
|
static |
Definition at line 339 of file collectionstore.c.
|
static |
Definition at line 42 of file collectionstore.c.
|
static |
Definition at line 407 of file collectionstore.c.
|
static |
Definition at line 260 of file collectionstore.c.
|
static |
Definition at line 329 of file collectionstore.c.
|
static |
Definition at line 397 of file collectionstore.c.
|
static |
Definition at line 224 of file collectionstore.c.
|
static |
Definition at line 293 of file collectionstore.c.
|
static |
Definition at line 361 of file collectionstore.c.
|
static |
Definition at line 48 of file collectionstore.c.
|
static |
Definition at line 74 of file collectionstore.c.
|
static |
Definition at line 93 of file collectionstore.c.
Referenced by Collection_addCert(), Collection_addCRL(), and Collection_addCTL().
|
static |
Definition at line 149 of file collectionstore.c.
Referenced by Collection_enumCert(), Collection_enumCRL(), Collection_enumCTL(), and CRYPT_CollectionAdvanceEnum().
|
static |
Definition at line 80 of file collectionstore.c.
Referenced by Collection_addCert(), Collection_addCRL(), Collection_addCTL(), and CRYPT_CollectionAdvanceEnum().
WINECRYPT_CERTSTORE * CRYPT_CollectionOpenStore | ( | HCRYPTPROV | hCryptProv, |
DWORD | dwFlags, | ||
const void * | pvPara | ||
) |
Definition at line 464 of file collectionstore.c.
Referenced by CertOpenStore().
WINE_DEFAULT_DEBUG_CHANNEL | ( | crypt | ) |
|
static |
Definition at line 444 of file collectionstore.c.
Referenced by CRYPT_CollectionOpenStore().