Searched refs:suffix_match (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | tls_gnutls.c | 60 char *suffix_match; member 283 os_free(conn->suffix_match); in tls_connection_deinit() 360 os_free(conn->suffix_match); in tls_connection_set_params() 361 conn->suffix_match = NULL; in tls_connection_set_params() 362 if (params->suffix_match) { in tls_connection_set_params() 363 conn->suffix_match = os_strdup(params->suffix_match); in tls_connection_set_params() 364 if (conn->suffix_match == NULL) in tls_connection_set_params() 1115 if (conn->suffix_match && in tls_connection_verify_peer() 1117 cert, conn->suffix_match)) { in tls_connection_verify_peer() 1120 conn->suffix_match); in tls_connection_verify_peer()
|
D | tls_openssl.c | 92 char *subject_match, *altsubject_match, *suffix_match, *domain_match; member 1129 os_free(conn->suffix_match); in tls_connection_deinit() 1505 char *match, *altmatch, *suffix_match, *domain_match; in tls_verify_cb() local 1532 suffix_match = conn->suffix_match; in tls_verify_cb() 1614 } else if (depth == 0 && suffix_match && in tls_verify_cb() 1615 !tls_match_suffix(err_cert, suffix_match, 0)) { in tls_verify_cb() 1617 suffix_match); in tls_verify_cb() 1896 const char *suffix_match, in tls_connection_set_subject_match() argument 1915 os_free(conn->suffix_match); in tls_connection_set_subject_match() 1916 conn->suffix_match = NULL; in tls_connection_set_subject_match() [all …]
|
D | tls.h | 156 const char *suffix_match; member
|
D | tls_internal.c | 205 if (params->suffix_match) { in tls_connection_set_params()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_tls_common.c | 93 params->suffix_match = config->domain_suffix_match; in eap_tls_params_from_conf1() 116 params->suffix_match = config->domain_suffix_match2; in eap_tls_params_from_conf2()
|