Searched defs:dh_file (Results 1 - 15 of 15) sorted by relevance

/external/wpa_supplicant_8/hostapd/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
/external/wpa_supplicant_8/hostapd/src/tls/
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);
/external/wpa_supplicant_8/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
/external/wpa_supplicant_8/src/tls/
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);
/external/wpa_supplicant_8/wpa_supplicant/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
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
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);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls.h109 * @dh_file: File name for DH/DSA data in PEM format, or %NULL if not used
110 * @dh_blob: dh_file as inlined data or %NULL if not used
147 const char *dh_file; member in struct:tls_connection_params
H A Dtls_openssl.c2209 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file) argument
2212 if (dh_file == NULL)
2215 "dh_file specified");
2222 if (dh_file == NULL)
2227 bio = BIO_new_file(dh_file, "r");
2230 dh_file, ERR_error_string(ERR_get_error(), NULL));
2239 " trying to parse as DSA params", dh_file,
2241 bio = BIO_new_file(dh_file, "r");
2248 "'%s': %s", dh_file,
2266 "'%s'", dh_file);
2283 tls_global_dh(SSL_CTX *ssl_ctx, const char *dh_file) argument
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls.h109 * @dh_file: File name for DH/DSA data in PEM format, or %NULL if not used
110 * @dh_blob: dh_file as inlined data or %NULL if not used
147 const char *dh_file; member in struct:tls_connection_params
H A Dtls_openssl.c2209 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file) argument
2212 if (dh_file == NULL)
2215 "dh_file specified");
2222 if (dh_file == NULL)
2227 bio = BIO_new_file(dh_file, "r");
2230 dh_file, ERR_error_string(ERR_get_error(), NULL));
2239 " trying to parse as DSA params", dh_file,
2241 bio = BIO_new_file(dh_file, "r");
2248 "'%s': %s", dh_file,
2266 "'%s'", dh_file);
2283 tls_global_dh(SSL_CTX *ssl_ctx, const char *dh_file) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls.h109 * @dh_file: File name for DH/DSA data in PEM format, or %NULL if not used
110 * @dh_blob: dh_file as inlined data or %NULL if not used
147 const char *dh_file; member in struct:tls_connection_params
H A Dtls_openssl.c2209 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file) argument
2212 if (dh_file == NULL)
2215 "dh_file specified");
2222 if (dh_file == NULL)
2227 bio = BIO_new_file(dh_file, "r");
2230 dh_file, ERR_error_string(ERR_get_error(), NULL));
2239 " trying to parse as DSA params", dh_file,
2241 bio = BIO_new_file(dh_file, "r");
2248 "'%s': %s", dh_file,
2266 "'%s'", dh_file);
2283 tls_global_dh(SSL_CTX *ssl_ctx, const char *dh_file) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h299 char *dh_file; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h299 char *dh_file; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h299 char *dh_file; member in struct:hostapd_bss_config

Completed in 197 milliseconds