HomeSort by: relevance | last modified time | path
    Searched defs:domain_suffix_match (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/eap_peer/
eap_config.h 118 * For such a use case, domain_suffix_match should be used instead.
175 * domain_suffix_match - Constraint for server domain name
184 * the top-level domain and all the labels in domain_suffix_match shall
188 * For example, domain_suffix_match=example.com would match
193 char *domain_suffix_match; member in struct:eap_peer_cert_config
203 * domain_suffix_match, but has the requirement of a full match, i.e.,
  /src/external/bsd/wpa/dist/src/crypto/
tls_wolfssl.c 672 static int domain_suffix_match(const char *val, size_t len, const char *match, function
726 if (domain_suffix_match(
760 if (domain_suffix_match(cn->data, cn->length,
tls_openssl.c 1912 static int domain_suffix_match(const u8 *val, size_t len, const char *match, function
2181 if (domain_suffix_match(gen->d.dNSName->data,
2214 if (domain_suffix_match(cn->data, cn->length,
  /src/external/bsd/wpa/dist/wpa_supplicant/
config.h 230 * domain_suffix_match - Constraint for server domain name
238 * top-level domain and all the labels in @domain_suffix_match shall be
242 * For example, domain_suffix_match=example.com would match
245 char *domain_suffix_match; member in struct:wpa_cred

Completed in 31 milliseconds