Home
last modified time | relevance | path

Searched refs:BIO_callback_ctrl (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/crypto/openssl/doc/man3/
H A DBIO_ctrl.pod5 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()
H A DBIO_meth_new.pod132 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 DBIO_set_callback.pod210 the actual call parameter, see B<BIO_callback_ctrl>.
/freebsd-12.1/crypto/openssl/crypto/bio/
H A Dbf_null.c104 ret = BIO_callback_ctrl(b->next_bio, cmd, fp); in nullf_callback_ctrl()
H A Dbf_nbio.c182 ret = BIO_callback_ctrl(b->next_bio, cmd, fp); in nbiof_callback_ctrl()
H A Dbf_lbuf.c310 ret = BIO_callback_ctrl(b->next_bio, cmd, fp); in linebuffer_callback_ctrl()
H A Dbf_buff.c419 ret = BIO_callback_ctrl(b->next_bio, cmd, fp); in buffer_callback_ctrl()
H A Dbio_lib.c537 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in BIO_callback_ctrl() function
/freebsd-12.1/crypto/openssl/apps/
H A Dbf_prefix.c166 return BIO_callback_ctrl(BIO_next(b), cmd, fp); in prefix_callback_ctrl()
/freebsd-12.1/crypto/openssl/crypto/evp/
H A Dbio_md.c213 ret = BIO_callback_ctrl(next, cmd, fp); in md_callback_ctrl()
H A Dbio_enc.c398 ret = BIO_callback_ctrl(next, cmd, fp); in enc_callback_ctrl()
H A Dbio_b64.c544 ret = BIO_callback_ctrl(next, cmd, fp); in b64_callback_ctrl()
H A Dbio_ok.c419 ret = BIO_callback_ctrl(next, cmd, fp); in ok_callback_ctrl()
/freebsd-12.1/crypto/openssl/crypto/asn1/
H A Dbio_asn1.c316 return BIO_callback_ctrl(next, cmd, fp); in asn1_bio_callback_ctrl()
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dbio.h491 # define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
566 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
/freebsd-12.1/crypto/openssl/ssl/
H A Dbio_ssl.c403 ret = BIO_callback_ctrl(ssl->rbio, cmd, fp); in ssl_callback_ctrl()
/freebsd-12.1/crypto/openssl/crypto/comp/
H A Dc_zlib.c615 return BIO_callback_ctrl(next, cmd, fp); in bio_zlib_callback_ctrl()
/freebsd-12.1/secure/lib/libcrypto/
H A DVersion.map267 BIO_callback_ctrl;
H A DMakefile.man599 MLINKS+= BIO_ctrl.3 BIO_callback_ctrl.3
/freebsd-12.1/crypto/openssl/crypto/err/
H A Dopenssl.txt138 BIO_F_BIO_CALLBACK_CTRL:131:BIO_callback_ctrl