Searched refs:dh_file (Results 1 – 13 of 13) sorted by relevance
/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 | 1188 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, in tlsv1_set_dhparams() argument 1194 if (dh_file) { in tlsv1_set_dhparams() 1199 buf = (u8 *) os_readfile(dh_file, &len); in tlsv1_set_dhparams() 1202 dh_file); in tlsv1_set_dhparams()
|
/external/wpa_supplicant_8/src/ap/ |
D | authsrv.c | 244 hapd->conf->private_key || hapd->conf->dh_file || in authsrv_init() 279 params.dh_file = hapd->conf->dh_file; in authsrv_init()
|
D | ap_config.h | 433 char *dh_file; member
|
D | ap_config.c | 814 os_free(conf->dh_file); in hostapd_config_free_bss()
|
/external/python/cpython2/Lib/test/ |
D | ssl_servers.py | 201 if args.dh_file: 202 context.load_dh_params(args.dh_file)
|
/external/python/cpython3/Lib/test/ |
D | ssl_servers.py | 201 if args.dh_file: 202 context.load_dh_params(args.dh_file)
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 4171 static int tls_global_dh(struct tls_data *data, const char *dh_file) in tls_global_dh() argument 4174 if (dh_file == NULL) in tls_global_dh() 4189 if (!dh_file) { in tls_global_dh() 4194 bio = BIO_new_file(dh_file, "r"); in tls_global_dh() 4197 dh_file, ERR_error_string(ERR_get_error(), NULL)); in tls_global_dh() 4207 dh_file, ERR_error_string(ERR_get_error(), NULL)); in tls_global_dh() 4235 dh_file); in tls_global_dh() 4246 dh_file, ERR_error_string(ERR_get_error(), NULL)); in tls_global_dh() 4258 if (!dh_file) { in tls_global_dh() 4265 bio = BIO_new_file(dh_file, "r"); in tls_global_dh() [all …]
|
D | tls_wolfssl.c | 1460 static int tls_global_dh(void *ssl_ctx, const char *dh_file) in tls_global_dh() argument 1464 if (dh_file) { in tls_global_dh() 1465 if (wolfSSL_CTX_SetTmpDH_file(ctx, dh_file, SSL_FILETYPE_PEM) < in tls_global_dh() 1469 if (wolfSSL_CTX_SetTmpDH_file(ctx, dh_file, in tls_global_dh() 1550 if (tls_global_dh(tls_ctx, params->dh_file) < 0) { in tls_global_set_params() 1552 params->dh_file); in tls_global_set_params()
|
D | tls.h | 200 const char *dh_file; member
|
D | tls_internal.c | 338 if (tlsv1_set_dhparams(cred, params->dh_file, NULL, 0)) { in tls_global_set_params()
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 2520 os_free(bss->dh_file); in hostapd_config_fill() 2521 bss->dh_file = os_strdup(pos); in hostapd_config_fill()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ChangeLog | 2282 dh_file and dh_file2 (phase 2); this adds support for using DSA keys
|