Home | History | Annotate | Download | only in ssl

Lines Matching defs:SSL_CTRL_SET_MSG_CALLBACK_ARG

690 #define SSL_CTX_set_msg_callback_arg(ctx, arg) SSL_CTX_ctrl((ctx), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg))
691 #define SSL_set_msg_callback_arg(ssl, arg) SSL_ctrl((ssl), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg))
1537 #define SSL_CTRL_SET_MSG_CALLBACK_ARG 16