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 | 233 char *subject_match, *altsubject_match, *suffix_match, *domain_match; member 1535 os_free(conn->suffix_match); in tls_connection_deinit() 1921 char *match, *altmatch, *suffix_match, *domain_match; in tls_verify_cb() local 1948 suffix_match = conn->suffix_match; in tls_verify_cb() 2030 } else if (depth == 0 && suffix_match && in tls_verify_cb() 2031 !tls_match_suffix(err_cert, suffix_match, 0)) { in tls_verify_cb() 2033 suffix_match); in tls_verify_cb() 2383 const char *suffix_match, in tls_connection_set_subject_match() argument 2402 os_free(conn->suffix_match); in tls_connection_set_subject_match() 2403 conn->suffix_match = NULL; in tls_connection_set_subject_match() [all …]
|
D | tls.h | 167 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 | 109 params->suffix_match = config->domain_suffix_match; in eap_tls_params_from_conf1() 132 params->suffix_match = config->domain_suffix_match2; in eap_tls_params_from_conf2()
|