Searched refs:suffix_match (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | tls_wolfssl.c | 75 char *suffix_match; member 336 os_free(conn->suffix_match); in tls_connection_deinit() 383 const char *suffix_match, in tls_connection_set_subject_match() argument 402 os_free(conn->suffix_match); in tls_connection_set_subject_match() 403 conn->suffix_match = NULL; in tls_connection_set_subject_match() 404 if (suffix_match) { in tls_connection_set_subject_match() 405 conn->suffix_match = os_strdup(suffix_match); in tls_connection_set_subject_match() 406 if (!conn->suffix_match) in tls_connection_set_subject_match() 952 char *match, *altmatch, *suffix_match, *domain_match; in tls_verify_cb() local 984 suffix_match = conn->suffix_match; in tls_verify_cb() [all …]
|
D | tls_gnutls.c | 62 char *suffix_match; member 286 os_free(conn->suffix_match); in tls_connection_deinit() 386 os_free(conn->suffix_match); in tls_connection_set_params() 387 conn->suffix_match = NULL; in tls_connection_set_params() 388 if (params->suffix_match) { in tls_connection_set_params() 389 conn->suffix_match = os_strdup(params->suffix_match); in tls_connection_set_params() 390 if (conn->suffix_match == NULL) in tls_connection_set_params() 1329 if (conn->suffix_match && in tls_connection_verify_peer() 1330 !tls_match_suffix(cert, conn->suffix_match, 0)) { in tls_connection_verify_peer() 1333 conn->suffix_match); in tls_connection_verify_peer()
|
D | tls_openssl.c | 249 char *subject_match, *altsubject_match, *suffix_match, *domain_match; member 1629 os_free(conn->suffix_match); in tls_connection_deinit() 2280 char *match, *altmatch, *suffix_match, *domain_match; in tls_verify_cb() local 2308 suffix_match = conn->suffix_match; in tls_verify_cb() 2409 } else if (depth == 0 && suffix_match && in tls_verify_cb() 2410 !tls_match_suffix(err_cert, suffix_match, 0)) { in tls_verify_cb() 2412 suffix_match); in tls_verify_cb() 2769 const char *suffix_match, in tls_connection_set_subject_match() argument 2789 os_free(conn->suffix_match); in tls_connection_set_subject_match() 2790 conn->suffix_match = NULL; in tls_connection_set_subject_match() [all …]
|
D | tls.h | 184 const char *suffix_match; member
|
D | tls_internal.c | 233 if (params->suffix_match) { in tls_connection_set_params()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_tls_common.c | 120 params->suffix_match = config->domain_suffix_match; in eap_tls_params_from_conf1() 144 params->suffix_match = config->domain_suffix_match2; in eap_tls_params_from_conf2()
|