HomeSort by relevance Sort by last modified time
    Searched defs:domain_suffix_match (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 211 * 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
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 1179 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) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 161 * 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
    [all...]

Completed in 126 milliseconds