| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | BIO_ctrl.pod | 5 BIO_ctrl, BIO_callback_ctrl, BIO_ptr_ctrl, BIO_int_ctrl, BIO_reset, 19 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *cb); 43 BIO_ctrl(), BIO_callback_ctrl(), BIO_ptr_ctrl() and BIO_int_ctrl()
|
| H A 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().
|
| H A D | BIO_set_callback.pod | 210 the actual call parameter, see B<BIO_callback_ctrl>.
|
| /freebsd-13.1/crypto/openssl/crypto/bio/ |
| H A D | bf_null.c | 104 ret = BIO_callback_ctrl(b->next_bio, cmd, fp); in nullf_callback_ctrl()
|
| H A D | bf_nbio.c | 182 ret = BIO_callback_ctrl(b->next_bio, cmd, fp); in nbiof_callback_ctrl()
|
| H A D | bf_lbuf.c | 310 ret = BIO_callback_ctrl(b->next_bio, cmd, fp); in linebuffer_callback_ctrl()
|
| H A D | bf_buff.c | 419 ret = BIO_callback_ctrl(b->next_bio, cmd, fp); in buffer_callback_ctrl()
|
| H A D | bio_lib.c | 537 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in BIO_callback_ctrl() function
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | bf_prefix.c | 166 return BIO_callback_ctrl(BIO_next(b), cmd, fp); in prefix_callback_ctrl()
|
| /freebsd-13.1/crypto/openssl/crypto/evp/ |
| H A D | bio_md.c | 213 ret = BIO_callback_ctrl(next, cmd, fp); in md_callback_ctrl()
|
| H A D | bio_enc.c | 398 ret = BIO_callback_ctrl(next, cmd, fp); in enc_callback_ctrl()
|
| H A D | bio_b64.c | 544 ret = BIO_callback_ctrl(next, cmd, fp); in b64_callback_ctrl()
|
| H A D | bio_ok.c | 419 ret = BIO_callback_ctrl(next, cmd, fp); in ok_callback_ctrl()
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | bio.h | 514 # define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb) 589 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
|
| /freebsd-13.1/crypto/openssl/crypto/asn1/ |
| H A D | bio_asn1.c | 321 return BIO_callback_ctrl(next, cmd, fp); in asn1_bio_callback_ctrl()
|
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | bio_ssl.c | 403 ret = BIO_callback_ctrl(ssl->rbio, cmd, fp); in ssl_callback_ctrl()
|
| /freebsd-13.1/crypto/openssl/crypto/comp/ |
| H A D | c_zlib.c | 637 return BIO_callback_ctrl(next, cmd, fp); in bio_zlib_callback_ctrl()
|
| /freebsd-13.1/secure/lib/libcrypto/ |
| H A D | Version.map | 267 BIO_callback_ctrl;
|
| /freebsd-13.1/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 138 BIO_F_BIO_CALLBACK_CTRL:131:BIO_callback_ctrl
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 602 MLINKS+= BIO_ctrl.3 BIO_callback_ctrl.3
|