Searched refs:SSL_ctrl (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/crypto/openssl/ssl/ |
| D | tls1.h | 157 SSL_ctrl(s,SSL_CTRL_SET_TLSEXT_HOSTNAME,TLSEXT_NAMETYPE_host_name,(char *)name) 163 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_ARG,0, (void *)arg) 166 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE,type, NULL) 169 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS,0, (void *)arg) 172 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS,0, (void *)arg) 175 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS,0, (void *)arg) 178 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS,0, (void *)arg) 181 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_OCSP_RESP,0, (void *)arg) 184 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_OCSP_RESP,arglen, (void *)arg)
|
| D | ssl.h | 599 SSL_ctrl((ssl),SSL_CTRL_OPTIONS,(op),NULL) 601 SSL_ctrl((ssl),SSL_CTRL_CLEAR_OPTIONS,(op),NULL) 603 SSL_ctrl((ssl),SSL_CTRL_OPTIONS,0,NULL) 612 SSL_ctrl((ssl),SSL_CTRL_CLEAR_MODE,(op),NULL) 614 SSL_ctrl((ssl),SSL_CTRL_MODE,(op),NULL) 616 SSL_ctrl((ssl),SSL_CTRL_MODE,0,NULL) 618 SSL_ctrl((ssl),SSL_CTRL_SET_MTU,(mtu),NULL) 621 SSL_ctrl((ssl), SSL_CTRL_GET_RI_SUPPORT, 0, NULL) 632 # define SSL_set_msg_callback_arg(ssl, arg) SSL_ctrl((ssl), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg)) 1391 SSL_ctrl(ssl,DTLS_CTRL_GET_TIMEOUT,0, (void *)arg) [all …]
|
| D | ssl_lib.c | 971 long SSL_ctrl(SSL *s, int cmd, long larg, void *parg) in SSL_ctrl() function 1386 if (!SSL_ctrl(s, SSL_CTRL_CHECK_PROTO_VERSION, 0, NULL)) { in STACK_OF()
|
| /freebsd-9-stable/crypto/openssl/doc/ssl/ |
| 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);
|
| D | ssl.pod | 451 =item long B<SSL_ctrl>(SSL *ssl, int cmd, long larg, char *parg);
|
| /freebsd-9-stable/secure/lib/libssl/ |
| D | Makefile.man | 90 MLINKS+= SSL_CTX_ctrl.3 SSL_ctrl.3
|
| /freebsd-9-stable/crypto/openssl/util/ |
| D | ssleay.num | 42 SSL_ctrl 45 EXIST::FUNCTION:
|
| /freebsd-9-stable/crypto/openssl/apps/ |
| D | s_server.c | 1965 if (SSL_ctrl(con, SSL_CTRL_GET_FLAGS, 0, NULL) & in init_ssl_connection()
|