Searched refs:BIO_callback_ctrl (Results 1 – 20 of 20) sorted by relevance
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | BIO_ctrl.pod | 5 BIO_ctrl, BIO_callback_ctrl, BIO_ptr_ctrl, BIO_int_ctrl, BIO_reset, 18 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *cb); 39 BIO_ctrl(), BIO_callback_ctrl(), BIO_ptr_ctrl() and BIO_int_ctrl()
|
| D | BIO_meth_new.pod | 132 the L<BIO_callback_ctrl(3)> page for more information. This function will be called 133 in response to the application calling BIO_callback_ctrl(). The parameters for 134 the function have the same meaning as for BIO_callback_ctrl().
|
| D | BIO_set_callback.pod | 210 the actual call parameter, see B<BIO_callback_ctrl>.
|
| /freebsd-12-stable/crypto/openssl/crypto/bio/ |
| D | bf_null.c | 104 ret = BIO_callback_ctrl(b->next_bio, cmd, fp); in nullf_callback_ctrl()
|
| D | bf_nbio.c | 182 ret = BIO_callback_ctrl(b->next_bio, cmd, fp); in nbiof_callback_ctrl()
|
| D | bf_lbuf.c | 310 ret = BIO_callback_ctrl(b->next_bio, cmd, fp); in linebuffer_callback_ctrl()
|
| D | bf_buff.c | 419 ret = BIO_callback_ctrl(b->next_bio, cmd, fp); in buffer_callback_ctrl()
|
| D | bio_lib.c | 537 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in BIO_callback_ctrl() function
|
| /freebsd-12-stable/crypto/openssl/apps/ |
| D | bf_prefix.c | 166 return BIO_callback_ctrl(BIO_next(b), cmd, fp); in prefix_callback_ctrl()
|
| /freebsd-12-stable/crypto/openssl/crypto/evp/ |
| D | bio_md.c | 213 ret = BIO_callback_ctrl(next, cmd, fp); in md_callback_ctrl()
|
| D | bio_enc.c | 405 ret = BIO_callback_ctrl(next, cmd, fp); in enc_callback_ctrl()
|
| D | bio_ok.c | 419 ret = BIO_callback_ctrl(next, cmd, fp); in ok_callback_ctrl()
|
| D | bio_b64.c | 544 ret = BIO_callback_ctrl(next, cmd, fp); in b64_callback_ctrl()
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | bio.h | 492 # define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb) 567 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
|
| /freebsd-12-stable/crypto/openssl/crypto/asn1/ |
| D | bio_asn1.c | 321 return BIO_callback_ctrl(next, cmd, fp); in asn1_bio_callback_ctrl()
|
| /freebsd-12-stable/crypto/openssl/ssl/ |
| D | bio_ssl.c | 403 ret = BIO_callback_ctrl(ssl->rbio, cmd, fp); in ssl_callback_ctrl()
|
| /freebsd-12-stable/crypto/openssl/crypto/comp/ |
| D | c_zlib.c | 637 return BIO_callback_ctrl(next, cmd, fp); in bio_zlib_callback_ctrl()
|
| /freebsd-12-stable/secure/lib/libcrypto/ |
| D | Version.map | 267 BIO_callback_ctrl;
|
| /freebsd-12-stable/crypto/openssl/crypto/err/ |
| D | openssl.txt | 138 BIO_F_BIO_CALLBACK_CTRL:131:BIO_callback_ctrl
|
| /freebsd-12-stable/secure/lib/libcrypto/man/man3/ |
| D | Makefile | 602 MLINKS+= BIO_ctrl.3 BIO_callback_ctrl.3
|