Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dopenssl_hostname_validation.c95 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()
H A Dhostcheck.h27 int Curl_cert_hostcheck(const char *match_pattern, const char *hostname);
H A Dhostcheck.c205 int Curl_cert_hostcheck(const char *match_pattern, const char *hostname) in Curl_cert_hostcheck() function
/freebsd/contrib/libevent/sample/
H A Dopenssl_hostname_validation.c95 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()
H A Dhostcheck.h27 int Curl_cert_hostcheck(const char *match_pattern, const char *hostname);
H A Dhostcheck.c205 int Curl_cert_hostcheck(const char *match_pattern, const char *hostname) in Curl_cert_hostcheck() function