|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <assert.h>#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "wincrypt.h"#include "winreg.h"#include "winuser.h"#include "wine/debug.h"#include "crypt32_private.h"
Go to the source code of this file.
Classes | |
| struct | _WINE_HASH_TO_DELETE |
| struct | _WINE_REGSTOREINFO |
Typedefs | |
| typedef struct _WINE_HASH_TO_DELETE | WINE_HASH_TO_DELETE |
| typedef struct _WINE_REGSTOREINFO | WINE_REGSTOREINFO |
Variables | |
| static const WCHAR | CertsW [] |
| static const WCHAR | CRLsW [] = { 'C','R','L','s',0 } |
| static const WCHAR | CTLsW [] = { 'C','T','L','s',0 } |
| static const WCHAR | BlobW [] = { 'B','l','o','b',0 } |
| static void * | regProvFuncs [] |
Definition at line 48 of file regstore.c.
Referenced by CRYPT_RegReadSerializedFromReg(), CRYPT_RegWriteToReg(), and CRYPT_WriteSerializedToReg().
|
static |
Definition at line 322 of file regstore.c.
|
static |
Definition at line 456 of file regstore.c.
|
static |
Definition at line 403 of file regstore.c.
|
static |
Definition at line 352 of file regstore.c.
Referenced by CRYPT_RegDeleteCert(), CRYPT_RegDeleteCRL(), and CRYPT_RegDeleteCTL().
|
static |
Definition at line 424 of file regstore.c.
|
static |
Definition at line 445 of file regstore.c.
|
static |
Definition at line 305 of file regstore.c.
Referenced by CRYPT_RegCloseStore(), and CRYPT_RegControl().
| WINECRYPT_CERTSTORE * CRYPT_RegOpenStore | ( | HCRYPTPROV | hCryptProv, |
| DWORD | dwFlags, | ||
| const void * | pvPara | ||
| ) |
Definition at line 512 of file regstore.c.
Referenced by CertOpenStore(), and CRYPT_SysRegOpenStoreW().
|
static |
Definition at line 159 of file regstore.c.
Referenced by CRYPT_RegControl(), and CRYPT_RegOpenStore().
|
static |
Definition at line 66 of file regstore.c.
Referenced by CRYPT_RegReadFromReg().
|
static |
Definition at line 393 of file regstore.c.
|
static |
Definition at line 337 of file regstore.c.
Referenced by CRYPT_RegWriteCert(), CRYPT_RegWriteCRL(), and CRYPT_RegWriteCTL().
|
static |
Definition at line 414 of file regstore.c.
|
static |
Definition at line 435 of file regstore.c.
|
static |
Definition at line 248 of file regstore.c.
Referenced by CRYPT_RegFlushStore().
| BOOL CRYPT_SerializeContextsToReg | ( | HKEY | key, |
| DWORD | flags, | ||
| const WINE_CONTEXT_INTERFACE * | contextInterface, | ||
| HCERTSTORE | memStore | ||
| ) |
Definition at line 208 of file regstore.c.
Referenced by CRYPT_ImportSystemRootCertsToReg(), and CRYPT_RegWriteToReg().
|
static |
Definition at line 182 of file regstore.c.
Referenced by CRYPT_SerializeContextsToReg().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | crypt | ) |
Definition at line 64 of file regstore.c.
Referenced by CRYPT_RegReadSerializedFromReg(), and CRYPT_WriteSerializedToReg().
Definition at line 60 of file regstore.c.
Referenced by CRYPT_RegOpenStore(), CRYPT_RegReadFromReg(), and CRYPT_RegWriteToReg().
Definition at line 62 of file regstore.c.
Referenced by CRYPT_RegOpenStore(), CRYPT_RegReadFromReg(), and CRYPT_RegWriteToReg().
Definition at line 63 of file regstore.c.
Referenced by CRYPT_RegOpenStore(), CRYPT_RegReadFromReg(), and CRYPT_RegWriteToReg().
|
static |
Definition at line 495 of file regstore.c.
Referenced by CRYPT_RegOpenStore().