Searched refs:tls_global_dh (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A 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()
|
H A 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/ |
H A 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()
|
H A D | tls_openssl.c | 4123 static int tls_global_dh(struct tls_data *data, const char *dh_file) in tls_global_dh() function 5568 tls_global_dh(data, params->dh_file)) { in tls_global_set_params()
|
Completed in 19 milliseconds