Home
last modified time | relevance | path

Searched refs:domain_suffix_match (Results 1 – 12 of 12) sorted by relevance

/external/wpa_supplicant_8/src/eap_peer/
Deap_config.h211 char *domain_suffix_match; member
Deap_tls_common.c120 params->suffix_match = config->domain_suffix_match; in eap_tls_cert_params_from_conf()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h199 char *domain_suffix_match; member
DREADME-HS20171 # 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"
Dconfig.c2458 { 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()
Dconfig_file.c705 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()
Dinterworking.c1555 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()
DChangeLog75 * 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
Ddpp_supplicant.c1361 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/
Dtls_wolfssl.c647 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()
Dtls_openssl.c1781 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/
Dsta_network.cpp1476 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()