Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/sample/
H A Dhttps-client.c189 HCERTSTORE sys_store = NULL; in add_cert_for_store() local
193 sys_store = CertOpenSystemStore(0, name); in add_cert_for_store()
194 if (!sys_store) { in add_cert_for_store()
198 while ((ctx = CertEnumCertificatesInStore(sys_store, ctx))) { in add_cert_for_store()
210 CertCloseStore(sys_store, 0); in add_cert_for_store()