/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap_config.h | 278 char *domain_suffix_match; member
|
D | eap_tls_common.c | 120 params->suffix_match = config->domain_suffix_match; in eap_tls_params_from_conf1()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap_config.h | 211 char *domain_suffix_match; member
|
D | eap_tls_common.c | 120 params->suffix_match = config->domain_suffix_match; in eap_tls_cert_params_from_conf()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | config.h | 196 char *domain_suffix_match; member
|
D | README-HS20 | 171 # domain_suffix_match: Constraint for server domain name 178 # top-level domain and all the labels in @domain_suffix_match shall be 182 # For example, domain_suffix_match=example.com would match 297 # domain_suffix_match="example.com"
|
D | config_file.c | 787 STR(domain_suffix_match); in wpa_config_write_network() 970 if (cred->domain_suffix_match) in wpa_config_write_cred() 972 cred->domain_suffix_match); in wpa_config_write_cred()
|
D | config.c | 2262 { STRe(domain_suffix_match) }, 2533 os_free(eap->domain_suffix_match); in eap_peer_config_free() 2632 os_free(cred->domain_suffix_match); in wpa_config_free_cred() 3442 os_free(cred->domain_suffix_match); in wpa_config_set_cred() 3443 cred->domain_suffix_match = val; in wpa_config_set_cred() 3760 return alloc_strdup(cred->domain_suffix_match); in wpa_config_get_cred_no_key()
|
D | interworking.c | 1548 if (cred->domain_suffix_match && cred->domain_suffix_match[0] && in interworking_set_eap_params() 1550 cred->domain_suffix_match) < 0) in interworking_set_eap_params()
|
D | ChangeLog | 75 * extended domain_match and domain_suffix_match to allow list of values 76 * fixed dNSName matching in domain_match and domain_suffix_match when 96 * extended domain_match and domain_suffix_match to allow list of values 429 * add support for domain_suffix_match with GnuTLS 436 domain_suffix_match, but full match is required) 705 * added domain_suffix_match (and domain_suffix_match2 for Phase 2
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | README-HS20 | 171 # domain_suffix_match: Constraint for server domain name 178 # top-level domain and all the labels in @domain_suffix_match shall be 182 # For example, domain_suffix_match=example.com would match 303 # domain_suffix_match="example.com"
|
D | config.h | 224 char *domain_suffix_match; member
|
D | config.c | 2458 { STRe(domain_suffix_match, cert.domain_suffix_match) }, 2469 { STRe(domain_suffix_match2, phase2_cert.domain_suffix_match) }, 2498 machine_cert.domain_suffix_match) }, 2760 os_free(cert->domain_suffix_match); in eap_peer_config_free_cert() 2868 os_free(cred->domain_suffix_match); in wpa_config_free_cred() 3724 os_free(cred->domain_suffix_match); in wpa_config_set_cred() 3725 cred->domain_suffix_match = val; in wpa_config_set_cred() 4042 return alloc_strdup(cred->domain_suffix_match); in wpa_config_get_cred_no_key()
|
D | config_file.c | 706 STR(domain_suffix_match); in wpa_config_write_network() 922 if (cred->domain_suffix_match) in wpa_config_write_cred() 924 cred->domain_suffix_match); in wpa_config_write_cred()
|
D | interworking.c | 1576 if (cred->domain_suffix_match && cred->domain_suffix_match[0] && in interworking_set_eap_params() 1578 cred->domain_suffix_match) < 0) in interworking_set_eap_params()
|
D | ChangeLog | 128 * extended domain_match and domain_suffix_match to allow list of values 129 * fixed dNSName matching in domain_match and domain_suffix_match when 149 * extended domain_match and domain_suffix_match to allow list of values 482 * add support for domain_suffix_match with GnuTLS 489 domain_suffix_match, but full match is required) 758 * added domain_suffix_match (and domain_suffix_match2 for Phase 2
|
D | dpp_supplicant.c | 1359 ssid->eap.cert.domain_suffix_match = in wpas_dpp_add_network() 1361 if (!ssid->eap.cert.domain_suffix_match) in wpas_dpp_add_network()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_wolfssl.c | 645 static int domain_suffix_match(const char *val, size_t len, const char *match, in domain_suffix_match() function 698 if (domain_suffix_match((const char *) gen->obj, in tls_match_suffix_helper() 732 if (domain_suffix_match(cn->data, cn->length, in tls_match_suffix_helper()
|
D | tls_openssl.c | 1750 static int domain_suffix_match(const u8 *val, size_t len, const char *match, in domain_suffix_match() function 2019 if (domain_suffix_match(gen->d.dNSName->data, in tls_match_suffix_helper() 2052 if (domain_suffix_match(cn->data, cn->length, in tls_match_suffix_helper()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_wolfssl.c | 647 static int domain_suffix_match(const char *val, size_t len, const char *match, in domain_suffix_match() function 701 if (domain_suffix_match( in tls_match_suffix_helper() 736 if (domain_suffix_match(cn->data, cn->length, in tls_match_suffix_helper()
|
D | tls_openssl.c | 1763 static int domain_suffix_match(const u8 *val, size_t len, const char *match, in domain_suffix_match() function 2032 if (domain_suffix_match(gen->d.dNSName->data, in tls_match_suffix_helper() 2065 if (domain_suffix_match(cn->data, cn->length, in tls_match_suffix_helper()
|