Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509/
Dvpm_int.h64 unsigned int hostflags; /* Flags to control matching features */ member
Dx509_vpm.c308 dest->id->hostflags = id->hostflags; in X509_VERIFY_PARAM_inherit()
481 param->id->hostflags = flags; in X509_VERIFY_PARAM_set_hostflags()
Dx509_vfy.c773 if (X509_check_host(x, name, strlen(name), id->hostflags, in check_hosts()
/external/python/cpython3/Modules/
D_ssl.c422 unsigned int hostflags; member
3005 self->hostflags = X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS; in _ssl__SSLContext_impl()
3116 X509_VERIFY_PARAM_set_hostflags(params, self->hostflags); in _ssl__SSLContext_impl()
3578 return PyLong_FromUnsignedLong(self->hostflags); in get_host_flags()
3591 self->hostflags = new_flags; in set_host_flags()