Lines Matching refs:cert_store

559     HCERTSTORE cert_store = NULL;  in schannel_acquire_credential_handle()  local
658 cert_store = PFXImportCertStore(&datablob, pszPassword, in schannel_acquire_credential_handle()
661 cert_store = PFXImportCertStore(&datablob, pszPassword, 0); in schannel_acquire_credential_handle()
667 if(!cert_store) { in schannel_acquire_credential_handle()
681 cert_store, X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, 0, 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()
723 CertCloseStore(cert_store, 0); in schannel_acquire_credential_handle()
728 cert_store, X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, 0, in schannel_acquire_credential_handle()
735 CertCloseStore(cert_store, 0); 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()
2713 CertCloseStore(share->cert_store, 0); in schannel_cert_share_free()
2721 HCERTSTORE cert_store) in Curl_schannel_set_cached_cert_store() argument
2770 if(share->cert_store) { in Curl_schannel_set_cached_cert_store()
2771 CertCloseStore(share->cert_store, 0); in Curl_schannel_set_cached_cert_store()
2776 share->cert_store = cert_store; in Curl_schannel_set_cached_cert_store()