Home
last modified time | relevance | path

Searched refs:dh_file (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant/
Dtls_openssl.c1782 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 …]
Deap_tls_common.c56 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, &params->dh_file, &params->dh_blob, in eap_tls_params_from_conf()
Dconfig_ssid.h359 u8 *dh_file; member
Dtls.h91 const char *dh_file; member
Dconfig.c1156 { STR(dh_file) },
1333 os_free(ssid->dh_file); in wpa_config_free_ssid()
Dconfig_file.c601 STR(dh_file); in wpa_config_write_network()
Dconfig_winreg.c751 STR(dh_file); in wpa_config_write_network()
DChangeLog831 dh_file and dh_file2 (phase 2); this adds support for using DSA keys