Home
last modified time | relevance | path

Searched refs:SSL_ctrl (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dssl.h635 SSL_ctrl((ssl),SSL_CTRL_CLEAR_MODE,(op),NULL)
637 SSL_ctrl((ssl),SSL_CTRL_MODE,(op),NULL)
639 SSL_ctrl((ssl),SSL_CTRL_MODE,0,NULL)
641 SSL_ctrl((ssl),SSL_CTRL_SET_MTU,(mtu),NULL)
643 SSL_ctrl((ssl),DTLS_CTRL_SET_LINK_MTU,(mtu),NULL)
645 SSL_ctrl((ssl),DTLS_CTRL_GET_LINK_MIN_MTU,0,NULL)
648 SSL_ctrl((ssl), SSL_CTRL_GET_RI_SUPPORT, 0, NULL)
653 SSL_ctrl((s),SSL_CTRL_CERT_FLAGS,(op),NULL)
657 SSL_ctrl((s),SSL_CTRL_CLEAR_CERT_FLAGS,(op),NULL)
668 # define SSL_set_msg_callback_arg(ssl, arg) SSL_ctrl((ssl), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg))
[all …]
H A Dtls1.h294 SSL_ctrl(s,SSL_CTRL_SET_TLSEXT_HOSTNAME,TLSEXT_NAMETYPE_host_name,\
302 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_ARG,0,arg)
305 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_TYPE,0,NULL)
308 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE,type,NULL)
311 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS,0,arg)
314 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS,0,arg)
317 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS,0,arg)
320 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS,0,arg)
323 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_OCSP_RESP,0,arg)
326 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_OCSP_RESP,arglen,arg)
H A Dssl.h.in612 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)
620 SSL_ctrl((ssl),DTLS_CTRL_SET_LINK_MTU,(mtu),NULL)
622 SSL_ctrl((ssl),DTLS_CTRL_GET_LINK_MIN_MTU,0,NULL)
625 SSL_ctrl((ssl), SSL_CTRL_GET_RI_SUPPORT, 0, NULL)
630 SSL_ctrl((s),SSL_CTRL_CERT_FLAGS,(op),NULL)
634 SSL_ctrl((s),SSL_CTRL_CLEAR_CERT_FLAGS,(op),NULL)
645 # define SSL_set_msg_callback_arg(ssl, arg) SSL_ctrl((ssl), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg))
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_ctrl.pod5 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 DSSL_get_value_uint.pod335 L<SSL_ctrl(3)>, L<SSL_get_accept_stream_queue_len(3)>,
/freebsd/secure/lib/libssl/
H A DVersion.map220 SSL_ctrl;
/freebsd/crypto/openssl/util/
H A Dlibssl.num226 SSL_ctrl 227 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/test/
H A Dssl_old_test.c891 return SSL_ctrl(ssl, setting, ver, NULL); in set_protocol_version()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c2966 long SSL_ctrl(SSL *s, int cmd, long larg, void *parg) in SSL_ctrl() function
3094 return SSL_ctrl((SSL *)sc, cmd, larg, parg); in ossl_ctrl_internal()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md201 | `SSL_ctrl` | Object | ��U | ��A | ��NC\* †4 | ��Done …
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c1662 return SSL_ctrl(ctx.qc->tls, cmd, larg, parg); in ossl_quic_ctrl()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4070 MLINKS+= SSL_CTX_ctrl.3 SSL_ctrl.3