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 60 char *suffix_match; member in struct:tls_connection
283 os_free(conn->suffix_match);
360 os_free(conn->suffix_match);
361 conn->suffix_match = NULL;
362 if (params->suffix_match) {
363 conn->suffix_match = os_strdup(params->suffix_match);
364 if (conn->suffix_match == NULL)
1115 if (conn->suffix_match &&
1117 cert, conn->suffix_match)) {
    [all...]
tls_openssl.c 92 char *subject_match, *altsubject_match, *suffix_match, *domain_match; member in struct:tls_connection
1129 os_free(conn->suffix_match);
1505 char *match, *altmatch, *suffix_match, *domain_match; local
    [all...]
tls.h 108 * @suffix_match: String to suffix match in the dNSName or CN of the peer
156 const char *suffix_match; member in struct:tls_connection_params
tls_internal.c 205 if (params->suffix_match) {
206 wpa_printf(MSG_INFO, "TLS: suffix_match not supported");
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.c 93 params->suffix_match = config->domain_suffix_match;
116 params->suffix_match = config->domain_suffix_match2;
    [all...]

Completed in 2271 milliseconds