Lines Matching refs:m_hKeyStore
125 …viceFactory >& aFactory ) : m_hProv( NULL ) , m_pszContainer( NULL ) , m_hKeyStore( NULL ), m_hCer… in SecurityEnvironment_MSCryptImpl()
146 if( m_hKeyStore != NULL ) { in ~SecurityEnvironment_MSCryptImpl()
147 CertCloseStore( m_hKeyStore, CERT_CLOSE_STORE_FORCE_FLAG ) ; in ~SecurityEnvironment_MSCryptImpl()
148 m_hKeyStore = NULL ; in ~SecurityEnvironment_MSCryptImpl()
308 return m_hKeyStore ; in getCryptoSlot()
312 if( m_hKeyStore != NULL ) { in setCryptoSlot()
313 CertCloseStore( m_hKeyStore, CERT_CLOSE_STORE_FORCE_FLAG ) ; in setCryptoSlot()
314 m_hKeyStore = NULL ; in setCryptoSlot()
318 m_hKeyStore = CertDuplicateStore( aSlot ) ; in setCryptoSlot()
514 if( m_hKeyStore != NULL ) { in getPersonalCertificates()
515 pCertContext = CertEnumCertificatesInStore( m_hKeyStore, pCertContext ); in getPersonalCertificates()
521 pCertContext = CertEnumCertificatesInStore( m_hKeyStore, pCertContext ); in getPersonalCertificates()
660 if(m_hKeyStore == NULL) continue ; in getCertificate()
661 hCertStore = m_hKeyStore ; in getCertificate()
831 if (m_hCertStore && m_hKeyStore) in buildCertificatePath()
861 else if (hAdditionalStore == NULL && m_hKeyStore) in buildCertificatePath()
862 hAdditionalStore = m_hKeyStore; in buildCertificatePath()
1249 pKeysMngr = xmlSecMSCryptoAppliedKeysMngrCreate( m_hKeyStore , m_hCertStore ) ; in createKeysManager()