Searched refs:dh_file (Results 1 – 15 of 15) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | authsrv.c | 154 hapd->conf->private_key || hapd->conf->dh_file)) { in authsrv_init() 172 params.dh_file = hapd->conf->dh_file; in authsrv_init()
|
D | ap_config.h | 367 char *dh_file; member
|
D | ap_config.c | 493 os_free(conf->dh_file); in hostapd_config_free_bss()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 2950 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file) in tls_connection_dh() argument 2953 if (dh_file == NULL) in tls_connection_dh() 2963 if (dh_file == NULL) in tls_connection_dh() 2968 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh() 2971 dh_file, ERR_error_string(ERR_get_error(), NULL)); in tls_connection_dh() 2980 " trying to parse as DSA params", dh_file, in tls_connection_dh() 2982 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh() 2989 "'%s': %s", dh_file, in tls_connection_dh() 3007 "'%s'", dh_file); in tls_connection_dh() 3013 "%s", dh_file, in tls_connection_dh() [all …]
|
D | tls_internal.c | 270 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob, in tls_connection_set_params() 328 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob, in tls_global_set_params()
|
D | tls.h | 172 const char *dh_file; member
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_cred.h | 45 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
|
D | tlsv1_cred.c | 1257 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, in tlsv1_set_dhparams() argument 1263 if (dh_file) { in tlsv1_set_dhparams() 1268 buf = (u8 *) os_readfile(dh_file, &len); in tlsv1_set_dhparams() 1271 dh_file); in tlsv1_set_dhparams()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_config.h | 178 u8 *dh_file; member
|
D | eap_tls_common.c | 98 params->dh_file = (char *) config->dh_file; in eap_tls_params_from_conf1() 121 params->dh_file = (char *) config->dh_file2; in eap_tls_params_from_conf2() 176 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_winreg.c | 886 STR(dh_file); in wpa_config_write_network()
|
D | config_file.c | 739 STR(dh_file); in wpa_config_write_network()
|
D | config.c | 2010 { STRe(dh_file) }, 2258 os_free(eap->dh_file); in eap_peer_config_free()
|
D | ChangeLog | 2060 dh_file and dh_file2 (phase 2); this adds support for using DSA keys
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 2192 os_free(bss->dh_file); in hostapd_config_fill() 2193 bss->dh_file = os_strdup(pos); in hostapd_config_fill()
|