Home
last modified time | relevance | path

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

/trueos/crypto/openssl/ssl/
HDssl.h1686 # define SSL_CTRL_SET_TMP_RSA 2 macro
1790 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_RSA,0,(char *)rsa)
1798 SSL_ctrl(ssl,SSL_CTRL_SET_TMP_RSA,0,(char *)rsa)
HDs3_lib.c3091 cmd == SSL_CTRL_SET_TMP_RSA || cmd == SSL_CTRL_SET_TMP_RSA_CB || in ssl3_ctrl()
3131 case SSL_CTRL_SET_TMP_RSA: in ssl3_ctrl()
3441 case SSL_CTRL_SET_TMP_RSA: in ssl3_ctx_ctrl()