Lines Matching refs:m_hCertStore
125 …y ) : m_hProv( NULL ) , m_pszContainer( NULL ) , m_hKeyStore( NULL ), m_hCertStore( NULL ), m_tSym… in SecurityEnvironment_MSCryptImpl()
141 if( m_hCertStore != NULL ) { in ~SecurityEnvironment_MSCryptImpl()
142 CertCloseStore( m_hCertStore, CERT_CLOSE_STORE_FORCE_FLAG ) ; in ~SecurityEnvironment_MSCryptImpl()
143 m_hCertStore = NULL ; in ~SecurityEnvironment_MSCryptImpl()
323 return m_hCertStore ; in getCertDb()
327 if( m_hCertStore != NULL ) { in setCertDb()
328 CertCloseStore( m_hCertStore, CERT_CLOSE_STORE_FORCE_FLAG ) ; in setCertDb()
329 m_hCertStore = NULL ; in setCertDb()
333 m_hCertStore = CertDuplicateStore( aCertDb ) ; in setCertDb()
664 if(m_hCertStore == NULL) continue ; in getCertificate()
665 hCertStore = m_hCertStore ; in getCertificate()
831 if (m_hCertStore && m_hKeyStore) in buildCertificatePath()
845 m_hCertStore , in buildCertificatePath()
850 m_hCertStore , in buildCertificatePath()
859 if (hAdditionalStore == NULL && m_hCertStore) in buildCertificatePath()
860 hAdditionalStore = m_hCertStore; in buildCertificatePath()
1046 m_hCertStore , in verifyCertificate()
1051 m_hCertStore , in verifyCertificate()
1249 pKeysMngr = xmlSecMSCryptoAppliedKeysMngrCreate( m_hKeyStore , m_hCertStore ) ; in createKeysManager()