Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dauthsrv.c154 hapd->conf->private_key || hapd->conf->dh_file)) { in authsrv_init()
172 params.dh_file = hapd->conf->dh_file; in authsrv_init()
Dap_config.h367 char *dh_file; member
Dap_config.c493 os_free(conf->dh_file); in hostapd_config_free_bss()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c2950 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 …]
Dtls_internal.c270 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()
Dtls.h172 const char *dh_file; member
/external/wpa_supplicant_8/src/tls/
Dtlsv1_cred.h45 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
Dtlsv1_cred.c1257 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/
Deap_config.h178 u8 *dh_file; member
Deap_tls_common.c98 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, &params->dh_file, &params->dh_blob, in eap_tls_params_from_conf()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_winreg.c886 STR(dh_file); in wpa_config_write_network()
Dconfig_file.c739 STR(dh_file); in wpa_config_write_network()
Dconfig.c2010 { STRe(dh_file) },
2258 os_free(eap->dh_file); in eap_peer_config_free()
DChangeLog2060 dh_file and dh_file2 (phase 2); this adds support for using DSA keys
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2192 os_free(bss->dh_file); in hostapd_config_fill()
2193 bss->dh_file = os_strdup(pos); in hostapd_config_fill()