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
195 HCERTSTORE cert_store);
H A Dschannel.c559 HCERTSTORE cert_store = NULL; in schannel_acquire_credential_handle() local
667 if(!cert_store) { in schannel_acquire_credential_handle()
688 CertCloseStore(cert_store, 0); in schannel_acquire_credential_handle()
693 cert_store = in schannel_acquire_credential_handle()
698 if(!cert_store) { in schannel_acquire_credential_handle()
739 client_cert_store = cert_store; in schannel_acquire_credential_handle()
2661 if(!share || !share->cert_store) { in Curl_schannel_get_cached_cert_store()
2702 return share->cert_store; in Curl_schannel_get_cached_cert_store()
2712 if(share->cert_store) { in schannel_cert_share_free()
2770 if(share->cert_store) { in Curl_schannel_set_cached_cert_store()
[all …]

Completed in 9 milliseconds