Home
last modified time | relevance | path

Searched refs:CERT_STORE_PROV_SYSTEM_W (Results 1 – 9 of 9) sorted by relevance

/reactos/modules/rostests/winetests/cryptui/
H A Dcryptui.c402 HCERTSTORE ca = CertOpenStore(CERT_STORE_PROV_SYSTEM_W, 0, 0, in test_crypt_ui_wiz_import()
427 HCERTSTORE addressBook = CertOpenStore(CERT_STORE_PROV_SYSTEM_W, 0, 0, in test_crypt_ui_wiz_import()
481 HCERTSTORE addressBook = CertOpenStore(CERT_STORE_PROV_SYSTEM_W, 0, 0, in test_crypt_ui_wiz_import()
503 HCERTSTORE ca = CertOpenStore(CERT_STORE_PROV_SYSTEM_W, 0, 0, in test_crypt_ui_wiz_import()
/reactos/dll/win32/crypt32/
H A Drootstore.c1017 …regStore = CertOpenStore(CERT_STORE_PROV_SYSTEM_W, 0, 0, CERT_SYSTEM_STORE_LOCAL_MACHINE, L"AuthRo… in create_root_store()
H A Dstore.c859 case LOWORD(CERT_STORE_PROV_SYSTEM_W): in CertOpenStore()
924 return CertOpenStore(CERT_STORE_PROV_SYSTEM_W, 0, hProv, in CertOpenSystemStoreW()
H A Dchain.c130 root = CertOpenStore(CERT_STORE_PROV_SYSTEM_W, 0, 0, system_store, rootW); in CRYPT_CreateChainEngine()
145 worldStores[1] = CertOpenStore(CERT_STORE_PROV_SYSTEM_W, 0, 0, system_store, caW); in CRYPT_CreateChainEngine()
146 worldStores[2] = CertOpenStore(CERT_STORE_PROV_SYSTEM_W, 0, 0, system_store, myW); in CRYPT_CreateChainEngine()
147 worldStores[3] = CertOpenStore(CERT_STORE_PROV_SYSTEM_W, 0, 0, system_store, trustW); in CRYPT_CreateChainEngine()
/reactos/dll/win32/cryptdlg/
H A Dmain.c157 HCERTSTORE disallowed = CertOpenStore(CERT_STORE_PROV_SYSTEM_W, in CRYPTDLG_IsCertAllowed()
/reactos/dll/win32/wintrust/
H A Dsoftpub.c1202 HCERTSTORE disallowed = CertOpenStore(CERT_STORE_PROV_SYSTEM_W, in SoftpubAuthenticode()
/reactos/dll/win32/cryptui/
H A Dmain.c522 store = CertOpenStore(CERT_STORE_PROV_SYSTEM_W, 0, 0, in show_cert_stores()
4568 return CertOpenStore(CERT_STORE_PROV_SYSTEM_W, 0, 0, in choose_store_for_cert()
4610 if (!(store = CertOpenStore(CERT_STORE_PROV_SYSTEM_W, 0, 0, in import_crl()
4638 if (!(store = CertOpenStore(CERT_STORE_PROV_SYSTEM_W, 0, 0, in import_ctl()
/reactos/sdk/include/psdk/
H A Dwincrypt.h2259 #define CERT_STORE_PROV_SYSTEM_W ((LPCSTR)10) macro
2260 #define CERT_STORE_PROV_SYSTEM CERT_STORE_PROV_SYSTEM_W
/reactos/modules/rostests/winetests/crypt32/
H A Dstore.c2105 …hstore = CertOpenStore(CERT_STORE_PROV_SYSTEM_W, 0, 0, CERT_STORE_OPEN_EXISTING_FLAG | cur_flag, W… in testCertRegisterSystemStore()