Data Structures |
| struct | PWINE_STORE_LIST_ENTRY |
| struct | PWINE_COLLECTIONSTORE |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (crypt) |
| static void WINAPI | CRYPT_CollectionCloseStore (HCERTSTORE store, DWORD dwFlags) |
| static void * | CRYPT_CollectionCreateContextFromChild (PWINE_COLLECTIONSTORE store, PWINE_STORE_LIST_ENTRY storeEntry, void *child, size_t contextSize, BOOL addRef) |
| static BOOL | CRYPT_CollectionAddContext (PWINE_COLLECTIONSTORE store, unsigned int contextFuncsOffset, void *context, void *toReplace, unsigned int contextSize, void **pChildContext) |
| static void * | CRYPT_CollectionAdvanceEnum (PWINE_COLLECTIONSTORE store, PWINE_STORE_LIST_ENTRY storeEntry, const CONTEXT_FUNCS *contextFuncs, PCWINE_CONTEXT_INTERFACE contextInterface, void *pPrev, size_t contextSize) |
| static BOOL | CRYPT_CollectionAddCert (PWINECRYPT_CERTSTORE store, void *cert, void *toReplace, const void **ppStoreContext) |
| static void * | CRYPT_CollectionEnumCert (PWINECRYPT_CERTSTORE store, void *pPrev) |
| static BOOL | CRYPT_CollectionDeleteCert (PWINECRYPT_CERTSTORE store, void *pCertContext) |
| static BOOL | CRYPT_CollectionAddCRL (PWINECRYPT_CERTSTORE store, void *crl, void *toReplace, const void **ppStoreContext) |
| static void * | CRYPT_CollectionEnumCRL (PWINECRYPT_CERTSTORE store, void *pPrev) |
| static BOOL | CRYPT_CollectionDeleteCRL (PWINECRYPT_CERTSTORE store, void *pCrlContext) |
| static BOOL | CRYPT_CollectionAddCTL (PWINECRYPT_CERTSTORE store, void *ctl, void *toReplace, const void **ppStoreContext) |
| static void * | CRYPT_CollectionEnumCTL (PWINECRYPT_CERTSTORE store, void *pPrev) |
| static BOOL | CRYPT_CollectionDeleteCTL (PWINECRYPT_CERTSTORE store, void *pCtlContext) |
| static BOOL WINAPI | CRYPT_CollectionControl (HCERTSTORE hCertStore, DWORD dwFlags, DWORD dwCtrlType, void const *pvCtrlPara) |
| PWINECRYPT_CERTSTORE | CRYPT_CollectionOpenStore (HCRYPTPROV hCryptProv, DWORD dwFlags, const void *pvPara) |
| BOOL WINAPI | CertAddStoreToCollection (HCERTSTORE hCollectionStore, HCERTSTORE hSiblingStore, DWORD dwUpdateFlags, DWORD dwPriority) |
| void WINAPI | CertRemoveStoreFromCollection (HCERTSTORE hCollectionStore, HCERTSTORE hSiblingStore) |