Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dschannel_verify.c478 TCHAR *cert_hostname_buff = NULL; in Curl_verify_host() local
511 cert_hostname_buff = (LPTSTR)malloc(len * sizeof(TCHAR)); in Curl_verify_host()
512 if(!cert_hostname_buff) { in Curl_verify_host()
517 data, pCertContextServer, (LPTSTR)cert_hostname_buff, len); in Curl_verify_host()
534 cert_hostname_buff[cert_hostname_buff_index] != TEXT('\0') && in Curl_verify_host()
544 &cert_hostname_buff[cert_hostname_buff_index]); in Curl_verify_host()
566 _tcslen(&cert_hostname_buff[cert_hostname_buff_index]); in Curl_verify_host()
587 Curl_safefree(cert_hostname_buff); in Curl_verify_host()

Completed in 18 milliseconds