Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/ssl/
HDtls1.h334 SSL_ctrl(s,SSL_CTRL_SET_TLSEXT_HOSTNAME,TLSEXT_NAMETYPE_host_name,(char *)name)
340 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_ARG,0, (void *)arg)
343 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE,type, NULL)
346 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS,0, (void *)arg)
349 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS,0, (void *)arg)
352 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS,0, (void *)arg)
355 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS,0, (void *)arg)
358 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_OCSP_RESP,0, (void *)arg)
361 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_OCSP_RESP,arglen, (void *)arg)
386 SSL_ctrl(s,SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT, len, src)
[all …]
HDssl.h792 SSL_ctrl((ssl),SSL_CTRL_OPTIONS,(op),NULL)
794 SSL_ctrl((ssl),SSL_CTRL_CLEAR_OPTIONS,(op),NULL)
796 SSL_ctrl((ssl),SSL_CTRL_OPTIONS,0,NULL)
805 SSL_ctrl((ssl),SSL_CTRL_CLEAR_MODE,(op),NULL)
807 SSL_ctrl((ssl),SSL_CTRL_MODE,(op),NULL)
809 SSL_ctrl((ssl),SSL_CTRL_MODE,0,NULL)
811 SSL_ctrl((ssl),SSL_CTRL_SET_MTU,(mtu),NULL)
813 SSL_ctrl((ssl),DTLS_CTRL_SET_LINK_MTU,(mtu),NULL)
815 SSL_ctrl((ssl),DTLS_CTRL_GET_LINK_MIN_MTU,0,NULL)
818 SSL_ctrl((ssl), SSL_CTRL_GET_RI_SUPPORT, 0, NULL)
[all …]
HDssl_lib.c1098 long SSL_ctrl(SSL *s, int cmd, long larg, void *parg) in SSL_ctrl() function
1562 if (!SSL_ctrl(s, SSL_CTRL_CHECK_PROTO_VERSION, 0, NULL)) { in STACK_OF()
/NextBSD/crypto/openssl/doc/ssl/
HDSSL_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);
HDssl.pod470 =item long B<SSL_ctrl>(SSL *ssl, int cmd, long larg, char *parg);
/NextBSD/secure/lib/libssl/
HDMakefile.man130 MLINKS+= SSL_CTX_ctrl.3 SSL_ctrl.3
/NextBSD/crypto/openssl/util/
HDssleay.num42 SSL_ctrl 45 EXIST::FUNCTION:
/NextBSD/crypto/openssl/apps/
HDs_server.c2683 if (SSL_ctrl(con, SSL_CTRL_GET_FLAGS, 0, NULL) & in init_ssl_connection()