Home
last modified time | relevance | path

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

/aoo42x/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx125 …st(), m_xServiceManager( aFactory ), m_bEnableDefault( sal_False ), m_hMySystemStore(NULL), m_hRoo… in SecurityEnvironment_MSCryptImpl()
152 if( m_hMySystemStore != NULL ) { in ~SecurityEnvironment_MSCryptImpl()
153 CertCloseStore( m_hMySystemStore, CERT_CLOSE_STORE_CHECK_FLAG ) ; in ~SecurityEnvironment_MSCryptImpl()
154 m_hMySystemStore = NULL ; in ~SecurityEnvironment_MSCryptImpl()
1285 m_hMySystemStore = CertOpenSystemStore( 0, "MY" ) ; in createKeysManager()
1286 if( m_hMySystemStore != NULL ) { in createKeysManager()
1287 if( xmlSecMSCryptoAppliedKeysMngrAdoptKeyStore( pKeysMngr, m_hMySystemStore ) < 0 ) { in createKeysManager()
1288 CertCloseStore( m_hMySystemStore, CERT_CLOSE_STORE_CHECK_FLAG ) ; in createKeysManager()
1289 m_hMySystemStore = NULL; in createKeysManager()
H A Dsecurityenvironment_mscryptimpl.hxx80 HCERTSTORE m_hMySystemStore; member in SecurityEnvironment_MSCryptImpl

Completed in 22 milliseconds