Searched refs:suffix_match (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | tls_gnutls.c | 62 char *suffix_match; member 286 os_free(conn->suffix_match); in tls_connection_deinit() 375 os_free(conn->suffix_match); in tls_connection_set_params() 376 conn->suffix_match = NULL; in tls_connection_set_params() 377 if (params->suffix_match) { in tls_connection_set_params() 378 conn->suffix_match = os_strdup(params->suffix_match); in tls_connection_set_params() 379 if (conn->suffix_match == NULL) in tls_connection_set_params() 1187 if (conn->suffix_match && in tls_connection_verify_peer() 1189 cert, conn->suffix_match)) { in tls_connection_verify_peer() 1192 conn->suffix_match); in tls_connection_verify_peer()
|
D | tls_openssl.c | 210 char *subject_match, *altsubject_match, *suffix_match, *domain_match; member 1408 os_free(conn->suffix_match); in tls_connection_deinit() 1790 char *match, *altmatch, *suffix_match, *domain_match; in tls_verify_cb() local 1817 suffix_match = conn->suffix_match; in tls_verify_cb() 1899 } else if (depth == 0 && suffix_match && in tls_verify_cb() 1900 !tls_match_suffix(err_cert, suffix_match, 0)) { in tls_verify_cb() 1902 suffix_match); in tls_verify_cb() 2221 const char *suffix_match, in tls_connection_set_subject_match() argument 2240 os_free(conn->suffix_match); in tls_connection_set_subject_match() 2241 conn->suffix_match = NULL; in tls_connection_set_subject_match() [all …]
|
D | tls.h | 163 const char *suffix_match; member
|
D | tls_internal.c | 225 if (params->suffix_match) { in tls_connection_set_params()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_tls_common.c | 101 params->suffix_match = config->domain_suffix_match; in eap_tls_params_from_conf1() 124 params->suffix_match = config->domain_suffix_match2; in eap_tls_params_from_conf2()
|