Home
last modified time | relevance | path

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

/aoo4110/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx829 HCERTSTORE hAdditionalStore = NULL; in buildCertificatePath() local
853 hAdditionalStore = hCollectionStore; in buildCertificatePath()
859 if (hAdditionalStore == NULL && m_hCertStore) in buildCertificatePath()
860 hAdditionalStore = m_hCertStore; in buildCertificatePath()
861 else if (hAdditionalStore == NULL && m_hKeyStore) in buildCertificatePath()
862 hAdditionalStore = m_hKeyStore; in buildCertificatePath()
864 hAdditionalStore = NULL; in buildCertificatePath()
871 hAdditionalStore, in buildCertificatePath()

Completed in 29 milliseconds