Searched refs:dh_file (Results 1 – 8 of 8) sorted by relevance
/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.c | 1156 { STR(dh_file) }, 1333 os_free(ssid->dh_file); in wpa_config_free_ssid()
|
D | config_file.c | 601 STR(dh_file); in wpa_config_write_network()
|
D | config_winreg.c | 751 STR(dh_file); in wpa_config_write_network()
|
D | ChangeLog | 831 dh_file and dh_file2 (phase 2); this adds support for using DSA keys
|