|
ReactOS 0.4.17-dev-470-gf9e3448
|
#include <stdarg.h>#include <stdio.h>#include "windef.h"#include "winbase.h"#include "wincrypt.h"#include "winreg.h"#include "winnls.h"#include "mssip.h"#include "winuser.h"#include "crypt32_private.h"#include "wine/debug.h"#include "wine/list.h"
Go to the source code of this file.
Classes | |
| struct | _WINE_SIP_PROVIDER |
Macros | |
| #define | CRYPT_SIPREMOVEPROV(key) |
| #define | CRYPT_SIPADDPROV(key, field) |
Typedefs | |
| typedef struct _WINE_SIP_PROVIDER | WINE_SIP_PROVIDER |
Variables | |
| static struct list | providers = { &providers, &providers } |
| static CRITICAL_SECTION | providers_cs = { &providers_cs_debug, -1, 0, 0, 0, 0 } |
| static CRITICAL_SECTION_DEBUG | providers_cs_debug |
|
static |
Definition at line 543 of file sip.c.
Referenced by CRYPT_LoadSIP().
|
static |
Definition at line 557 of file sip.c.
Referenced by CRYPT_IsSIPCached(), CryptSIPCreateIndirectData(), CryptSIPGetSignedDataMsg(), CryptSIPPutSignedDataMsg(), CryptSIPRemoveSignedDataMsg(), and CryptSIPVerifyIndirectData().
Definition at line 39 of file sip.c.
Referenced by CRYPT_OpenSIPFunctionKey(), CRYPT_SIPDeleteFunction(), and CRYPT_SIPWriteFunction().
Definition at line 573 of file sip.c.
Referenced by CryptSIPLoad().
Definition at line 594 of file sip.c.
Referenced by CryptSIPLoad().
Definition at line 507 of file sip.c.
Referenced by CRYPT_LoadSIP().
Definition at line 232 of file sip.c.
Referenced by CRYPT_LoadSIPFunc(), and CryptSIPRetrieveSubjectGuid().
Definition at line 492 of file sip.c.
Referenced by CRYPT_LoadSIPFunc().
Definition at line 578 of file sip.c.
Referenced by DllMain().
|
static |
Definition at line 129 of file sip.c.
| BOOL WINAPI CryptSIPAddProvider | ( | SIP_ADD_NEWPROVIDER * | psNewProv | ) |
Definition at line 181 of file sip.c.
Referenced by DllRegisterServer(), test_AddRemoveProvider(), and WINTRUST_SIPPAddProvider().
| BOOL WINAPI CryptSIPCreateIndirectData | ( | SIP_SUBJECTINFO * | pSubjectInfo, |
| DWORD * | pcbIndirectData, | ||
| SIP_INDIRECT_DATA * | pIndirectData | ||
| ) |
Definition at line 683 of file sip.c.
Referenced by CryptSIPLoad(), InitFunctionPtrs(), and WINTRUST_SIPPAddProvider().
| BOOL WINAPI CryptSIPGetSignedDataMsg | ( | SIP_SUBJECTINFO * | pSubjectInfo, |
| DWORD * | pdwEncodingType, | ||
| DWORD | dwIndex, | ||
| DWORD * | pcbSignedDataMsg, | ||
| BYTE * | pbSignedDataMsg | ||
| ) |
Definition at line 705 of file sip.c.
Referenced by CryptSIPLoad(), and WINTRUST_SIPPAddProvider().
| BOOL WINAPI CryptSIPLoad | ( | const GUID * | pgSubject, |
| DWORD | dwFlags, | ||
| SIP_DISPATCH_INFO * | pSipDispatch | ||
| ) |
Definition at line 657 of file sip.c.
Referenced by CRYPT_QueryEmbeddedMessageObject(), SOFTPUB_GetSIP(), and test_SIPLoad().
| BOOL WINAPI CryptSIPPutSignedDataMsg | ( | SIP_SUBJECTINFO * | pSubjectInfo, |
| DWORD | pdwEncodingType, | ||
| DWORD * | pdwIndex, | ||
| DWORD | cbSignedDataMsg, | ||
| BYTE * | pbSignedDataMsg | ||
| ) |
Definition at line 724 of file sip.c.
Referenced by CryptSIPLoad(), and WINTRUST_SIPPAddProvider().
Definition at line 86 of file sip.c.
Referenced by DllUnregisterServer(), and test_AddRemoveProvider().
| BOOL WINAPI CryptSIPRemoveSignedDataMsg | ( | SIP_SUBJECTINFO * | pSubjectInfo, |
| DWORD | dwIndex | ||
| ) |
Definition at line 743 of file sip.c.
Referenced by CryptSIPLoad(), and WINTRUST_SIPPAddProvider().
Definition at line 283 of file sip.c.
Referenced by CRYPT_QueryEmbeddedMessageObject(), CryptCATOpen(), IsCatalogFile(), SOFTPUB_GetFileSubject(), SOFTPUB_LoadCatalogMessage(), test_sip(), and test_SIPRetrieveSubjectGUID().
| BOOL WINAPI CryptSIPRetrieveSubjectGuidForCatalogFile | ( | LPCWSTR | filename, |
| HANDLE | handle, | ||
| GUID * | subject | ||
| ) |
| BOOL WINAPI CryptSIPVerifyIndirectData | ( | SIP_SUBJECTINFO * | pSubjectInfo, |
| SIP_INDIRECT_DATA * | pIndirectData | ||
| ) |
Definition at line 760 of file sip.c.
Referenced by CryptSIPLoad(), and WINTRUST_SIPPAddProvider().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | crypt | ) |
Definition at line 532 of file sip.c.
Referenced by CRYPT_CacheSIP(), CRYPT_GetCachedSIP(), crypt_sip_free(), and wnetInit().
|
static |
Definition at line 533 of file sip.c.
Referenced by CRYPT_CacheSIP(), CRYPT_GetCachedSIP(), and crypt_sip_free().
|
static |