Searched refs:tls_global_dh (Results 1 – 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_wolfssl.c | 1423 static int tls_global_dh(void *ssl_ctx, const char *dh_file, in tls_global_dh() function 1528 if (tls_global_dh(tls_ctx, params->dh_file, params->dh_blob, in tls_global_set_params()
|
D | tls_openssl.c | 3882 static int tls_global_dh(struct tls_data *data, const char *dh_file) in tls_global_dh() function 5252 tls_global_dh(data, params->dh_file)) { in tls_global_set_params()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_wolfssl.c | 1430 static int tls_global_dh(void *ssl_ctx, const char *dh_file, in tls_global_dh() function 1535 if (tls_global_dh(tls_ctx, params->dh_file, params->dh_blob, in tls_global_set_params()
|
D | tls_openssl.c | 4096 static int tls_global_dh(struct tls_data *data, const char *dh_file) in tls_global_dh() function 5541 tls_global_dh(data, params->dh_file)) { in tls_global_set_params()
|