|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| void *WINAPI | WINTRUST_Alloc (DWORD cb) __WINE_ALLOC_SIZE(1) DECLSPEC_HIDDEN |
| void WINAPI | WINTRUST_Free (void *p) DECLSPEC_HIDDEN |
| BOOL WINAPI | WINTRUST_AddStore (CRYPT_PROVIDER_DATA *data, HCERTSTORE store) DECLSPEC_HIDDEN |
| BOOL WINAPI | WINTRUST_AddSgnr (CRYPT_PROVIDER_DATA *data, BOOL fCounterSigner, DWORD idxSigner, CRYPT_PROVIDER_SGNR *sgnr) DECLSPEC_HIDDEN |
| BOOL WINAPI | WINTRUST_AddCert (CRYPT_PROVIDER_DATA *data, DWORD idxSigner, BOOL fCounterSigner, DWORD idxCounterSigner, PCCERT_CONTEXT pCert2Add) DECLSPEC_HIDDEN |
| BOOL WINAPI | WINTRUST_AddPrivData (CRYPT_PROVIDER_DATA *data, CRYPT_PROVIDER_PRIVDATA *pPrivData2Add) DECLSPEC_HIDDEN |
| BOOL WINAPI WINTRUST_AddCert | ( | CRYPT_PROVIDER_DATA * | data, |
| DWORD | idxSigner, | ||
| BOOL | fCounterSigner, | ||
| DWORD | idxCounterSigner, | ||
| PCCERT_CONTEXT | pCert2Add | ||
| ) |
Definition at line 1074 of file wintrust_main.c.
Referenced by WintrustLoadFunctionPointers().
| BOOL WINAPI WINTRUST_AddPrivData | ( | CRYPT_PROVIDER_DATA * | data, |
| CRYPT_PROVIDER_PRIVDATA * | pPrivData2Add | ||
| ) |
Definition at line 1114 of file wintrust_main.c.
Referenced by WintrustLoadFunctionPointers().
| BOOL WINAPI WINTRUST_AddSgnr | ( | CRYPT_PROVIDER_DATA * | data, |
| BOOL | fCounterSigner, | ||
| DWORD | idxSigner, | ||
| CRYPT_PROVIDER_SGNR * | sgnr | ||
| ) |
Definition at line 1021 of file wintrust_main.c.
Referenced by WintrustLoadFunctionPointers().
| BOOL WINAPI WINTRUST_AddStore | ( | CRYPT_PROVIDER_DATA * | data, |
| HCERTSTORE | store | ||
| ) |
Definition at line 997 of file wintrust_main.c.
Referenced by WintrustLoadFunctionPointers().
Definition at line 43 of file wintrust_main.c.
Referenced by WINTRUST_AddCert(), WINTRUST_AddPrivData(), WINTRUST_AddSgnr(), WINTRUST_AddStore(), WINTRUST_AllocateProviderData(), WINTRUST_enumUsages(), WINTRUST_RegisterHttpsProv(), WINTRUST_SIPPAddProvider(), WINTRUST_WriteSingleUsageEntry(), WintrustAddDefaultForUsage(), and WintrustLoadFunctionPointers().
Definition at line 54 of file wintrust_main.c.
Referenced by WINTRUST_AllocateProviderData(), WINTRUST_CertVerify(), WINTRUST_DefaultClose(), WINTRUST_DefaultVerify(), WINTRUST_RegisterHttpsProv(), WINTRUST_SIPPAddProvider(), WINTRUST_WriteSingleUsageEntry(), WintrustAddDefaultForUsage(), WintrustLoadFunctionPointers(), and WTHelperGetKnownUsages().