Searched refs:domain_suffix_match (Results 1 - 13 of 13) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_config.h211 * domain_suffix_match - Constraint for server domain name
219 * top-level domain and all the labels in domain_suffix_match shall be
223 * For example, domain_suffix_match=example.com would match
226 char *domain_suffix_match; member in struct:eap_peer_config
326 * This field is like domain_suffix_match, but used for phase 2 (inside
H A Deap_tls_common.c93 params->suffix_match = config->domain_suffix_match;
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_config.h211 * domain_suffix_match - Constraint for server domain name
219 * top-level domain and all the labels in domain_suffix_match shall be
223 * For example, domain_suffix_match=example.com would match
226 char *domain_suffix_match; member in struct:eap_peer_config
326 * This field is like domain_suffix_match, but used for phase 2 (inside
H A Deap_tls_common.c93 params->suffix_match = config->domain_suffix_match;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_config.h211 * domain_suffix_match - Constraint for server domain name
219 * top-level domain and all the labels in domain_suffix_match shall be
223 * For example, domain_suffix_match=example.com would match
226 char *domain_suffix_match; member in struct:eap_peer_config
326 * This field is like domain_suffix_match, but used for phase 2 (inside
H A Deap_tls_common.c93 params->suffix_match = config->domain_suffix_match;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h161 * domain_suffix_match - Constraint for server domain name
169 * top-level domain and all the labels in @domain_suffix_match shall be
173 * For example, domain_suffix_match=example.com would match
176 char *domain_suffix_match; member in struct:wpa_cred
H A Dconfig_file.c687 STR(domain_suffix_match);
787 if (cred->domain_suffix_match)
789 cred->domain_suffix_match);
H A Dconfig.c1658 { STRe(domain_suffix_match) },
1878 os_free(eap->domain_suffix_match);
1961 os_free(cred->domain_suffix_match);
2669 if (os_strcmp(var, "domain_suffix_match") == 0) {
2670 os_free(cred->domain_suffix_match);
2671 cred->domain_suffix_match = val;
2971 if (os_strcmp(var, "domain_suffix_match") == 0)
2972 return alloc_strdup(cred->domain_suffix_match);
H A Dinterworking.c1438 if (cred->domain_suffix_match && cred->domain_suffix_match[0] &&
1439 wpa_config_set_quoted(ssid, "domain_suffix_match",
1440 cred->domain_suffix_match) < 0)
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c1179 static int domain_suffix_match(const u8 *val, size_t len, const char *match) function
1236 if (domain_suffix_match(gen->d.dNSName->data,
1265 if (domain_suffix_match(cn->data, cn->length, match) == 1) {
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c1179 static int domain_suffix_match(const u8 *val, size_t len, const char *match) function
1236 if (domain_suffix_match(gen->d.dNSName->data,
1265 if (domain_suffix_match(cn->data, cn->length, match) == 1) {
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c1179 static int domain_suffix_match(const u8 *val, size_t len, const char *match) function
1236 if (domain_suffix_match(gen->d.dNSName->data,
1265 if (domain_suffix_match(cn->data, cn->length, match) == 1) {

Completed in 322 milliseconds