Searched refs:dh_file (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/wpa/src/ap/ |
| HD | 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()
|
| HD | ap_config.h | 335 char *dh_file; member
|
| HD | ap_config.c | 457 os_free(conf->dh_file); in hostapd_config_free_bss()
|
| /NextBSD/contrib/wpa/src/crypto/ |
| HD | tls_openssl.c | 2658 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file) in tls_connection_dh() argument 2661 if (dh_file == NULL) in tls_connection_dh() 2671 if (dh_file == NULL) in tls_connection_dh() 2676 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh() 2679 dh_file, ERR_error_string(ERR_get_error(), NULL)); in tls_connection_dh() 2688 " trying to parse as DSA params", dh_file, in tls_connection_dh() 2690 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh() 2697 "'%s': %s", dh_file, in tls_connection_dh() 2715 "'%s'", dh_file); in tls_connection_dh() 2721 "%s", dh_file, in tls_connection_dh() [all …]
|
| HD | tls_internal.c | 250 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob, in tls_connection_set_params() 309 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob, in tls_global_set_params()
|
| HD | tls.h | 167 const char *dh_file; member
|
| /NextBSD/contrib/wpa/src/tls/ |
| HD | tlsv1_cred.c | 482 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, in tlsv1_set_dhparams() argument 488 if (dh_file) { in tlsv1_set_dhparams() 493 buf = (u8 *) os_readfile(dh_file, &len); in tlsv1_set_dhparams() 496 dh_file); in tlsv1_set_dhparams()
|
| HD | tlsv1_cred.h | 37 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
|
| /NextBSD/contrib/wpa/src/eap_peer/ |
| HD | eap_config.h | 178 u8 *dh_file; member
|
| HD | eap_tls_common.c | 94 params->dh_file = (char *) config->dh_file; in eap_tls_params_from_conf1() 117 params->dh_file = (char *) config->dh_file2; in eap_tls_params_from_conf2() 172 eap_tls_check_blob(sm, ¶ms->dh_file, ¶ms->dh_blob, in eap_tls_params_from_conf()
|
| /NextBSD/contrib/wpa/wpa_supplicant/ |
| HD | config_file.c | 701 STR(dh_file); in wpa_config_write_network()
|
| HD | config.c | 1850 { STRe(dh_file) }, 2087 os_free(eap->dh_file); in eap_peer_config_free()
|
| HD | ChangeLog | 1916 dh_file and dh_file2 (phase 2); this adds support for using DSA keys
|
| /NextBSD/contrib/wpa/hostapd/ |
| HD | config_file.c | 2088 os_free(bss->dh_file); in hostapd_config_fill() 2089 bss->dh_file = os_strdup(pos); in hostapd_config_fill()
|