Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/include/openssl/
H A Dssl.h597 SSL_ctrl((ssl),SSL_CTRL_CLEAR_MODE,(op),NULL)
599 SSL_ctrl((ssl),SSL_CTRL_MODE,(op),NULL)
601 SSL_ctrl((ssl),SSL_CTRL_MODE,0,NULL)
603 SSL_ctrl((ssl),SSL_CTRL_SET_MTU,(mtu),NULL)
620 SSL_ctrl((s),SSL_CTRL_CERT_FLAGS,(op),NULL)
1328 SSL_ctrl(s,SSL_CTRL_SET_DH_AUTO,onoff,NULL)
1368 SSL_ctrl(s,SSL_CTRL_CHAIN,0,(char *)(sk))
1370 SSL_ctrl(s,SSL_CTRL_CHAIN,1,(char *)(sk))
1429 SSL_ctrl(s,SSL_CTRL_GET_SIGNATURE_NID,0,pn)
1433 SSL_ctrl(s,SSL_CTRL_GET_PEER_TMP_KEY,0,pk)
[all …]
H A Dtls1.h265 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_ARG,0,arg)
268 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_TYPE,0,NULL)
271 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE,type,NULL)
274 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS,0,arg)
277 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS,0,arg)
280 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS,0,arg)
283 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS,0,arg)
286 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_OCSP_RESP,0,arg)
289 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_OCSP_RESP,arglen,arg)
334 SSL_ctrl(ssl,SSL_CTRL_GET_DTLS_EXT_HEARTBEAT_PENDING,0,NULL)
[all …]
/freebsd-12.1/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);
/freebsd-12.1/secure/lib/libssl/
H A DVersion.map221 SSL_ctrl;
/freebsd-12.1/crypto/openssl/doc/man7/
H A Dssl.pod492 =item long B<SSL_ctrl>(SSL *ssl, int cmd, long larg, char *parg);
/freebsd-12.1/crypto/openssl/ssl/
H A Dssl_lib.c2169 long SSL_ctrl(SSL *s, int cmd, long larg, void *parg) in SSL_ctrl() function
/freebsd-12.1/crypto/openssl/crypto/err/
H A Dopenssl.txt1251 SSL_F_SSL_CTRL:232:SSL_ctrl
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man2418 MLINKS+= SSL_CTX_ctrl.3 SSL_ctrl.3