|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#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.
Defines |
| #define | NONAMELESSUNION |
| #define | CtlContext_CopyProperties(to, from) Context_CopyProperties((to), (from), sizeof(CTL_CONTEXT)) |
Typedefs |
| typedef BOOL(* | CtlCompareFunc )(PCCTL_CONTEXT pCtlContext, DWORD dwType, DWORD dwFlags, const void *pvPara) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (crypt) |
| BOOL WINAPI | CertAddCTLContextToStore (HCERTSTORE hCertStore, PCCTL_CONTEXT pCtlContext, DWORD dwAddDisposition, PCCTL_CONTEXT *ppStoreContext) |
| BOOL WINAPI | CertAddEncodedCTLToStore (HCERTSTORE hCertStore, DWORD dwMsgAndCertEncodingType, const BYTE *pbCtlEncoded, DWORD cbCtlEncoded, DWORD dwAddDisposition, PCCTL_CONTEXT *ppCtlContext) |
| PCCTL_CONTEXT WINAPI | CertEnumCTLsInStore (HCERTSTORE hCertStore, PCCTL_CONTEXT pPrev) |
| static BOOL | compare_ctl_any (PCCTL_CONTEXT pCtlContext, DWORD dwType, DWORD dwFlags, const void *pvPara) |
| static BOOL | compare_ctl_by_md5_hash (PCCTL_CONTEXT pCtlContext, DWORD dwType, DWORD dwFlags, const void *pvPara) |
| static BOOL | compare_ctl_by_sha1_hash (PCCTL_CONTEXT pCtlContext, DWORD dwType, DWORD dwFlags, const void *pvPara) |
| static BOOL | compare_ctl_existing (PCCTL_CONTEXT pCtlContext, DWORD dwType, DWORD dwFlags, const void *pvPara) |
| PCCTL_CONTEXT WINAPI | CertFindCTLInStore (HCERTSTORE hCertStore, DWORD dwCertEncodingType, DWORD dwFindFlags, DWORD dwFindType, const void *pvFindPara, PCCTL_CONTEXT pPrevCtlContext) |
| BOOL WINAPI | CertDeleteCTLFromStore (PCCTL_CONTEXT pCtlContext) |
| PCCTL_CONTEXT WINAPI | CertCreateCTLContext (DWORD dwMsgAndCertEncodingType, const BYTE *pbCtlEncoded, DWORD cbCtlEncoded) |
| PCCTL_CONTEXT WINAPI | CertDuplicateCTLContext (PCCTL_CONTEXT pCtlContext) |
| static void | CTLDataContext_Free (void *context) |
| BOOL WINAPI | CertFreeCTLContext (PCCTL_CONTEXT pCTLContext) |
| DWORD WINAPI | CertEnumCTLContextProperties (PCCTL_CONTEXT pCTLContext, DWORD dwPropId) |
| static BOOL | CTLContext_SetProperty (PCCTL_CONTEXT context, DWORD dwPropId, DWORD dwFlags, const void *pvData) |
| static BOOL | CTLContext_GetHashProp (PCCTL_CONTEXT context, DWORD dwPropId, ALG_ID algID, const BYTE *toHash, DWORD toHashLen, void *pvData, DWORD *pcbData) |
| static BOOL | CTLContext_GetProperty (PCCTL_CONTEXT context, DWORD dwPropId, void *pvData, DWORD *pcbData) |
| BOOL WINAPI | CertGetCTLContextProperty (PCCTL_CONTEXT pCTLContext, DWORD dwPropId, void *pvData, DWORD *pcbData) |
| BOOL WINAPI | CertSetCTLContextProperty (PCCTL_CONTEXT pCTLContext, DWORD dwPropId, DWORD dwFlags, const void *pvData) |
Generated on Sun May 27 2012 05:07:49 for ReactOS by
1.7.6.1
|