Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/bio/
H A Dbf_null.c98 return BIO_callback_ctrl(b->next_bio, cmd, fp); in nullf_callback_ctrl()
H A Dbf_nbio.c174 return BIO_callback_ctrl(b->next_bio, cmd, fp); in nbiof_callback_ctrl()
H A Dbf_prefix.c196 return BIO_callback_ctrl(BIO_next(b), cmd, fp); in prefix_callback_ctrl()
H A Dbf_readbuff.c215 return BIO_callback_ctrl(b->next_bio, cmd, fp); in readbuffer_callback_ctrl()
H A Dbf_lbuf.c322 return BIO_callback_ctrl(b->next_bio, cmd, fp); in linebuffer_callback_ctrl()
H A Dbf_buff.c415 return BIO_callback_ctrl(b->next_bio, cmd, fp); in buffer_callback_ctrl()
H A Dbio_lib.c682 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in BIO_callback_ctrl() function
/src/crypto/openssl/doc/man3/
H A DBIO_ctrl.pod5 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);
48 BIO_ctrl(), BIO_callback_ctrl(), BIO_ptr_ctrl() and BIO_int_ctrl()
H A DBIO_meth_new.pod164 the L<BIO_callback_ctrl(3)> page for more information. This function will be called
165 in response to the application calling BIO_callback_ctrl(). The parameters for
166 the function have the same meaning as for BIO_callback_ctrl().
H A DBIO_set_callback.pod226 the actual call parameter, see B<BIO_callback_ctrl>.
/src/crypto/openssl/crypto/evp/
H A Dbio_md.c205 return BIO_callback_ctrl(next, cmd, fp); in md_callback_ctrl()
H A Dbio_enc.c407 return BIO_callback_ctrl(next, cmd, fp); in enc_callback_ctrl()
H A Dbio_ok.c413 return BIO_callback_ctrl(next, cmd, fp); in ok_callback_ctrl()
H A Dbio_b64.c525 return BIO_callback_ctrl(next, cmd, fp); in b64_callback_ctrl()
/src/crypto/openssl/crypto/asn1/
H A Dbio_asn1.c318 return BIO_callback_ctrl(next, cmd, fp); in asn1_bio_callback_ctrl()
/src/crypto/openssl/ssl/
H A Dbio_ssl.c425 ret = BIO_callback_ctrl(SSL_get_rbio(ssl), cmd, fp); in ssl_callback_ctrl()
/src/crypto/openssl/include/openssl/
H A Dbio.h644 #define BIO_set_info_callback(b, cb) (int)BIO_callback_ctrl(b, BIO_CTRL_SET_CALLBACK, cb)
759 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
H A Dbio.h.in621 #define BIO_set_info_callback(b, cb) (int)BIO_callback_ctrl(b, BIO_CTRL_SET_CALLBACK, cb)
736 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
/src/crypto/openssl/crypto/comp/
H A Dc_zlib.c718 return BIO_callback_ctrl(next, cmd, fp); in bio_zlib_callback_ctrl()
H A Dc_brotli.c796 return BIO_callback_ctrl(next, cmd, fp); in bio_brotli_callback_ctrl()
H A Dc_zstd.c844 return BIO_callback_ctrl(next, cmd, fp); in bio_zstd_callback_ctrl()
/src/secure/lib/libcrypto/
H A DVersion.map267 BIO_callback_ctrl;
/src/secure/lib/libcrypto/man/man3/
H A DMakefile857 MLINKS+= BIO_ctrl.3 BIO_callback_ctrl.3
/src/crypto/openssl/util/
H A Dlibcrypto.num3455 BIO_callback_ctrl 3529 3_0_0 EXIST::FUNCTION: