Searched refs:domain_suffix_match (Results 1 – 9 of 9) sorted by relevance
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_config.h | 230 char *domain_suffix_match; member
|
D | eap_tls_common.c | 101 params->suffix_match = config->domain_suffix_match; in eap_tls_params_from_conf1()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config.h | 190 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 283 # domain_suffix_match="example.com"
|
D | config_file.c | 704 STR(domain_suffix_match); in wpa_config_write_network() 858 if (cred->domain_suffix_match) in wpa_config_write_cred() 860 cred->domain_suffix_match); in wpa_config_write_cred()
|
D | config.c | 1931 { STRe(domain_suffix_match) }, 2172 os_free(eap->domain_suffix_match); in eap_peer_config_free() 2262 os_free(cred->domain_suffix_match); in wpa_config_free_cred() 3004 os_free(cred->domain_suffix_match); in wpa_config_set_cred() 3005 cred->domain_suffix_match = val; in wpa_config_set_cred() 3312 return alloc_strdup(cred->domain_suffix_match); in wpa_config_get_cred_no_key()
|
D | interworking.c | 1522 if (cred->domain_suffix_match && cred->domain_suffix_match[0] && in interworking_set_eap_params() 1524 cred->domain_suffix_match) < 0) in interworking_set_eap_params()
|
D | ChangeLog | 117 * add support for domain_suffix_match with GnuTLS 124 domain_suffix_match, but full match is required) 393 * added domain_suffix_match (and domain_suffix_match2 for Phase 2
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 1477 static int domain_suffix_match(const u8 *val, size_t len, const char *match, in domain_suffix_match() function 1536 if (domain_suffix_match(gen->d.dNSName->data, in tls_match_suffix() 1569 if (domain_suffix_match(cn->data, cn->length, match, full) == 1) in tls_match_suffix()
|