/external/wpa_supplicant_8/src/crypto/ |
D | tls_wolfssl.c | 422 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file, in tls_connection_dh() argument 425 if (!dh_file && !dh_blob) in tls_connection_dh() 440 if (dh_file) { in tls_connection_dh() 441 wpa_printf(MSG_INFO, "SSL: use DH PEM file: %s", dh_file); in tls_connection_dh() 442 if (wolfSSL_SetTmpDH_file(conn->ssl, dh_file, in tls_connection_dh() 445 if (wolfSSL_SetTmpDH_file(conn->ssl, dh_file, in tls_connection_dh() 1285 if (tls_connection_dh(conn, params->dh_file, params->dh_blob, in tls_connection_set_params() 1423 static int tls_global_dh(void *ssl_ctx, const char *dh_file, in tls_global_dh() argument 1428 if (!dh_file && !dh_blob) in tls_global_dh() 1442 if (dh_file) { in tls_global_dh() [all …]
|
D | tls_openssl.c | 3713 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file) in tls_connection_dh() argument 3716 if (dh_file == NULL) in tls_connection_dh() 3726 if (dh_file == NULL) in tls_connection_dh() 3731 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh() 3734 dh_file, ERR_error_string(ERR_get_error(), NULL)); in tls_connection_dh() 3743 " trying to parse as DSA params", dh_file, in tls_connection_dh() 3745 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh() 3752 "'%s': %s", dh_file, in tls_connection_dh() 3770 "'%s'", dh_file); in tls_connection_dh() 3776 "%s", dh_file, in tls_connection_dh() [all …]
|
D | tls_internal.c | 284 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob, in tls_connection_set_params() 345 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob, in tls_global_set_params()
|
D | tls.h | 193 const char *dh_file; member
|
/external/wpa_supplicant_8/src/ap/ |
D | authsrv.c | 198 hapd->conf->private_key || hapd->conf->dh_file)) { in authsrv_init() 229 params.dh_file = hapd->conf->dh_file; in authsrv_init()
|
D | ap_config.h | 403 char *dh_file; member
|
D | ap_config.c | 601 os_free(conf->dh_file); in hostapd_config_free_bss()
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_cred.h | 45 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
|
D | tlsv1_cred.c | 1255 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, in tlsv1_set_dhparams() argument 1261 if (dh_file) { in tlsv1_set_dhparams() 1266 buf = (u8 *) os_readfile(dh_file, &len); in tlsv1_set_dhparams() 1269 dh_file); in tlsv1_set_dhparams()
|
/external/python/cpython3/Lib/test/ |
D | ssl_servers.py | 200 if args.dh_file: 201 context.load_dh_params(args.dh_file)
|
/external/python/cpython2/Lib/test/ |
D | ssl_servers.py | 201 if args.dh_file: 202 context.load_dh_params(args.dh_file)
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_config.h | 181 char *dh_file; member
|
D | eap_tls_common.c | 116 params->dh_file = config->dh_file; in eap_tls_params_from_conf1() 140 params->dh_file = config->dh_file2; in eap_tls_params_from_conf2() 215 eap_tls_check_blob(sm, ¶ms->dh_file, ¶ms->dh_blob, in eap_tls_params_from_conf()
|
/external/wpa_supplicant_8/tests/ |
D | test-tls.c | 111 params.dh_file = "hwsim/auth_serv/dh.conf"; in main()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_winreg.c | 897 STR(dh_file); in wpa_config_write_network()
|
D | config_file.c | 783 STR(dh_file); in wpa_config_write_network()
|
D | config.c | 2258 { STRe(dh_file) }, 2528 os_free(eap->dh_file); in eap_peer_config_free()
|
D | ChangeLog | 2130 dh_file and dh_file2 (phase 2); this adds support for using DSA keys
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 2555 os_free(bss->dh_file); in hostapd_config_fill() 2556 bss->dh_file = os_strdup(pos); in hostapd_config_fill()
|