HomeSort by relevance Sort by last modified time
    Searched defs:domain_match (Results 1 - 9 of 9) sorted by null

  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 233 * domain_match - Constraint for server domain name
245 char *domain_match; member in struct:eap_peer_config
353 * This field is like domain_match, but used for phase 2 (inside
  /external/wpa_supplicant_8/src/crypto/
tls.h 115 * @domain_match: String to match in the dNSName or CN of the peer
164 const char *domain_match; member in struct:tls_connection_params
tls_gnutls.c 63 char *domain_match; member in struct:tls_connection
287 os_free(conn->domain_match);
384 os_free(conn->domain_match);
385 conn->domain_match = NULL;
386 if (params->domain_match) {
387 conn->domain_match = os_strdup(params->domain_match);
388 if (conn->domain_match == NULL)
392 if (params->domain_match) {
393 wpa_printf(MSG_INFO, "GnuTLS: domain_match not supported")
    [all...]
tls_openssl.c 210 char *subject_match, *altsubject_match, *suffix_match, *domain_match; member in struct:tls_connection
1790 char *match, *altmatch, *suffix_match, *domain_match; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cookielib.py 512 def domain_match(A, B): function
701 if not domain_match(req_host, reach(request.get_origin_req_host())):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cookielib.py 512 def domain_match(A, B): function
701 if not domain_match(req_host, reach(request.get_origin_req_host())):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cookielib.py 512 def domain_match(A, B): function
701 if not domain_match(req_host, reach(request.get_origin_req_host())):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 512 def domain_match(A, B): function
701 if not domain_match(req_host, reach(request.get_origin_req_host())):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 512 def domain_match(A, B): function
701 if not domain_match(req_host, reach(request.get_origin_req_host())):
    [all...]

Completed in 414 milliseconds