Lines Matching refs:hCollectionStore
830 HCERTSTORE hCollectionStore = NULL; in buildCertificatePath() local
834 hCollectionStore = CertOpenStore( in buildCertificatePath()
841 if (hCollectionStore != NULL) in buildCertificatePath()
844 hCollectionStore , in buildCertificatePath()
849 hCollectionStore , in buildCertificatePath()
853 hAdditionalStore = hCollectionStore; in buildCertificatePath()
880 CertCloseStore(hCollectionStore, CERT_CLOSE_STORE_CHECK_FLAG); in buildCertificatePath()
1025 HCERTSTORE hCollectionStore = NULL; in verifyCertificate() local
1035 hCollectionStore = CertOpenStore( in verifyCertificate()
1042 if (hCollectionStore != NULL) in verifyCertificate()
1045 hCollectionStore , in verifyCertificate()
1050 hCollectionStore , in verifyCertificate()
1055 hCollectionStore, in verifyCertificate()
1070 hCollectionStore, in verifyCertificate()
1107 hCollectionStore, in verifyCertificate()
1151 CertCloseStore(hCollectionStore, CERT_CLOSE_STORE_CHECK_FLAG); in verifyCertificate()