Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:CertEnumCertificatesInStore

126 (*CertEnumCertificatesInStore)(HCERTSTORE hCertStore,
156 CertEnumCertificatesInStore = (void *) GetProcAddress(
157 dll, "CertEnumCertificatesInStore");
158 if (CertEnumCertificatesInStore == NULL) {
160 "CertEnumCertificatesInStore() address from "
501 while ((ctx = CertEnumCertificatesInStore(cs, ctx))) {