Home
last modified time | relevance | path

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

12

/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dtls_openssl.c1882 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file) in tls_connection_dh() argument
1885 if (dh_file == NULL) in tls_connection_dh()
1895 if (dh_file == NULL) in tls_connection_dh()
1900 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh()
1903 dh_file, ERR_error_string(ERR_get_error(), NULL)); in tls_connection_dh()
1912 " trying to parse as DSA params", dh_file, in tls_connection_dh()
1914 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh()
1921 "'%s': %s", dh_file, in tls_connection_dh()
1939 "'%s'", dh_file); in tls_connection_dh()
1945 "%s", dh_file, in tls_connection_dh()
[all …]
Dtls_internal.c202 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob, in tls_connection_set_params()
258 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob, in tls_global_set_params()
Dtls.h98 const char *dh_file; member
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c2135 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file) in tls_connection_dh() argument
2138 if (dh_file == NULL) in tls_connection_dh()
2148 if (dh_file == NULL) in tls_connection_dh()
2153 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh()
2156 dh_file, ERR_error_string(ERR_get_error(), NULL)); in tls_connection_dh()
2165 " trying to parse as DSA params", dh_file, in tls_connection_dh()
2167 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh()
2174 "'%s': %s", dh_file, in tls_connection_dh()
2192 "'%s'", dh_file); in tls_connection_dh()
2198 "%s", dh_file, in tls_connection_dh()
[all …]
Dtls_internal.c202 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob, in tls_connection_set_params()
261 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob, in tls_global_set_params()
Dtls.h142 const char *dh_file; member
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dtlsv1_cred.c398 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, in tlsv1_set_dhparams() argument
404 if (dh_file) { in tlsv1_set_dhparams()
409 buf = (u8 *) os_readfile(dh_file, &len); in tlsv1_set_dhparams()
412 dh_file); in tlsv1_set_dhparams()
Dtlsv1_cred.h43 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
/external/wpa_supplicant_8/src/ap/
Dauthsrv.c141 hapd->conf->dh_file)) { in authsrv_init()
156 params.dh_file = hapd->conf->dh_file; in authsrv_init()
Dap_config.h250 char *dh_file; member
Dap_config.c407 os_free(conf->dh_file); in hostapd_config_free_bss()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_cred.c469 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, in tlsv1_set_dhparams() argument
475 if (dh_file) { in tlsv1_set_dhparams()
480 buf = (u8 *) os_readfile(dh_file, &len); in tlsv1_set_dhparams()
483 dh_file); in tlsv1_set_dhparams()
Dtlsv1_cred.h43 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
/external/wpa_supplicant/
Dtls_openssl.c1782 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file) in tls_connection_dh() argument
1785 if (dh_file == NULL) in tls_connection_dh()
1795 if (dh_file == NULL) in tls_connection_dh()
1800 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh()
1803 dh_file, ERR_error_string(ERR_get_error(), NULL)); in tls_connection_dh()
1812 " trying to parse as DSA params", dh_file, in tls_connection_dh()
1814 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh()
1821 "'%s': %s", dh_file, in tls_connection_dh()
1839 "'%s'", dh_file); in tls_connection_dh()
1845 "%s", dh_file, in tls_connection_dh()
[all …]
Deap_tls_common.c56 params->dh_file = (char *) config->dh_file; in eap_tls_params_from_conf1()
73 params->dh_file = (char *) config->dh_file2; in eap_tls_params_from_conf2()
101 eap_tls_check_blob(sm, &params->dh_file, &params->dh_blob, in eap_tls_params_from_conf()
Dconfig_ssid.h359 u8 *dh_file; member
Dtls.h91 const char *dh_file; member
Dconfig_file.c601 STR(dh_file); in wpa_config_write_network()
Dconfig.c1165 { STR(dh_file) },
1342 os_free(ssid->dh_file); in wpa_config_free_ssid()
Dconfig_winreg.c751 STR(dh_file); in wpa_config_write_network()
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
Deap_config.h172 u8 *dh_file; member
Deap_tls_common.c68 params->dh_file = (char *) config->dh_file; in eap_tls_params_from_conf1()
89 params->dh_file = (char *) config->dh_file2; in eap_tls_params_from_conf2()
129 eap_tls_check_blob(sm, &params->dh_file, &params->dh_blob, in eap_tls_params_from_conf()
/external/wpa_supplicant_8/src/eap_peer/
Deap_config.h181 u8 *dh_file; member
Deap_tls_common.c68 params->dh_file = (char *) config->dh_file; in eap_tls_params_from_conf1()
89 params->dh_file = (char *) config->dh_file2; in eap_tls_params_from_conf2()
129 eap_tls_check_blob(sm, &params->dh_file, &params->dh_blob, in eap_tls_params_from_conf()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_file.c527 STR(dh_file); in wpa_config_write_network()

12