|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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.
Macros | |
| #define | NONAMELESSUNION |
| HRESULT WINAPI DriverCleanupPolicy | ( | CRYPT_PROVIDER_DATA * | data | ) |
| HRESULT WINAPI DriverFinalPolicy | ( | CRYPT_PROVIDER_DATA * | data | ) |
| HRESULT WINAPI DriverInitializePolicy | ( | CRYPT_PROVIDER_DATA * | data | ) |
Definition at line 690 of file softpub.c.
Referenced by WINTRUST_GetTimeFromSigner().
| HRESULT WINAPI GenericChainCertificateTrust | ( | CRYPT_PROVIDER_DATA * | data | ) |
Definition at line 1123 of file softpub.c.
| HRESULT WINAPI GenericChainFinalProv | ( | CRYPT_PROVIDER_DATA * | data | ) |
Definition at line 1284 of file softpub.c.
|
static |
Definition at line 213 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 381 of file softpub.c.
Referenced by SOFTPUB_LoadCatalogMessage(), and SOFTPUB_LoadFileMessage().
|
static |
Definition at line 400 of file softpub.c.
Referenced by SOFTPUB_LoadCatalogMessage(), and SOFTPUB_LoadFileMessage().
|
static |
Definition at line 110 of file softpub.c.
Referenced by SOFTPUB_LoadFileMessage().
|
static |
Definition at line 165 of file softpub.c.
Referenced by SOFTPUB_LoadCatalogMessage(), and SOFTPUB_LoadFileMessage().
|
static |
Definition at line 146 of file softpub.c.
Referenced by SOFTPUB_LoadCatalogMessage(), and SOFTPUB_LoadFileMessage().
|
static |
Definition at line 235 of file softpub.c.
Referenced by SOFTPUB_VerifyImageHash().
|
static |
Definition at line 560 of file softpub.c.
Referenced by SoftpubLoadMessage().
|
static |
Definition at line 469 of file softpub.c.
Referenced by SoftpubLoadMessage().
|
static |
Definition at line 518 of file softpub.c.
Referenced by SoftpubLoadMessage().
|
static |
Definition at line 81 of file softpub.c.
Referenced by SOFTPUB_LoadFileMessage().
|
static |
Definition at line 309 of file softpub.c.
Referenced by SOFTPUB_LoadFileMessage().
| HRESULT WINAPI SoftpubAuthenticode | ( | CRYPT_PROVIDER_DATA * | data | ) |
Definition at line 1170 of file softpub.c.
| BOOL WINAPI SoftpubCheckCert | ( | CRYPT_PROVIDER_DATA * | data, |
| DWORD | idxSigner, | ||
| BOOL | fCounterSignerChain, | ||
| DWORD | idxCounterSigner | ||
| ) |
Definition at line 883 of file softpub.c.
| HRESULT WINAPI SoftpubCleanup | ( | CRYPT_PROVIDER_DATA * | data | ) |
Definition at line 1351 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 599 of file softpub.c.
| HRESULT WINAPI SoftpubLoadSignature | ( | CRYPT_PROVIDER_DATA * | data | ) |
Definition at line 833 of file softpub.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | wintrust | ) |
|
static |
Definition at line 969 of file softpub.c.
Referenced by WINTRUST_CreateChainForSigner().
|
static |
Definition at line 1028 of file softpub.c.
Referenced by GenericChainCertificateTrust(), and WintrustCertificateTrust().
|
static |
Definition at line 1002 of file softpub.c.
Referenced by GenericChainCertificateTrust(), and WintrustCertificateTrust().
|
static |
|
static |
Definition at line 631 of file softpub.c.
Referenced by WINTRUST_SaveSigner().
|
static |
Definition at line 770 of file softpub.c.
Referenced by WINTRUST_VerifySigner().
|
static |
Definition at line 659 of file softpub.c.
Referenced by WINTRUST_GetTimeFromSigner().
|
static |
Definition at line 704 of file softpub.c.
Referenced by WINTRUST_SaveSigner().
|
static |
Definition at line 749 of file softpub.c.
Referenced by SoftpubLoadSignature().
Definition at line 869 of file softpub.c.
Referenced by SoftpubCheckCert(), and WINTRUST_CopyChain().
Definition at line 924 of file softpub.c.
Referenced by WINTRUST_CopyChain().
|
static |
Definition at line 798 of file softpub.c.
Referenced by SoftpubLoadSignature().
| HRESULT WINAPI WintrustCertificateTrust | ( | CRYPT_PROVIDER_DATA * | data | ) |
Definition at line 1096 of file softpub.c.