Searched refs:onoff (Results 1 – 5 of 5) sorted by relevance
/openssl/ssl/ |
H A D | ssl_conf.c | 109 uint64_t option_value, int onoff) in ssl_set_option() argument 116 onoff ^= 1; in ssl_set_option() 128 if (onoff) in ssl_set_option() 138 if (onoff) in ssl_set_option() 145 const char *name, int namelen, int onoff) in ssl_match_option() argument 156 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option() 165 int onoff = 1; in ssl_set_option_list() local 176 onoff = 1; in ssl_set_option_list() 180 onoff = 0; in ssl_set_option_list() 184 if (ssl_match_option(cctx, tbl, elem, len, onoff)) in ssl_set_option_list()
|
/openssl/doc/man3/ |
H A D | SSL_CTX_set_tmp_dh_callback.pod | 14 long SSL_CTX_set_dh_auto(SSL_CTX *ctx, int onoff); 15 long SSL_set_dh_auto(SSL *s, int onoff); 61 and B<SSL> objects respectively. Passing a value of 1 in the I<onoff> parameter
|
H A D | BIO_ctrl.pod | 44 int BIO_set_tfo(BIO *b, int onoff); 92 BIO_set_tfo() disables TCP Fast Open when B<onoff> is 0, and enables TCP Fast 93 Open when B<onoff> is nonzero. Setting the value to 1 is equivalent to setting
|
H A D | OPENSSL_malloc.pod | 82 int CRYPTO_set_mem_debug(int onoff);
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 1356 # define SSL_CTX_set_dh_auto(ctx, onoff) \ argument 1357 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_DH_AUTO,onoff,NULL) 1358 # define SSL_set_dh_auto(s, onoff) \ argument 1359 SSL_ctrl(s,SSL_CTRL_SET_DH_AUTO,onoff,NULL) 1542 # define SSL_CTX_set_ecdh_auto(dummy, onoff) ((onoff) != 0) argument 1543 # define SSL_set_ecdh_auto(dummy, onoff) ((onoff) != 0) argument
|
Completed in 31 milliseconds