Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx125 …aFactory ), m_bEnableDefault( sal_False ), m_hMySystemStore(NULL), m_hRootSystemStore(NULL), m_hTr… in SecurityEnvironment_MSCryptImpl()
157 if( m_hRootSystemStore != NULL ) { in ~SecurityEnvironment_MSCryptImpl()
158 CertCloseStore( m_hRootSystemStore, CERT_CLOSE_STORE_CHECK_FLAG ) ; in ~SecurityEnvironment_MSCryptImpl()
159 m_hRootSystemStore = NULL ; in ~SecurityEnvironment_MSCryptImpl()
1295 m_hRootSystemStore = CertOpenSystemStore( 0, "Root" ) ; in createKeysManager()
1296 if( m_hRootSystemStore != NULL ) { in createKeysManager()
1297 if( xmlSecMSCryptoAppliedKeysMngrAdoptTrustedStore( pKeysMngr, m_hRootSystemStore ) < 0 ) { in createKeysManager()
1298 CertCloseStore( m_hRootSystemStore, CERT_CLOSE_STORE_CHECK_FLAG ) ; in createKeysManager()
1299 m_hRootSystemStore = NULL; in createKeysManager()
H A Dsecurityenvironment_mscryptimpl.hxx81 HCERTSTORE m_hRootSystemStore; member in SecurityEnvironment_MSCryptImpl

Completed in 29 milliseconds