Searched refs:pCertContextServer (Results 1 – 2 of 2) sorted by relevance
522 CERT_CONTEXT *pCertContextServer = NULL; in Curl_verify_host() local541 if((sspi_status != SEC_E_OK) || !pCertContextServer) { in Curl_verify_host()551 if(!get_alt_name_info(data, pCertContextServer, in Curl_verify_host()577 len = cert_get_name_string(data, pCertContextServer, in Curl_verify_host()666 if(pCertContextServer) in Curl_verify_host()667 CertFreeCertificateContext(pCertContextServer); in Curl_verify_host()682 CERT_CONTEXT *pCertContextServer = NULL; in Curl_verify_certificate() local695 if((sspi_status != SEC_E_OK) || !pCertContextServer) { in Curl_verify_certificate()794 pCertContextServer, in Curl_verify_certificate()863 if(pCertContextServer) in Curl_verify_certificate()[all …]
2500 CERT_CONTEXT *pCertContextServer = NULL; in schannel_pkp_pin_peer_pubkey() local2521 &pCertContextServer); in schannel_pkp_pin_peer_pubkey()2523 if((sspi_status != SEC_E_OK) || !pCertContextServer) { in schannel_pkp_pin_peer_pubkey()2531 if(!(((pCertContextServer->dwCertEncodingType & X509_ASN_ENCODING) != 0) && in schannel_pkp_pin_peer_pubkey()2532 (pCertContextServer->cbCertEncoded > 0))) in schannel_pkp_pin_peer_pubkey()2535 x509_der = (const char *)pCertContextServer->pbCertEncoded; in schannel_pkp_pin_peer_pubkey()2536 x509_der_len = pCertContextServer->cbCertEncoded; in schannel_pkp_pin_peer_pubkey()2556 if(pCertContextServer) in schannel_pkp_pin_peer_pubkey()2557 CertFreeCertificateContext(pCertContextServer); in schannel_pkp_pin_peer_pubkey()
Completed in 21 milliseconds