Searched refs:SSL_ctrl (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/include/openssl/ |
D | ssl.h | 597 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) 605 SSL_ctrl((ssl),DTLS_CTRL_SET_LINK_MTU,(mtu),NULL) 607 SSL_ctrl((ssl),DTLS_CTRL_GET_LINK_MIN_MTU,0,NULL) 610 SSL_ctrl((ssl), SSL_CTRL_GET_RI_SUPPORT, 0, NULL) 614 SSL_ctrl((ssl),SSL_CTRL_DTLS_EXT_SEND_HEARTBEAT,0,NULL) 620 SSL_ctrl((s),SSL_CTRL_CERT_FLAGS,(op),NULL) 624 SSL_ctrl((s),SSL_CTRL_CLEAR_CERT_FLAGS,(op),NULL) [all …]
|
D | tls1.h | 257 SSL_ctrl(s,SSL_CTRL_SET_TLSEXT_HOSTNAME,TLSEXT_NAMETYPE_host_name,\ 265 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) [all …]
|
/third_party/openssl/doc/man3/ |
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);
|
/third_party/openssl/util/ |
D | libssl.num | 226 SSL_ctrl 227 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/doc/man7/ |
D | ssl.pod | 492 =item long B<SSL_ctrl>(SSL *ssl, int cmd, long larg, char *parg);
|
/third_party/openssl/test/ |
D | ssltest_old.c | 884 return SSL_ctrl(ssl, setting, ver, NULL); in set_protocol_version()
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 2184 long SSL_ctrl(SSL *s, int cmd, long larg, void *parg) in SSL_ctrl() function
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1258 SSL_F_SSL_CTRL:232:SSL_ctrl
|