Searched refs:domain_suffix_match (Results 1 – 12 of 12) sorted by relevance
/external/wpa_supplicant_8/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()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config.h | 199 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.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) }, 2759 os_free(cert->domain_suffix_match); in eap_peer_config_free_cert() 2863 os_free(cred->domain_suffix_match); in wpa_config_free_cred() 3687 os_free(cred->domain_suffix_match); in wpa_config_set_cred() 3688 cred->domain_suffix_match = val; in wpa_config_set_cred() 4005 return alloc_strdup(cred->domain_suffix_match); in wpa_config_get_cred_no_key()
|
D | config_file.c | 705 STR(domain_suffix_match); in wpa_config_write_network() 920 if (cred->domain_suffix_match) in wpa_config_write_cred() 922 cred->domain_suffix_match); in wpa_config_write_cred()
|
D | interworking.c | 1555 if (cred->domain_suffix_match && cred->domain_suffix_match[0] && in interworking_set_eap_params() 1557 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
|
D | dpp_supplicant.c | 1361 ssid->eap.cert.domain_suffix_match = in wpas_dpp_add_network() 1363 if (!ssid->eap.cert.domain_suffix_match) in wpas_dpp_add_network()
|
/external/wpa_supplicant_8/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 | 1781 static int domain_suffix_match(const u8 *val, size_t len, const char *match, in domain_suffix_match() function 2050 if (domain_suffix_match(gen->d.dNSName->data, in tls_match_suffix_helper() 2083 if (domain_suffix_match(cn->data, cn->length, in tls_match_suffix_helper()
|
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/ |
D | sta_network.cpp | 1476 match.c_str(), &(wpa_ssid->eap.cert.domain_suffix_match), in setEapDomainSuffixMatchInternal() 1869 if (!wpa_ssid->eap.cert.domain_suffix_match) { in getEapDomainSuffixMatchInternal() 1873 {wpa_ssid->eap.cert.domain_suffix_match}}; in getEapDomainSuffixMatchInternal()
|