Searched refs:SSL_CTX_set_tmp_dh (Results 1 – 5 of 5) sorted by relevance
277 int SSL_CTX_set_tmp_dh(SSL_CTX *ctx, const DH *dh) { in SSL_CTX_set_tmp_dh() function
1817 OPENSSL_EXPORT int SSL_CTX_set_tmp_dh(SSL_CTX *ctx, const DH *dh);4250 #define SSL_CTX_set_tmp_dh SSL_CTX_set_tmp_dh macro
753 if (!dh || !SSL_CTX_set_tmp_dh(ssl_ctx.get(), dh.get())) { in SetupCtx()
625 ret = SSL_CTX_set_tmp_dh (daemon->tls_context, dh); in MHD_TLS_init()
3050 if (SSL_CTX_set_tmp_dh(ssl_ctx, dh) != 1) { in tls_global_dh()