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

/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp269 HCERTSTORE hCertStore = NULL; local
279 if ((hCertStore = ::CertOpenSystemStore(NULL, pszCertStoreName))
308 while (pCertContext = ::CertEnumCertificatesInStore(hCertStore, pCertContext))
447 if (hCertStore)
448 ::CertCloseStore(hCertStore, 0);
837 HCERTSTORE hCertStore = NULL; local
851 if ((hCertStore = ::CertOpenSystemStore(NULL, pszCertStoreName)) == NULL) {
1025 if (!::CertAddCertificateContextToStore(hCertStore, pCertContext,
1038 if (hCertStore)
1039 ::CertCloseStore(hCertStore,
1078 HCERTSTORE hCertStore = NULL; local
1230 HCERTSTORE hCertStore = NULL; local
[all...]

Completed in 55 milliseconds