Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dschannel_int.h174 HCERTSTORE cert_store; /* cached certificate store or member
184 HCERTSTORE cert_store);
H A Dschannel.c553 HCERTSTORE cert_store = NULL; in schannel_acquire_credential_handle() local
661 if(!cert_store) { in schannel_acquire_credential_handle()
682 CertCloseStore(cert_store, 0); in schannel_acquire_credential_handle()
687 cert_store = in schannel_acquire_credential_handle()
692 if(!cert_store) { in schannel_acquire_credential_handle()
733 client_cert_store = cert_store; in schannel_acquire_credential_handle()
2827 if(!share || !share->cert_store) { in Curl_schannel_get_cached_cert_store()
2868 return share->cert_store; in Curl_schannel_get_cached_cert_store()
2878 if(share->cert_store) { in schannel_cert_share_free()
2936 if(share->cert_store) { in Curl_schannel_set_cached_cert_store()
[all …]

Completed in 17 milliseconds