Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:cs

319 	HCERTSTORE cs;
322 cs = CertOpenStore((LPCSTR) CERT_STORE_PROV_SYSTEM, 0, 0,
325 if (cs == NULL) {
333 ret = CertFindCertificateInStore(cs, X509_ASN_ENCODING |
348 ret = CertFindCertificateInStore(cs,
357 CertCloseStore(cs, 0);
468 HCERTSTORE cs;
489 cs = CertOpenSystemStore(0, wstore);
492 cs = CertOpenSystemStore(0, store);
494 if (cs == NULL) {
501 while ((ctx = CertEnumCertificatesInStore(cs, ctx))) {
524 if (!CertCloseStore(cs, 0)) {
1261 X509_STORE *cs = SSL_CTX_get_cert_store(ssl_ctx);
1262 if (cs == NULL) {
1271 X509_STORE_set_flags(cs, flags);