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
316 * This field is like dh_file, but used for phase 2 (inside
/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
316 * This field is like dh_file, but used for phase 2 (inside
/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
316 * This field is like dh_file, but used for phase 2 (inside
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls.h128 * @dh_file: File name for DH/DSA data in PEM format, or %NULL if not used
129 * @dh_blob: dh_file as inlined data or %NULL if not used
172 const char *dh_file; member in struct:tls_connection_params
H A Dtls_openssl.c2914 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file) argument
2917 if (dh_file == NULL)
2920 "dh_file specified");
2927 if (dh_file == NULL)
2932 bio = BIO_new_file(dh_file, "r");
2935 dh_file, ERR_error_string(ERR_get_error(), NULL));
2944 " trying to parse as DSA params", dh_file,
2946 bio = BIO_new_file(dh_file, "r");
2953 "'%s': %s", dh_file,
2971 "'%s'", dh_file);
2988 tls_global_dh(struct tls_data *data, const char *dh_file) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_cred.c1252 * @dh_file: File or reference name for the DH params in PEM or DER format
1257 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, argument
1263 if (dh_file) {
1268 buf = (u8 *) os_readfile(dh_file, &len);
1271 dh_file);
/external/wpa_supplicant_8/src/crypto/
H A Dtls.h128 * @dh_file: File name for DH/DSA data in PEM format, or %NULL if not used
129 * @dh_blob: dh_file as inlined data or %NULL if not used
172 const char *dh_file; member in struct:tls_connection_params
H A Dtls_openssl.c2914 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file) argument
2917 if (dh_file == NULL)
2920 "dh_file specified");
2927 if (dh_file == NULL)
2932 bio = BIO_new_file(dh_file, "r");
2935 dh_file, ERR_error_string(ERR_get_error(), NULL));
2944 " trying to parse as DSA params", dh_file,
2946 bio = BIO_new_file(dh_file, "r");
2953 "'%s': %s", dh_file,
2971 "'%s'", dh_file);
2988 tls_global_dh(struct tls_data *data, const char *dh_file) argument
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_cred.c1252 * @dh_file: File or reference name for the DH params in PEM or DER format
1257 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, argument
1263 if (dh_file) {
1268 buf = (u8 *) os_readfile(dh_file, &len);
1271 dh_file);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls.h128 * @dh_file: File name for DH/DSA data in PEM format, or %NULL if not used
129 * @dh_blob: dh_file as inlined data or %NULL if not used
172 const char *dh_file; member in struct:tls_connection_params
H A Dtls_openssl.c2914 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file) argument
2917 if (dh_file == NULL)
2920 "dh_file specified");
2927 if (dh_file == NULL)
2932 bio = BIO_new_file(dh_file, "r");
2935 dh_file, ERR_error_string(ERR_get_error(), NULL));
2944 " trying to parse as DSA params", dh_file,
2946 bio = BIO_new_file(dh_file, "r");
2953 "'%s': %s", dh_file,
2971 "'%s'", dh_file);
2988 tls_global_dh(struct tls_data *data, const char *dh_file) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_cred.c1252 * @dh_file: File or reference name for the DH params in PEM or DER format
1257 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, argument
1263 if (dh_file) {
1268 buf = (u8 *) os_readfile(dh_file, &len);
1271 dh_file);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h353 char *dh_file; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h353 char *dh_file; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h353 char *dh_file; member in struct:hostapd_bss_config

Completed in 191 milliseconds