Searched refs:hAdditionalStore (Results 1 – 1 of 1) sorted by relevance
829 HCERTSTORE hAdditionalStore = NULL; in buildCertificatePath() local853 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 19 milliseconds