|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wincrypt.h"
#include "winnls.h"
#include "wine/debug.h"
#include "wine/unicode.h"
#include "crypt32_private.h"
Go to the source code of this file.
Data Structures |
| struct | PWINE_FILESTOREINFO |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (crypt) |
| static void WINAPI | CRYPT_FileCloseStore (HCERTSTORE hCertStore, DWORD dwFlags) |
| static BOOL WINAPI | CRYPT_FileWriteCert (HCERTSTORE hCertStore, PCCERT_CONTEXT cert, DWORD dwFlags) |
| static BOOL WINAPI | CRYPT_FileDeleteCert (HCERTSTORE hCertStore, PCCERT_CONTEXT pCertContext, DWORD dwFlags) |
| static BOOL WINAPI | CRYPT_FileWriteCRL (HCERTSTORE hCertStore, PCCRL_CONTEXT crl, DWORD dwFlags) |
| static BOOL WINAPI | CRYPT_FileDeleteCRL (HCERTSTORE hCertStore, PCCRL_CONTEXT pCrlContext, DWORD dwFlags) |
| static BOOL WINAPI | CRYPT_FileWriteCTL (HCERTSTORE hCertStore, PCCTL_CONTEXT ctl, DWORD dwFlags) |
| static BOOL WINAPI | CRYPT_FileDeleteCTL (HCERTSTORE hCertStore, PCCTL_CONTEXT pCtlContext, DWORD dwFlags) |
| static BOOL | CRYPT_ReadBlobFromFile (HANDLE file, PCERT_BLOB blob) |
| static BOOL WINAPI | CRYPT_FileControl (HCERTSTORE hCertStore, DWORD dwFlags, DWORD dwCtrlType, void const *pvCtrlPara) |
| static PWINECRYPT_CERTSTORE | CRYPT_CreateFileStore (DWORD dwFlags, HCERTSTORE memStore, HANDLE file, DWORD type) |
| PWINECRYPT_CERTSTORE | CRYPT_FileOpenStore (HCRYPTPROV hCryptProv, DWORD dwFlags, const void *pvPara) |
| PWINECRYPT_CERTSTORE | CRYPT_FileNameOpenStoreW (HCRYPTPROV hCryptProv, DWORD dwFlags, const void *pvPara) |
| PWINECRYPT_CERTSTORE | CRYPT_FileNameOpenStoreA (HCRYPTPROV hCryptProv, DWORD dwFlags, const void *pvPara) |
Variables |
| static void * | fileProvFuncs [] |
Generated on Sun May 27 2012 05:08:00 for ReactOS by
1.7.6.1
|