Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx598 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()
[all …]
H A Dxmlsecuritycontext_mscryptimpl.cxx136 HCERTSTORE hCertStore ;
164 hCertStore = pSecEnv->getCertDb() ;
169 m_pKeysMngr = xmlSecMSCryptoAppliedKeysMngrCreate( hkeyStore , hCertStore ) ;
/trunk/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch474 + * @hCertStore: the pointer to certificate database.
483 + HCERTSTORE hCertStore

Completed in 52 milliseconds