Searched refs:SSL_set_tmp_ecdh (Results 1 – 7 of 7) sorted by relevance
5 SSL_CTX_set_tmp_ecdh, SSL_set_tmp_ecdh, SSL_CTX_set_ecdh_auto, SSL_set_ecdh_auto13 long SSL_set_tmp_ecdh(SSL *ssl, const EC_KEY *ecdh);24 SSL_set_tmp_ecdh() sets the parameters only for B<ssl>.32 SSL_CTX_set_tmp_ecdh() and SSL_set_tmp_ecdh() return 1 on success and 0
182 SSL_set_tmp_ecdh(3)
695 SSL_set_tmp_ecdh define
1417 # define SSL_set_tmp_ecdh(ssl,ecdh) \ macro
1370 # define SSL_set_tmp_ecdh(ssl,ecdh) \ macro
3255 if (!ecdh || SSL_set_tmp_ecdh(ssl, ecdh) != 1) { in tls_set_conn_flags()
4302 MLINKS+= SSL_CTX_set_tmp_ecdh.3 SSL_set_tmp_ecdh.3