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()
1203 if (1 != SSL_CTX_set_tmp_ecdh (ctx, ecdh)) { in listen_sslctx_setup_2()
1455 SSL_CTX_set_tmp_ecdh(*ctx, ecdh);
650 SSL_CTX_set_tmp_ecdh().
1325 # define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ macro