|
ReactOS 0.4.16-dev-2491-g3dc6630
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "winternl.h"#include "wintrust.h"#include "mssip.h"#include "softpub.h"#include "winnls.h"#include "wine/debug.h"
Go to the source code of this file.
| HRESULT WINAPI DriverCleanupPolicy | ( | CRYPT_PROVIDER_DATA * | data | ) |
| HRESULT WINAPI DriverFinalPolicy | ( | CRYPT_PROVIDER_DATA * | data | ) |
| HRESULT WINAPI DriverInitializePolicy | ( | CRYPT_PROVIDER_DATA * | data | ) |
Definition at line 689 of file softpub.c.
Referenced by WINTRUST_GetTimeFromSigner().
| HRESULT WINAPI GenericChainCertificateTrust | ( | CRYPT_PROVIDER_DATA * | data | ) |
Definition at line 1198 of file softpub.c.
| HRESULT WINAPI GenericChainFinalProv | ( | CRYPT_PROVIDER_DATA * | data | ) |
Definition at line 1359 of file softpub.c.
|
static |
Definition at line 212 of file softpub.c.
Referenced by SOFTPUB_HashPEFile().
| HRESULT WINAPI HTTPSCertificateTrust | ( | CRYPT_PROVIDER_DATA * | data | ) |
| HRESULT WINAPI HTTPSFinalProv | ( | CRYPT_PROVIDER_DATA * | data | ) |
|
static |
Definition at line 832 of file softpub.c.
Referenced by SoftpubLoadSignature().
|
static |
Definition at line 380 of file softpub.c.
Referenced by SOFTPUB_LoadCatalogMessage(), and SOFTPUB_LoadFileMessage().
|
static |
Definition at line 399 of file softpub.c.
Referenced by SOFTPUB_LoadCatalogMessage(), and SOFTPUB_LoadFileMessage().
|
static |
Definition at line 109 of file softpub.c.
Referenced by SOFTPUB_LoadFileMessage().
|
static |
Definition at line 164 of file softpub.c.
Referenced by SOFTPUB_LoadCatalogMessage(), and SOFTPUB_LoadFileMessage().
|
static |
Definition at line 145 of file softpub.c.
Referenced by SOFTPUB_LoadCatalogMessage(), and SOFTPUB_LoadFileMessage().
|
static |
Definition at line 234 of file softpub.c.
Referenced by SOFTPUB_VerifyImageHash().
|
static |
Definition at line 559 of file softpub.c.
Referenced by SoftpubLoadMessage().
|
static |
Definition at line 468 of file softpub.c.
Referenced by SoftpubLoadMessage().
|
static |
Definition at line 517 of file softpub.c.
Referenced by SoftpubLoadMessage().
|
static |
Definition at line 80 of file softpub.c.
Referenced by SOFTPUB_LoadFileMessage().
|
static |
Definition at line 308 of file softpub.c.
Referenced by SOFTPUB_LoadFileMessage().
| HRESULT WINAPI SoftpubAuthenticode | ( | CRYPT_PROVIDER_DATA * | data | ) |
Definition at line 1245 of file softpub.c.
| BOOL WINAPI SoftpubCheckCert | ( | CRYPT_PROVIDER_DATA * | data, |
| DWORD | idxSigner, | ||
| BOOL | fCounterSignerChain, | ||
| DWORD | idxCounterSigner | ||
| ) |
Definition at line 958 of file softpub.c.
| HRESULT WINAPI SoftpubCleanup | ( | CRYPT_PROVIDER_DATA * | data | ) |
Definition at line 1426 of file softpub.c.
| HRESULT WINAPI SoftpubDefCertInit | ( | CRYPT_PROVIDER_DATA * | data | ) |
| HRESULT WINAPI SoftpubInitialize | ( | CRYPT_PROVIDER_DATA * | data | ) |
| HRESULT WINAPI SoftpubLoadMessage | ( | CRYPT_PROVIDER_DATA * | data | ) |
Definition at line 598 of file softpub.c.
| HRESULT WINAPI SoftpubLoadSignature | ( | CRYPT_PROVIDER_DATA * | data | ) |
Definition at line 883 of file softpub.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | wintrust | ) |
|
static |
Definition at line 1044 of file softpub.c.
Referenced by WINTRUST_CreateChainForSigner().
|
static |
Definition at line 1103 of file softpub.c.
Referenced by GenericChainCertificateTrust(), and WintrustCertificateTrust().
|
static |
Definition at line 1077 of file softpub.c.
Referenced by GenericChainCertificateTrust(), and WintrustCertificateTrust().
|
static |
|
static |
Definition at line 630 of file softpub.c.
Referenced by WINTRUST_SaveSigner().
|
static |
Definition at line 769 of file softpub.c.
Referenced by WINTRUST_VerifySigner().
|
static |
Definition at line 658 of file softpub.c.
Referenced by WINTRUST_GetTimeFromSigner().
|
static |
Definition at line 703 of file softpub.c.
Referenced by WINTRUST_SaveSigner().
|
static |
Definition at line 748 of file softpub.c.
Referenced by SoftpubLoadSignature().
Definition at line 944 of file softpub.c.
Referenced by SoftpubCheckCert(), and WINTRUST_CopyChain().
Definition at line 999 of file softpub.c.
Referenced by WINTRUST_CopyChain().
|
static |
Definition at line 797 of file softpub.c.
Referenced by SoftpubLoadSignature().
| HRESULT WINAPI WintrustCertificateTrust | ( | CRYPT_PROVIDER_DATA * | data | ) |
Definition at line 1171 of file softpub.c.