/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | tls_openssl.c | 1882 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file) in tls_connection_dh() argument 1885 if (dh_file == NULL) in tls_connection_dh() 1895 if (dh_file == NULL) in tls_connection_dh() 1900 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh() 1903 dh_file, ERR_error_string(ERR_get_error(), NULL)); in tls_connection_dh() 1912 " trying to parse as DSA params", dh_file, in tls_connection_dh() 1914 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh() 1921 "'%s': %s", dh_file, in tls_connection_dh() 1939 "'%s'", dh_file); in tls_connection_dh() 1945 "%s", dh_file, in tls_connection_dh() [all …]
|
D | tls_internal.c | 202 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob, in tls_connection_set_params() 258 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob, in tls_global_set_params()
|
D | tls.h | 98 const char *dh_file; member
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 2135 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file) in tls_connection_dh() argument 2138 if (dh_file == NULL) in tls_connection_dh() 2148 if (dh_file == NULL) in tls_connection_dh() 2153 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh() 2156 dh_file, ERR_error_string(ERR_get_error(), NULL)); in tls_connection_dh() 2165 " trying to parse as DSA params", dh_file, in tls_connection_dh() 2167 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh() 2174 "'%s': %s", dh_file, in tls_connection_dh() 2192 "'%s'", dh_file); in tls_connection_dh() 2198 "%s", dh_file, in tls_connection_dh() [all …]
|
D | tls_internal.c | 202 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob, in tls_connection_set_params() 261 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob, in tls_global_set_params()
|
D | tls.h | 142 const char *dh_file; member
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
D | tlsv1_cred.c | 398 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, in tlsv1_set_dhparams() argument 404 if (dh_file) { in tlsv1_set_dhparams() 409 buf = (u8 *) os_readfile(dh_file, &len); in tlsv1_set_dhparams() 412 dh_file); in tlsv1_set_dhparams()
|
D | tlsv1_cred.h | 43 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
|
/external/wpa_supplicant_8/src/ap/ |
D | authsrv.c | 141 hapd->conf->dh_file)) { in authsrv_init() 156 params.dh_file = hapd->conf->dh_file; in authsrv_init()
|
D | ap_config.h | 250 char *dh_file; member
|
D | ap_config.c | 407 os_free(conf->dh_file); in hostapd_config_free_bss()
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_cred.c | 469 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, in tlsv1_set_dhparams() argument 475 if (dh_file) { in tlsv1_set_dhparams() 480 buf = (u8 *) os_readfile(dh_file, &len); in tlsv1_set_dhparams() 483 dh_file); in tlsv1_set_dhparams()
|
D | tlsv1_cred.h | 43 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
|
/external/wpa_supplicant/ |
D | tls_openssl.c | 1782 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file) in tls_connection_dh() argument 1785 if (dh_file == NULL) in tls_connection_dh() 1795 if (dh_file == NULL) in tls_connection_dh() 1800 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh() 1803 dh_file, ERR_error_string(ERR_get_error(), NULL)); in tls_connection_dh() 1812 " trying to parse as DSA params", dh_file, in tls_connection_dh() 1814 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh() 1821 "'%s': %s", dh_file, in tls_connection_dh() 1839 "'%s'", dh_file); in tls_connection_dh() 1845 "%s", dh_file, in tls_connection_dh() [all …]
|
D | eap_tls_common.c | 56 params->dh_file = (char *) config->dh_file; in eap_tls_params_from_conf1() 73 params->dh_file = (char *) config->dh_file2; in eap_tls_params_from_conf2() 101 eap_tls_check_blob(sm, ¶ms->dh_file, ¶ms->dh_blob, in eap_tls_params_from_conf()
|
D | config_ssid.h | 359 u8 *dh_file; member
|
D | tls.h | 91 const char *dh_file; member
|
D | config_file.c | 601 STR(dh_file); in wpa_config_write_network()
|
D | config.c | 1165 { STR(dh_file) }, 1342 os_free(ssid->dh_file); in wpa_config_free_ssid()
|
D | config_winreg.c | 751 STR(dh_file); in wpa_config_write_network()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
D | eap_config.h | 172 u8 *dh_file; member
|
D | eap_tls_common.c | 68 params->dh_file = (char *) config->dh_file; in eap_tls_params_from_conf1() 89 params->dh_file = (char *) config->dh_file2; in eap_tls_params_from_conf2() 129 eap_tls_check_blob(sm, ¶ms->dh_file, ¶ms->dh_blob, in eap_tls_params_from_conf()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_config.h | 181 u8 *dh_file; member
|
D | eap_tls_common.c | 68 params->dh_file = (char *) config->dh_file; in eap_tls_params_from_conf1() 89 params->dh_file = (char *) config->dh_file2; in eap_tls_params_from_conf2() 129 eap_tls_check_blob(sm, ¶ms->dh_file, ¶ms->dh_blob, in eap_tls_params_from_conf()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_file.c | 527 STR(dh_file); in wpa_config_write_network()
|