Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/ap/
HDauthsrv.c154 hapd->conf->private_key || hapd->conf->dh_file)) { in authsrv_init()
172 params.dh_file = hapd->conf->dh_file; in authsrv_init()
HDap_config.h335 char *dh_file; member
HDap_config.c457 os_free(conf->dh_file); in hostapd_config_free_bss()
/NextBSD/contrib/wpa/src/crypto/
HDtls_openssl.c2658 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 …]
HDtls_internal.c250 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()
HDtls.h167 const char *dh_file; member
/NextBSD/contrib/wpa/src/tls/
HDtlsv1_cred.c482 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()
HDtlsv1_cred.h37 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
/NextBSD/contrib/wpa/src/eap_peer/
HDeap_config.h178 u8 *dh_file; member
HDeap_tls_common.c94 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, &params->dh_file, &params->dh_blob, in eap_tls_params_from_conf()
/NextBSD/contrib/wpa/wpa_supplicant/
HDconfig_file.c701 STR(dh_file); in wpa_config_write_network()
HDconfig.c1850 { STRe(dh_file) },
2087 os_free(eap->dh_file); in eap_peer_config_free()
HDChangeLog1916 dh_file and dh_file2 (phase 2); this adds support for using DSA keys
/NextBSD/contrib/wpa/hostapd/
HDconfig_file.c2088 os_free(bss->dh_file); in hostapd_config_fill()
2089 bss->dh_file = os_strdup(pos); in hostapd_config_fill()