Home
last modified time | relevance | path

Searched refs:chStores (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/win32/wintrust/
H A Dwintrust_main.c608 TRACE("chStores: %d\n", sgnr->chStores); in dump_sgnr_info()
620 TRACE("chStores: %d\n", cert->chStores); in dump_cert_info()
1003 if (data->chStores) in WINTRUST_AddStore()
1005 (data->chStores + 1) * sizeof(HCERTSTORE)); in WINTRUST_AddStore()
1009 data->chStores = 0; in WINTRUST_AddStore()
1013 data->pahStores[data->chStores++] = CertDuplicateStore(store); in WINTRUST_AddStore()
H A Dsoftpub.c505 ret && i < data->pWintrustData->u.pCert->chStores; i++) in SOFTPUB_LoadCertMessage()
1035 if (data->chStores) in WINTRUST_CreateChainForSigner()
1043 for (i = 0; i < data->chStores; i++) in WINTRUST_CreateChainForSigner()
1365 for (i = 0; i < data->chStores; i++) in SoftpubCleanup()
/reactos/sdk/include/psdk/
H A Dwintrust.h64 DWORD chStores; member
73 DWORD chStores; member
359 DWORD chStores; member
/reactos/modules/rostests/winetests/wintrust/
H A Dsoftpub.c142 ok(data.chStores == 1, "Expected 1 store, got %d\n", data.chStores); in test_utils()
150 data.chStores = 0; in test_utils()
/reactos/dll/win32/cryptui/
H A Dmain.c4449 cert.chStores = viewInfo.cStores; in CryptUIDlgViewCertificateW()