Home
last modified time | relevance | path

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

/openbsd/lib/libssl/
H A Dssl.h819 #define SSL_CTRL_NEED_TMP_RSA 1 macro
957 SSL_CTX_ctrl(ctx,SSL_CTRL_NEED_TMP_RSA,0,NULL)
970 SSL_ctrl(ssl,SSL_CTRL_NEED_TMP_RSA,0,NULL)
H A Ds3_lib.c1899 case SSL_CTRL_NEED_TMP_RSA: in ssl3_ctrl()
2238 case SSL_CTRL_NEED_TMP_RSA: in ssl3_ctx_ctrl()