Searched refs:SSL_CTX_set_tmp_ecdh (Results 1 – 5 of 5) sorted by relevance
249 rv = SSL_CTX_set_tmp_ecdh(cctx->ctx, ecdh); in cmd_ECDHParameters()
1046 if (1 != SSL_CTX_set_tmp_ecdh (ctx, ecdh)) { in listen_sslctx_setup_2()
1449 SSL_CTX_set_tmp_ecdh(*ctx, ecdh);
652 SSL_CTX_set_tmp_ecdh().
1325 # define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ macro