ReactOS 0.4.16-dev-1214-gd663eb4
|
#include <assert.h>
#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.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (context) | |
context_t * | Context_CreateDataContext (size_t contextSize, const context_vtbl_t *vtbl, WINECRYPT_CERTSTORE *store) |
context_t * | Context_CreateLinkContext (unsigned int contextSize, context_t *linked, WINECRYPT_CERTSTORE *store) |
void | Context_AddRef (context_t *context) |
void | Context_Free (context_t *context) |
void | Context_Release (context_t *context) |
void | Context_CopyProperties (const void *to, const void *from) |
Definition at line 78 of file context.c.
Definition at line 123 of file context.c.
Referenced by add_cert_to_store(), Cert_clone(), CertAddCRLContextToStore(), CertAddCTLContextToStore(), and CRL_clone().
context_t * Context_CreateDataContext | ( | size_t | contextSize, |
const context_vtbl_t * | vtbl, | ||
struct WINE_CRYPTCERTSTORE * | store | ||
) |
Context functions
Definition at line 28 of file context.c.
Referenced by Cert_clone(), CertCreateCertificateContext(), CertCreateCRLContext(), CertCreateCTLContext(), and CRL_clone().
context_t * Context_CreateLinkContext | ( | unsigned int | contextSize, |
context_t * | linked, | ||
WINECRYPT_CERTSTORE * | store | ||
) |
Definition at line 54 of file context.c.
Referenced by Cert_clone(), CRL_clone(), and CTL_clone().
Definition at line 90 of file context.c.
Referenced by Collection_releaseContext(), EmptyStore_releaseContext(), free_contexts(), MemStore_deleteContext(), and MemStore_releaseContext().
Definition at line 106 of file context.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | context | ) |