Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx828 HCERTSTORE hAdditionalStore = NULL; in buildCertificatePath() local
852 hAdditionalStore = hCollectionStore; in buildCertificatePath()
858 if (hAdditionalStore == NULL && m_hCertStore) in buildCertificatePath()
859 hAdditionalStore = m_hCertStore; in buildCertificatePath()
860 else if (hAdditionalStore == NULL && m_hKeyStore) in buildCertificatePath()
861 hAdditionalStore = m_hKeyStore; in buildCertificatePath()
863 hAdditionalStore = NULL; in buildCertificatePath()
870 hAdditionalStore, in buildCertificatePath()