Home
last modified time | relevance | path

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

/aoo4110/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx532 HCERTSTORE hSystemKeyStore ; in getPersonalCertificates() local
545 hSystemKeyStore = CertOpenSystemStore( 0, "MY" ) ; in getPersonalCertificates()
546 if( hSystemKeyStore != NULL ) { in getPersonalCertificates()
547 pCertContext = CertEnumCertificatesInStore( hSystemKeyStore, pCertContext ); in getPersonalCertificates()
559 pCertContext = CertEnumCertificatesInStore( hSystemKeyStore, pCertContext ); in getPersonalCertificates()
568 pCertContext = CertEnumCertificatesInStore( hSystemKeyStore, pCertContext ); in getPersonalCertificates()
572 CertCloseStore( hSystemKeyStore, CERT_CLOSE_STORE_CHECK_FLAG ) ; in getPersonalCertificates()

Completed in 15 milliseconds