Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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);
43 BIO_ctrl(), BIO_callback_ctrl(), BIO_ptr_ctrl() and BIO_int_ctrl()
DBIO_meth_new.pod135 the L<BIO_callback_ctrl(3)> page for more information. This function will be called
136 in response to the application calling BIO_callback_ctrl(). The parameters for
137 the function have the same meaning as for BIO_callback_ctrl().
DBIO_set_callback.pod219 the actual call parameter, see B<BIO_callback_ctrl>.
/third_party/openssl/crypto/bio/
Dbf_null.c98 return BIO_callback_ctrl(b->next_bio, cmd, fp); in nullf_callback_ctrl()
Dbf_nbio.c176 return BIO_callback_ctrl(b->next_bio, cmd, fp); in nbiof_callback_ctrl()
Dbf_prefix.c196 return BIO_callback_ctrl(BIO_next(b), cmd, fp); in prefix_callback_ctrl()
Dbf_readbuff.c215 return BIO_callback_ctrl(b->next_bio, cmd, fp); in readbuffer_callback_ctrl()
Dbf_lbuf.c306 return BIO_callback_ctrl(b->next_bio, cmd, fp); in linebuffer_callback_ctrl()
Dbf_buff.c417 return BIO_callback_ctrl(b->next_bio, cmd, fp); in buffer_callback_ctrl()
Dbio_lib.c589 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in BIO_callback_ctrl() function
/third_party/openssl/crypto/evp/
Dbio_md.c205 return BIO_callback_ctrl(next, cmd, fp); in md_callback_ctrl()
Dbio_enc.c396 return BIO_callback_ctrl(next, cmd, fp); in enc_callback_ctrl()
Dbio_ok.c415 return BIO_callback_ctrl(next, cmd, fp); in ok_callback_ctrl()
Dbio_b64.c540 return BIO_callback_ctrl(next, cmd, fp); in b64_callback_ctrl()
/third_party/openssl/ohos_lite/include/openssl/
Dbio.h492 # 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);
/third_party/openssl/crypto/asn1/
Dbio_asn1.c321 return BIO_callback_ctrl(next, cmd, fp); in asn1_bio_callback_ctrl()
/third_party/openssl/ssl/
Dbio_ssl.c403 ret = BIO_callback_ctrl(ssl->rbio, cmd, fp); in ssl_callback_ctrl()
/third_party/openssl/crypto/comp/
Dc_zlib.c642 return BIO_callback_ctrl(next, cmd, fp); in bio_zlib_callback_ctrl()
/third_party/openssl/include/openssl/
Dbio.h.in544 # define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
627 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
/third_party/openssl/util/
Dlibcrypto.num3455 BIO_callback_ctrl 3529 3_0_0 EXIST::FUNCTION: