Home
last modified time | relevance | path

Searched refs:onoff (Results 1 – 4 of 4) sorted by relevance

/openssl-master/ssl/
A Dssl_conf.c107 uint64_t option_value, int onoff) in ssl_set_option() argument
114 onoff ^= 1; in ssl_set_option()
126 if (onoff) in ssl_set_option()
136 if (onoff) in ssl_set_option()
143 const char *name, int namelen, int onoff) in ssl_match_option() argument
153 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
162 int onoff = 1; in ssl_set_option_list() local
173 onoff = 1; in ssl_set_option_list()
177 onoff = 0; in ssl_set_option_list()
181 if (ssl_match_option(cctx, tbl, elem, len, onoff)) in ssl_set_option_list()
/openssl-master/doc/man3/
A DSSL_CTX_set_tmp_dh_callback.pod14 long SSL_CTX_set_dh_auto(SSL *s, 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
A DOPENSSL_malloc.pod78 int CRYPTO_set_mem_debug(int onoff);
/openssl-master/include/openssl/
A Dssl.h.in1328 # define SSL_CTX_set_dh_auto(ctx, onoff) \ argument
1329 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_DH_AUTO,onoff,NULL)
1330 # define SSL_set_dh_auto(s, onoff) \ argument
1331 SSL_ctrl(s,SSL_CTRL_SET_DH_AUTO,onoff,NULL)
1502 # define SSL_CTX_set_ecdh_auto(dummy, onoff) ((onoff) != 0) argument
1503 # define SSL_set_ecdh_auto(dummy, onoff) ((onoff) != 0) argument

Completed in 16 milliseconds