Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/
Dssl_support.py59 def _dnsname_match(dn, hostname, max_wildcards=1): function
125 if _dnsname_match(value, hostname):
136 if _dnsname_match(value, hostname):
/external/python/cpython2/Lib/
Dssl.py204 def _dnsname_match(dn, hostname, max_wildcards=1): function
271 if _dnsname_match(value, hostname):
282 if _dnsname_match(value, hostname):
/external/python/cpython3/Lib/
Dssl.py191 def _dnsname_match(dn, hostname): function
302 if host_ip is None and _dnsname_match(value, hostname):
317 if _dnsname_match(value, hostname):