Searched refs:hStore (Results 1 – 1 of 1) sorted by relevance
3175 HCERTSTORE hStore; in import_windows_cert_store() local3179 hStore = CertOpenSystemStoreA(0, name); in import_windows_cert_store()3180 if(hStore) { in import_windows_cert_store()3199 pContext = CertEnumCertificatesInStore(hStore, pContext); in import_windows_cert_store()3302 CertCloseStore(hStore, 0); in import_windows_cert_store()
Completed in 15 milliseconds