|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#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.
Referenced by CertDuplicateCertificateContext(), CertDuplicateCRLContext(), CertDuplicateCTLContext(), Context_CreateLinkContext(), CRYPT_CollectionAdvanceEnum(), CRYPT_QuerySerializedContextObject(), EmptyStore_add(), and MemStore_enumContext().
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.
Referenced by add_cert_to_store(), CertAddSerializedElementToStore(), CertCreateCertificateContext(), CertCreateCRLContext(), CertCreateCTLContext(), CertFreeCertificateContext(), CertFreeCRLContext(), CertFreeCTLContext(), Collection_addCert(), Collection_addCRL(), Collection_addCTL(), Context_Free(), CRYPT_CollectionAdvanceEnum(), CRYPT_QuerySerializedContextObject(), CRYPT_ReadSerializedElement(), CRYPT_ReadSerializedStore(), CRYPT_RegReadSerializedFromReg(), CRYPT_SerializeContextsToReg(), CRYPT_SerializeContextsToStream(), MemStore_addContext(), and MemStore_enumContext().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | context | ) |