Searched refs:hCertStore (Results 1 – 3 of 3) sorted by relevance
598 HCERTSTORE hCertStore = NULL ; in getCertificate() local661 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()[all …]
136 HCERTSTORE hCertStore ;164 hCertStore = pSecEnv->getCertDb() ;169 m_pKeysMngr = xmlSecMSCryptoAppliedKeysMngrCreate( hkeyStore , hCertStore ) ;
474 + * @hCertStore: the pointer to certificate database.483 + HCERTSTORE hCertStore
Completed in 51 milliseconds