HomeSort by relevance Sort by last modified time
    Searched refs:suffix_match (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/src/crypto/
tls_gnutls.c 62 char *suffix_match; member in struct:tls_connection
286 os_free(conn->suffix_match);
375 os_free(conn->suffix_match);
376 conn->suffix_match = NULL;
377 if (params->suffix_match) {
378 conn->suffix_match = os_strdup(params->suffix_match);
379 if (conn->suffix_match == NULL)
1187 if (conn->suffix_match &&
1189 cert, conn->suffix_match)) {
    [all...]
tls.h 116 * @suffix_match: String to suffix match in the dNSName or CN of the peer
167 const char *suffix_match; member in struct:tls_connection_params
tls_openssl.c 233 char *subject_match, *altsubject_match, *suffix_match, *domain_match; member in struct:tls_connection
1921 char *match, *altmatch, *suffix_match, *domain_match; local
    [all...]
tls_internal.c 225 if (params->suffix_match) {
226 wpa_printf(MSG_INFO, "TLS: suffix_match not supported");
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.c 109 params->suffix_match = config->domain_suffix_match;
132 params->suffix_match = config->domain_suffix_match2;
    [all...]

Completed in 68 milliseconds