Searched refs:SSL_CTRL_SET_MSG_CALLBACK_ARG (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h604 #define SSL_CTX_set_msg_callback_arg(ctx, arg) SSL_CTX_ctrl((ctx), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg))
605 #define SSL_set_msg_callback_arg(ssl, arg) SSL_ctrl((ssl), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg))
1240 #define SSL_CTRL_SET_MSG_CALLBACK_ARG 16 macro
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dssl.h604 #define SSL_CTX_set_msg_callback_arg(ctx, arg) SSL_CTX_ctrl((ctx), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg))
605 #define SSL_set_msg_callback_arg(ssl, arg) SSL_ctrl((ssl), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg))
1240 #define SSL_CTRL_SET_MSG_CALLBACK_ARG 16 macro
H A Dssl_lib.c984 case SSL_CTRL_SET_MSG_CALLBACK_ARG:
1055 case SSL_CTRL_SET_MSG_CALLBACK_ARG:
/macosx-10.10.1/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c1570 else if(!SSL_CTX_ctrl(connssl->ctx, SSL_CTRL_SET_MSG_CALLBACK_ARG, 0,

Completed in 205 milliseconds