Home
last modified time | relevance | path

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

/aoo41x/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx125 …_hMySystemStore(NULL), m_hRootSystemStore(NULL), m_hTrustSystemStore(NULL), m_hCaSystemStore(NULL){ in SecurityEnvironment_MSCryptImpl()
167 if( m_hCaSystemStore != NULL ) { in ~SecurityEnvironment_MSCryptImpl()
168 CertCloseStore( m_hCaSystemStore, CERT_CLOSE_STORE_CHECK_FLAG ) ; in ~SecurityEnvironment_MSCryptImpl()
169 m_hCaSystemStore = NULL ; in ~SecurityEnvironment_MSCryptImpl()
1315 m_hCaSystemStore = CertOpenSystemStore( 0, "CA" ) ; in createKeysManager()
1316 if( m_hCaSystemStore != NULL ) { in createKeysManager()
1317 if( xmlSecMSCryptoAppliedKeysMngrAdoptUntrustedStore( pKeysMngr, m_hCaSystemStore ) < 0 ) { in createKeysManager()
1318 CertCloseStore( m_hCaSystemStore, CERT_CLOSE_STORE_CHECK_FLAG ) ; in createKeysManager()
1319 m_hCaSystemStore = NULL; in createKeysManager()
H A Dsecurityenvironment_mscryptimpl.hxx83 HCERTSTORE m_hCaSystemStore; member in SecurityEnvironment_MSCryptImpl

Completed in 25 milliseconds