|
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.
Typedefs | |
| typedef BOOL(* | CtlCompareFunc) (PCCTL_CONTEXT pCtlContext, DWORD dwType, DWORD dwFlags, const void *pvPara) |
Variables | |
| static const context_vtbl_t | ctl_vtbl |
| BOOL WINAPI CertAddCTLContextToStore | ( | HCERTSTORE | hCertStore, |
| PCCTL_CONTEXT | pCtlContext, | ||
| DWORD | dwAddDisposition, | ||
| PCCTL_CONTEXT * | ppStoreContext | ||
| ) |
Definition at line 63 of file ctl.c.
Referenced by CertAddEncodedCTLToStore(), CRYPT_CreateAny(), CRYPT_CreateCTL(), and import_ctl().
| BOOL WINAPI CertAddEncodedCTLToStore | ( | HCERTSTORE | hCertStore, |
| DWORD | dwMsgAndCertEncodingType, | ||
| const BYTE * | pbCtlEncoded, | ||
| DWORD | cbCtlEncoded, | ||
| DWORD | dwAddDisposition, | ||
| PCCTL_CONTEXT * | ppCtlContext | ||
| ) |
Definition at line 177 of file ctl.c.
Referenced by testAddCTLToStore(), and testCloseStore().
| PCCTL_CONTEXT WINAPI CertCreateCTLContext | ( | DWORD | dwMsgAndCertEncodingType, |
| const BYTE * | pbCtlEncoded, | ||
| DWORD | cbCtlEncoded | ||
| ) |
Definition at line 363 of file ctl.c.
Referenced by CertAddEncodedCTLToStore(), CertCreateContext(), testCreateCTL(), testCTLProperties(), testDupCTL(), and testEmptyStore().
| BOOL WINAPI CertDeleteCTLFromStore | ( | PCCTL_CONTEXT | pCtlContext | ) |
Definition at line 341 of file ctl.c.
Referenced by Collection_deleteCTL().
| PCCTL_CONTEXT WINAPI CertDuplicateCTLContext | ( | PCCTL_CONTEXT | pCtlContext | ) |
Definition at line 491 of file ctl.c.
Referenced by CertAddCTLContextToStore(), and testDupCTL().
| DWORD WINAPI CertEnumCTLContextProperties | ( | PCCTL_CONTEXT | pCTLContext, |
| DWORD | dwPropId | ||
| ) |
Definition at line 508 of file ctl.c.
Referenced by testCTLProperties().
| PCCTL_CONTEXT WINAPI CertEnumCTLsInStore | ( | HCERTSTORE | hCertStore, |
| PCCTL_CONTEXT | pPrev | ||
| ) |
Definition at line 200 of file ctl.c.
Referenced by CertFindCTLInStore(), check_store_context_type(), import_store(), and testAddCTLToStore().
| PCCTL_CONTEXT WINAPI CertFindCTLInStore | ( | HCERTSTORE | hCertStore, |
| DWORD | dwCertEncodingType, | ||
| DWORD | dwFindFlags, | ||
| DWORD | dwFindType, | ||
| const void * | pvFindPara, | ||
| PCCTL_CONTEXT | pPrevCtlContext | ||
| ) |
Definition at line 291 of file ctl.c.
Referenced by CertAddCTLContextToStore().
| BOOL WINAPI CertFreeCTLContext | ( | PCCTL_CONTEXT | pCTLContext | ) |
Definition at line 499 of file ctl.c.
Referenced by CertAddCTLContextToStore(), CertAddEncodedCTLToStore(), CertDeleteCTLFromStore(), check_store_context_type(), CRYPT_CreateAny(), testCloseStore(), testCreateCTL(), testCTLProperties(), testDupCTL(), and testEmptyStore().
| BOOL WINAPI CertGetCTLContextProperty | ( | PCCTL_CONTEXT | pCTLContext, |
| DWORD | dwPropId, | ||
| void * | pvData, | ||
| DWORD * | pcbData | ||
| ) |
Definition at line 590 of file ctl.c.
Referenced by checkHash(), compare_ctl_by_md5_hash(), compare_ctl_by_sha1_hash(), and testCTLProperties().
| BOOL WINAPI CertSetCTLContextProperty | ( | PCCTL_CONTEXT | pCTLContext, |
| DWORD | dwPropId, | ||
| DWORD | dwFlags, | ||
| const void * | pvData | ||
| ) |
Definition at line 685 of file ctl.c.
|
static |
Definition at line 218 of file ctl.c.
Referenced by CertFindCTLInStore().
|
static |
Definition at line 224 of file ctl.c.
Referenced by CertFindCTLInStore().
|
static |
Definition at line 245 of file ctl.c.
Referenced by CertFindCTLInStore().
|
static |
Definition at line 266 of file ctl.c.
Referenced by CertFindCTLInStore().
|
static |
Definition at line 41 of file ctl.c.
|
static |
Definition at line 526 of file ctl.c.
Referenced by CTLContext_GetProperty().
|
static |
Definition at line 541 of file ctl.c.
Referenced by CertGetCTLContextProperty().
|
static |
Definition at line 630 of file ctl.c.
Referenced by CertSetCTLContextProperty(), and CTLContext_GetHashProp().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | crypt | ) |
|
static |
Definition at line 58 of file ctl.c.
Referenced by CertCreateCTLContext().