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

12

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_cred.h45 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
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/tls/
H A Dtlsv1_cred.h45 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
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/tls/
H A Dtlsv1_cred.h45 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
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/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
H A Deap_tls_common.c98 params->dh_file = (char *) config->dh_file;
121 params->dh_file = (char *) config->dh_file2;
176 eap_tls_check_blob(sm, &params->dh_file, &params->dh_blob,
/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
H A Deap_tls_common.c98 params->dh_file = (char *) config->dh_file;
121 params->dh_file = (char *) config->dh_file2;
176 eap_tls_check_blob(sm, &params->dh_file, &params->dh_blob,
/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
H A Deap_tls_common.c98 params->dh_file = (char *) config->dh_file;
121 params->dh_file = (char *) config->dh_file2;
176 eap_tls_check_blob(sm, &params->dh_file, &params->dh_blob,
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dauthsrv.c154 hapd->conf->private_key || hapd->conf->dh_file)) {
172 params.dh_file = hapd->conf->dh_file;
H A Dap_config.h367 char *dh_file; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/src/ap/
H A Dauthsrv.c154 hapd->conf->private_key || hapd->conf->dh_file)) {
172 params.dh_file = hapd->conf->dh_file;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dauthsrv.c154 hapd->conf->private_key || hapd->conf->dh_file)) {
172 params.dh_file = hapd->conf->dh_file;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c2950 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file) argument
2953 if (dh_file == NULL)
2956 "dh_file specified");
2963 if (dh_file == NULL)
2968 bio = BIO_new_file(dh_file, "r");
2971 dh_file, ERR_error_string(ERR_get_error(), NULL));
2980 " trying to parse as DSA params", dh_file,
2982 bio = BIO_new_file(dh_file, "r");
2989 "'%s': %s", dh_file,
3007 "'%s'", dh_file);
3024 tls_global_dh(struct tls_data *data, const char *dh_file) argument
[all...]
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_internal.c270 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
328 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c2950 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file) argument
2953 if (dh_file == NULL)
2956 "dh_file specified");
2963 if (dh_file == NULL)
2968 bio = BIO_new_file(dh_file, "r");
2971 dh_file, ERR_error_string(ERR_get_error(), NULL));
2980 " trying to parse as DSA params", dh_file,
2982 bio = BIO_new_file(dh_file, "r");
2989 "'%s': %s", dh_file,
3007 "'%s'", dh_file);
3024 tls_global_dh(struct tls_data *data, const char *dh_file) argument
[all...]
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_internal.c270 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
328 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c2950 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file) argument
2953 if (dh_file == NULL)
2956 "dh_file specified");
2963 if (dh_file == NULL)
2968 bio = BIO_new_file(dh_file, "r");
2971 dh_file, ERR_error_string(ERR_get_error(), NULL));
2980 " trying to parse as DSA params", dh_file,
2982 bio = BIO_new_file(dh_file, "r");
2989 "'%s': %s", dh_file,
3007 "'%s'", dh_file);
3024 tls_global_dh(struct tls_data *data, const char *dh_file) argument
[all...]
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_internal.c270 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
328 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,

Completed in 429 milliseconds

12