Searched refs:hDstStore (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStubCertUtil.cpp120 HCERTSTORE hDstStore = openCertStore(dwDst, pszStoreNm); local
121 if (hDstStore)
126 if (CertAddCertificateContextToStore(hDstStore, pSrcCtx, CERT_STORE_ADD_REPLACE_EXISTING, NULL))
131 CertCloseStore(hDstStore, CERT_CLOSE_STORE_CHECK_FLAG);
/vbox/src/VBox/Additions/WINNT/tools/
H A DVBoxCertUtil.cpp135 HCERTSTORE hDstStore = CertOpenStore(CERT_STORE_PROV_SYSTEM_W,
140 if (hDstStore != NULL)
144 if (CertAddSerializedElementToStore(hDstStore,
159 if (CertAddCertificateContextToStore(hDstStore, pCertCtx, CERT_STORE_ADD_NEW, NULL))
168 CertCloseStore(hDstStore, CERT_CLOSE_STORE_CHECK_FLAG);
308 HCERTSTORE hDstStore = openCertStore(dwDst, pszStoreNm); local
309 if (hDstStore)
316 while ((pCurCtx = CertEnumCertificatesInStore(hDstStore, pCurCtx)) != NULL)
343 CertCloseStore(hDstStore, CERT_CLOSE_STORE_CHECK_FLAG);
378 HCERTSTORE hDstStore local
[all...]

Completed in 42 milliseconds