Home
last modified time | relevance | path

Searched refs:check_cert_subject (Results 1 – 25 of 28) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c229 char *check_cert_subject; member
243 char *check_cert_subject; member
1143 os_free(data->check_cert_subject); in tls_deinit()
1630 os_free(conn->check_cert_subject); in tls_connection_deinit()
2306 const char *check_cert_subject; in tls_verify_cb() local
2430 check_cert_subject = conn->check_cert_subject; in tls_verify_cb()
2431 if (!check_cert_subject) in tls_verify_cb()
2432 check_cert_subject = conn->data->check_cert_subject; in tls_verify_cb()
2433 if (check_cert_subject) { in tls_verify_cb()
2435 !tls_match_dn_field(err_cert, check_cert_subject)) { in tls_verify_cb()
[all …]
Dtls.h217 const char *check_cert_subject; member
Dtls_internal.c312 if (params->check_cert_subject) in tls_global_set_params()
Dtls_gnutls.c742 if (params->check_cert_subject) in tls_global_set_params()
Dtls_wolfssl.c1504 if (params->check_cert_subject) in tls_global_set_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c232 char *check_cert_subject; member
246 char *check_cert_subject; member
1153 os_free(data->check_cert_subject); in tls_deinit()
1640 os_free(conn->check_cert_subject); in tls_connection_deinit()
2352 const char *check_cert_subject; in tls_verify_cb() local
2478 check_cert_subject = conn->check_cert_subject; in tls_verify_cb()
2479 if (!check_cert_subject) in tls_verify_cb()
2480 check_cert_subject = conn->data->check_cert_subject; in tls_verify_cb()
2481 if (check_cert_subject) { in tls_verify_cb()
2483 !tls_match_dn_field(err_cert, check_cert_subject)) { in tls_verify_cb()
[all …]
Dtls.h217 const char *check_cert_subject; member
Dtls_internal.c312 if (params->check_cert_subject) in tls_global_set_params()
Dtls_gnutls.c742 if (params->check_cert_subject) in tls_global_set_params()
Dtls_wolfssl.c1511 if (params->check_cert_subject) in tls_global_set_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_config.h231 char *check_cert_subject; member
Deap_tls_common.c119 params->check_cert_subject = config->check_cert_subject; in eap_tls_params_from_conf1()
143 params->check_cert_subject = config->check_cert_subject2; in eap_tls_params_from_conf2()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_config.h172 char *check_cert_subject; member
Deap_tls_common.c119 params->check_cert_subject = config->check_cert_subject; in eap_tls_cert_params_from_conf()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dauthsrv.c243 params.check_cert_subject = hapd->conf->check_cert_subject; in authsrv_init()
Dap_config.h412 char *check_cert_subject; member
Dap_config.c708 os_free(conf->check_cert_subject); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dauthsrv.c277 params.check_cert_subject = hapd->conf->check_cert_subject; in authsrv_init()
Dap_config.h416 char *check_cert_subject; member
Dap_config.c802 os_free(conf->check_cert_subject); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig.c2456 { STRe(check_cert_subject, cert.check_cert_subject) },
2467 { STRe(check_cert_subject2, phase2_cert.check_cert_subject) },
2495 { STRe(machine_check_cert_subject, machine_cert.check_cert_subject) },
2758 os_free(cert->check_cert_subject); in eap_peer_config_free_cert()
Dconfig_winreg.c910 STR(check_cert_subject); in wpa_config_write_network()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig_winreg.c899 STR(check_cert_subject); in wpa_config_write_network()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c2536 os_free(bss->check_cert_subject);
2537 bss->check_cert_subject = os_strdup(pos);
2538 if (!bss->check_cert_subject)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c2532 os_free(bss->check_cert_subject); in hostapd_config_fill()
2533 bss->check_cert_subject = os_strdup(pos); in hostapd_config_fill()
2534 if (!bss->check_cert_subject) in hostapd_config_fill()

12