Home
last modified time | relevance | path

Searched refs:SSL_CTRL_NEED_TMP_RSA (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h843 #define SSL_CTRL_NEED_TMP_RSA 1 macro
981 SSL_CTX_ctrl(ctx,SSL_CTRL_NEED_TMP_RSA,0,NULL)
994 SSL_ctrl(ssl,SSL_CTRL_NEED_TMP_RSA,0,NULL)
/dragonfly/crypto/libressl/ssl/
H A Ds3_lib.c2158 case SSL_CTRL_NEED_TMP_RSA: in ssl3_ctrl()
2489 case SSL_CTRL_NEED_TMP_RSA: in ssl3_ctx_ctrl()