Home
last modified time | relevance | path

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

/external/libevent/sample/
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()
/external/rust/crates/quiche/src/
Dtls.rs263 let sys_store = winapi::um::wincrypt::CertOpenSystemStoreA( in load_ca_certs() localVariable
267 if sys_store.is_null() { in load_ca_certs()
277 sys_store, in load_ca_certs()
296 sys_store, ctx_p, in load_ca_certs()
302 winapi::um::wincrypt::CertCloseStore(sys_store, 0); in load_ca_certs()