Searched refs:SSL_CTX_need_tmp_RSA (Results 1 – 3 of 3) sorted by relevance
3704 OPENSSL_EXPORT int SSL_CTX_need_tmp_RSA(const SSL_CTX *ctx);4337 #define SSL_CTX_need_tmp_RSA SSL_CTX_need_tmp_RSA macro
264 `SSL_CTRL_NEED_TMP_RSA` | `SSL_CTX_need_tmp_RSA` is equivalent, but [*do not use this function*](ht…
2685 int SSL_CTX_need_tmp_RSA(const SSL_CTX *ctx) { return 0; } in SSL_CTX_need_tmp_RSA() function