Searched refs:SSL_CTX_set_tmp_rsa (Results 1 – 3 of 3) sorted by relevance
3710 OPENSSL_EXPORT int SSL_CTX_set_tmp_rsa(SSL_CTX *ctx, const RSA *rsa);4358 #define SSL_CTX_set_tmp_rsa SSL_CTX_set_tmp_rsa macro
286 `SSL_CTRL_SET_TMP_RSA` | `SSL_CTX_set_tmp_rsa` is equivalent, but [*do not use this function*](http…
2687 int SSL_CTX_set_tmp_rsa(SSL_CTX *ctx, const RSA *rsa) { return 1; } in SSL_CTX_set_tmp_rsa() function