Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx125 …lt( sal_False ), m_hMySystemStore(NULL), m_hRootSystemStore(NULL), m_hTrustSystemStore(NULL), m_hC… in SecurityEnvironment_MSCryptImpl()
162 if( m_hTrustSystemStore != NULL ) { in ~SecurityEnvironment_MSCryptImpl()
163 CertCloseStore( m_hTrustSystemStore, CERT_CLOSE_STORE_CHECK_FLAG ) ; in ~SecurityEnvironment_MSCryptImpl()
164 m_hTrustSystemStore = NULL ; in ~SecurityEnvironment_MSCryptImpl()
1305 m_hTrustSystemStore = CertOpenSystemStore( 0, "Trust" ) ; in createKeysManager()
1306 if( m_hTrustSystemStore != NULL ) { in createKeysManager()
1307 if( xmlSecMSCryptoAppliedKeysMngrAdoptUntrustedStore( pKeysMngr, m_hTrustSystemStore ) < 0 ) { in createKeysManager()
1308 CertCloseStore( m_hTrustSystemStore, CERT_CLOSE_STORE_CHECK_FLAG ) ; in createKeysManager()
1309 m_hTrustSystemStore = NULL; in createKeysManager()
H A Dsecurityenvironment_mscryptimpl.hxx82 HCERTSTORE m_hTrustSystemStore; member in SecurityEnvironment_MSCryptImpl

Completed in 30 milliseconds