Home
last modified time | relevance | path

Searched refs:m_hCertStore (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx125 …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()
[all …]
H A Dsecurityenvironment_mscryptimpl.hxx77 HCERTSTORE m_hCertStore ; member in SecurityEnvironment_MSCryptImpl