Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/include/openssl/
H A Dssl.h615 SSL_ctrl((ssl),SSL_CTRL_CLEAR_MODE,(op),NULL)
617 SSL_ctrl((ssl),SSL_CTRL_MODE,(op),NULL)
619 SSL_ctrl((ssl),SSL_CTRL_MODE,0,NULL)
621 SSL_ctrl((ssl),SSL_CTRL_SET_MTU,(mtu),NULL)
633 SSL_ctrl((s),SSL_CTRL_CERT_FLAGS,(op),NULL)
1406 SSL_ctrl(s,SSL_CTRL_SET_DH_AUTO,onoff,NULL)
1456 SSL_ctrl(s,SSL_CTRL_CHAIN,0,(char *)(sk))
1458 SSL_ctrl(s,SSL_CTRL_CHAIN,1,(char *)(sk))
1524 SSL_ctrl(s,SSL_CTRL_GET_SIGNATURE_NID,0,pn)
1528 SSL_ctrl(s,SSL_CTRL_GET_PEER_TMP_KEY,0,pk)
[all …]
H A Dtls1.h262 SSL_ctrl(s,SSL_CTRL_SET_TLSEXT_HOSTNAME,TLSEXT_NAMETYPE_host_name,\
270 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_ARG,0,arg)
273 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_TYPE,0,NULL)
276 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE,type,NULL)
279 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS,0,arg)
282 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS,0,arg)
285 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS,0,arg)
288 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS,0,arg)
291 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_OCSP_RESP,0,arg)
294 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_OCSP_RESP,arglen,arg)
H A Dssl.h.in592 SSL_ctrl((ssl),SSL_CTRL_CLEAR_MODE,(op),NULL)
594 SSL_ctrl((ssl),SSL_CTRL_MODE,(op),NULL)
596 SSL_ctrl((ssl),SSL_CTRL_MODE,0,NULL)
598 SSL_ctrl((ssl),SSL_CTRL_SET_MTU,(mtu),NULL)
610 SSL_ctrl((s),SSL_CTRL_CERT_FLAGS,(op),NULL)
1334 SSL_ctrl(s,SSL_CTRL_SET_DH_AUTO,onoff,NULL)
1384 SSL_ctrl(s,SSL_CTRL_CHAIN,0,(char *)(sk))
1386 SSL_ctrl(s,SSL_CTRL_CHAIN,1,(char *)(sk))
1452 SSL_ctrl(s,SSL_CTRL_GET_SIGNATURE_NID,0,pn)
1456 SSL_ctrl(s,SSL_CTRL_GET_PEER_TMP_KEY,0,pk)
[all …]
/freebsd-14.2/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-14.2/secure/lib/libssl/
H A DVersion.map220 SSL_ctrl;
/freebsd-14.2/crypto/openssl/util/
H A Dlibssl.num226 SSL_ctrl 227 3_0_0 EXIST::FUNCTION:
/freebsd-14.2/crypto/openssl/test/
H A Dssl_old_test.c878 return SSL_ctrl(ssl, setting, ver, NULL); in set_protocol_version()
/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_lib.c2377 long SSL_ctrl(SSL *s, int cmd, long larg, void *parg) in SSL_ctrl() function
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile4001 MLINKS+= SSL_CTX_ctrl.3 SSL_ctrl.3