Searched refs:suffix_match (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | tls_wolfssl.c | 76 char *suffix_match; member 337 os_free(conn->suffix_match); in tls_connection_deinit() 384 const char *suffix_match, in tls_connection_set_subject_match() argument 403 os_free(conn->suffix_match); in tls_connection_set_subject_match() 404 conn->suffix_match = NULL; in tls_connection_set_subject_match() 405 if (suffix_match) { in tls_connection_set_subject_match() 406 conn->suffix_match = os_strdup(suffix_match); in tls_connection_set_subject_match() 407 if (!conn->suffix_match) in tls_connection_set_subject_match() 959 char *match, *altmatch, *suffix_match, *domain_match; in tls_verify_cb() local 991 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 | 269 char *subject_match, *altsubject_match, *suffix_match, *domain_match; member 1658 os_free(conn->suffix_match); in tls_connection_deinit() 2375 char *match, *altmatch, *suffix_match, *domain_match; in tls_verify_cb() local 2405 suffix_match = conn->suffix_match; in tls_verify_cb() 2529 } else if (depth == 0 && suffix_match && in tls_verify_cb() 2530 !tls_match_suffix(err_cert, suffix_match, 0)) { in tls_verify_cb() 2532 suffix_match); in tls_verify_cb() 2910 const char *suffix_match, in tls_connection_set_subject_match() argument 2930 os_free(conn->suffix_match); in tls_connection_set_subject_match() 2931 conn->suffix_match = NULL; in tls_connection_set_subject_match() [all …]
|
D | tls.h | 188 const char *suffix_match; member
|
D | tls_internal.c | 233 if (params->suffix_match) { in tls_connection_set_params()
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/ |
D | lds_rds_for_test.proto | 64 string suffix_match = 10; field
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_tls_common.c | 120 params->suffix_match = config->domain_suffix_match; in eap_tls_cert_params_from_conf()
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
D | route.proto | 301 string suffix_match = 10; field
|