Home
last modified time | relevance | path

Searched refs:CERT_STORE_PROV_FILE (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/winetests/crypt32/
H A Dstore.c961 store1 = CertOpenStore(CERT_STORE_PROV_FILE, 0, 0, in testCollectionStore()
1450 store = CertOpenStore(CERT_STORE_PROV_FILE, 0, 0, 0, NULL); in testFileStore()
1467 store = CertOpenStore(CERT_STORE_PROV_FILE, 0, 0, in testFileStore()
1473 store = CertOpenStore(CERT_STORE_PROV_FILE, 0, 0, in testFileStore()
1500 store = CertOpenStore(CERT_STORE_PROV_FILE, 0, 0, in testFileStore()
1515 store = CertOpenStore(CERT_STORE_PROV_FILE, 0, 0, in testFileStore()
1529 store = CertOpenStore(CERT_STORE_PROV_FILE, 0, 0, in testFileStore()
1550 store = CertOpenStore(CERT_STORE_PROV_FILE, 0, 0, in testFileStore()
2592 store1 = CertOpenStore(CERT_STORE_PROV_FILE, 0, 0, in testAddCertificateLink()
2662 store2 = CertOpenStore(CERT_STORE_PROV_FILE, 0, 0, in testAddCertificateLink()
[all …]
/reactos/dll/win32/crypt32/
H A Dstore.c835 case LOWORD(CERT_STORE_PROV_FILE): in CertOpenStore()
/reactos/sdk/include/psdk/
H A Dwincrypt.h2252 #define CERT_STORE_PROV_FILE ((LPCSTR)3) macro