Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttps-client.c188 HCERTSTORE sys_store = NULL; in add_cert_for_store() local
192 sys_store = CertOpenSystemStore(0, name); in add_cert_for_store()
193 if (!sys_store) { in add_cert_for_store()
197 while ((ctx = CertEnumCertificatesInStore(sys_store, ctx))) { in add_cert_for_store()
209 CertCloseStore(sys_store, 0); in add_cert_for_store()
/freebsd/contrib/libevent/sample/
H A Dhttps-client.c188 HCERTSTORE sys_store = NULL; in add_cert_for_store() local
192 sys_store = CertOpenSystemStore(0, name); in add_cert_for_store()
193 if (!sys_store) { in add_cert_for_store()
197 while ((ctx = CertEnumCertificatesInStore(sys_store, ctx))) { in add_cert_for_store()
209 CertCloseStore(sys_store, 0); in add_cert_for_store()