Searched refs:tls_hostname_match (Results 1 – 3 of 3) sorted by relevance
167 return tls::tls_hostname_match(StringRef{pattern, N}, StringRef{hostname, M}); in tls_hostname_match_wrapper()
245 bool tls_hostname_match(const StringRef &pattern, const StringRef &hostname);
1259 bool tls_hostname_match(const StringRef &pattern, const StringRef &hostname) { in tls_hostname_match() function1442 if (tls_hostname_match(StringRef{name, static_cast<size_t>(len)}, in verify_hostname()1469 auto rv = tls_hostname_match(cn, hostname); in verify_hostname()