Searched refs:Curl_cert_hostcheck (Results 1 – 6 of 6) sorted by relevance
95 if (Curl_cert_hostcheck(common_name_str, hostname) == CURL_HOST_MATCH) { in matches_common_name()139 if (Curl_cert_hostcheck(dns_name, hostname) in matches_subject_alternative_name()
27 int Curl_cert_hostcheck(const char *match_pattern, const char *hostname);
205 int Curl_cert_hostcheck(const char *match_pattern, const char *hostname) in Curl_cert_hostcheck() function