Lines Matching refs:hCertStore
598 HCERTSTORE hCertStore = NULL ; in getCertificate() local
661 hCertStore = m_hKeyStore ; in getCertificate()
665 hCertStore = m_hCertStore ; in getCertificate()
668 hCertStore = CertOpenSystemStore( 0, "MY" ) ; in getCertificate()
669 if(hCertStore == NULL || !m_bEnableDefault) continue ; in getCertificate()
672 hCertStore = CertOpenSystemStore( 0, "Root" ) ; in getCertificate()
673 if(hCertStore == NULL || !m_bEnableDefault) continue ; in getCertificate()
676 hCertStore = CertOpenSystemStore( 0, "Trust" ) ; in getCertificate()
677 if(hCertStore == NULL || !m_bEnableDefault) continue ; in getCertificate()
680 hCertStore = CertOpenSystemStore( 0, "CA" ) ; in getCertificate()
681 if(hCertStore == NULL || !m_bEnableDefault) continue ; in getCertificate()
765 hCertStore, in getCertificate()
773 if(i != 0 && i != 1) CertCloseStore( hCertStore, CERT_CLOSE_STORE_CHECK_FLAG ) ; in getCertificate()