Searched refs:SSL_ctrl (Results 1 – 5 of 5) sorted by relevance
| /onnv-gate/usr/src/common/openssl/ssl/ |
| H A D | ssl.h | 557 SSL_ctrl((ssl),SSL_CTRL_OPTIONS,(op),NULL) 559 SSL_ctrl((ssl),SSL_CTRL_OPTIONS,0,NULL) 566 SSL_ctrl((ssl),SSL_CTRL_MODE,(op),NULL) 568 SSL_ctrl((ssl),SSL_CTRL_MODE,0,NULL) 570 SSL_ctrl((ssl),SSL_CTRL_SET_MTU,(mtu),NULL) 576 #define SSL_set_msg_callback_arg(ssl, arg) SSL_ctrl((ssl), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg)) 1175 SSL_ctrl((ssl),SSL_CTRL_GET_SESSION_REUSED,0,NULL) 1177 SSL_ctrl((ssl),SSL_CTRL_GET_NUM_RENEGOTIATIONS,0,NULL) 1179 SSL_ctrl((ssl),SSL_CTRL_CLEAR_NUM_RENEGOTIATIONS,0,NULL) 1181 SSL_ctrl((ssl),SSL_CTRL_GET_TOTAL_RENEGOTIATIONS,0,NULL) [all …]
|
| H A D | ssl_lib.c | 942 long SSL_ctrl(SSL *s,int cmd,long larg,void *parg) in SSL_ctrl() function
|
| /onnv-gate/usr/src/common/openssl/doc/ssl/ |
| H A D | SSL_CTX_ctrl.pod | 5 SSL_CTX_ctrl, SSL_CTX_callback_ctrl, SSL_ctrl, SSL_callback_ctrl - internal handling functions for … 14 long SSL_ctrl(SSL *ssl, int cmd, long larg, void *parg);
|
| H A D | ssl.pod | 451 =item long B<SSL_ctrl>(SSL *ssl, int cmd, long larg, char *parg);
|
| /onnv-gate/usr/src/common/openssl/apps/ |
| H A D | s_server.c | 1527 if (SSL_ctrl(con,SSL_CTRL_GET_FLAGS,0,NULL) & in init_ssl_connection()
|