Home
last modified time | relevance | path

Searched refs:SSL_CTX_need_tmp_RSA (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/include/openssl/
Dssl.h3704 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
/external/boringssl/src/
DPORTING.md264 `SSL_CTRL_NEED_TMP_RSA` | `SSL_CTX_need_tmp_RSA` is equivalent, but [*do not use this function*](ht…
/external/boringssl/src/ssl/
Dssl_lib.cc2685 int SSL_CTX_need_tmp_RSA(const SSL_CTX *ctx) { return 0; } in SSL_CTX_need_tmp_RSA() function