Searched refs:dh_file (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/wpa/src/tls/
H A Dtlsv1_cred.h37 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
H A Dtlsv1_cred.c477 * @dh_file: File or reference name for the DH params in PEM or DER format
482 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, argument
488 if (dh_file) {
493 buf = (u8 *) os_readfile(dh_file, &len);
496 dh_file);
/freebsd-10-stable/contrib/wpa/src/eap_peer/
H A Deap_config.h163 * dh_file - File path to DH/DSA parameters file (in PEM format)
178 u8 *dh_file; member in struct:eap_peer_config
279 * This field is like dh_file, but used for phase 2 (inside
H A Deap_tls_common.c78 params->dh_file = (char *) config->dh_file;
99 params->dh_file = (char *) config->dh_file2;
150 eap_tls_check_blob(sm, &params->dh_file, &params->dh_blob,
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dauthsrv.c135 hapd->conf->dh_file)) {
150 params.dh_file = hapd->conf->dh_file;
H A Dap_config.h297 char *dh_file; member in struct:hostapd_bss_config
H A Dap_config.c433 os_free(conf->dh_file);
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c2151 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file) argument
2154 if (dh_file == NULL)
2157 "dh_file specified");
2164 if (dh_file == NULL)
2169 bio = BIO_new_file(dh_file, "r");
2172 dh_file, ERR_error_string(ERR_get_error(), NULL));
2181 " trying to parse as DSA params", dh_file,
2183 bio = BIO_new_file(dh_file, "r");
2190 "'%s': %s", dh_file,
2208 "'%s'", dh_file);
2225 tls_global_dh(SSL_CTX *ssl_ctx, const char *dh_file) argument
[all...]
H A Dtls.h107 * @dh_file: File name for DH/DSA data in PEM format, or %NULL if not used
108 * @dh_blob: dh_file as inlined data or %NULL if not used
143 const char *dh_file; member in struct:tls_connection_params
H A Dtls_internal.c196 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
255 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_file.c643 STR(dh_file);
H A Dconfig.c1582 { STRe(dh_file) },
1765 os_free(eap->dh_file);
/freebsd-10-stable/contrib/wpa/hostapd/
H A Dconfig_file.c1863 } else if (os_strcmp(buf, "dh_file") == 0) {
1864 os_free(bss->dh_file);
1865 bss->dh_file = os_strdup(pos);

Completed in 183 milliseconds