Home
last modified time | relevance | path

Searched refs:BIO_info_cb (Results 1 – 25 of 25) sorted by relevance

/third_party/openssl/crypto/bio/
Dbss_conn.c35 BIO_info_cb *info_callback;
44 static long conn_callback_ctrl(BIO *h, int cmd, BIO_info_cb *);
79 BIO_info_cb *cb = NULL; in conn_state()
514 BIO_info_cb **fptr; in conn_ctrl()
516 fptr = (BIO_info_cb **)ptr; in conn_ctrl()
530 static long conn_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in conn_callback_ctrl()
Dbf_null.c24 static long nullf_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
96 static long nullf_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in nullf_callback_ctrl()
Dbf_nbio.c27 static long nbiof_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
174 static long nbiof_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in nbiof_callback_ctrl()
Dbio_meth.c209 long (*BIO_meth_get_callback_ctrl(const BIO_METHOD *biom)) (BIO *, int, BIO_info_cb *) in BIO_meth_get_callback_ctrl()
216 BIO_info_cb *)) in BIO_meth_set_callback_ctrl() argument
Dbf_lbuf.c23 static long linebuffer_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
302 static long linebuffer_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in linebuffer_callback_ctrl()
Dbf_buff.c22 static long buffer_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
411 static long buffer_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in buffer_callback_ctrl()
Dbio_lib.c537 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in BIO_callback_ctrl()
/third_party/openssl/doc/man3/
DBIO_ctrl.pod8 BIO_get_info_callback, BIO_set_info_callback, BIO_info_cb
15 typedef int BIO_info_cb(BIO *b, int state, int res);
18 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *cb);
34 int BIO_get_info_callback(BIO *b, BIO_info_cb **cbp);
35 int BIO_set_info_callback(BIO *b, BIO_info_cb *cb);
DBIO_meth_new.pod55 long (*BIO_meth_get_callback_ctrl(const BIO_METHOD *biom))(BIO *, int, BIO_info_cb *);
57 long (*callback_ctrl)(BIO *, int, BIO_info_cb *));
DBIO_set_callback.pod209 argument of type B<BIO_info_cb> itself. In this case B<parg> is a pointer to
/third_party/openssl/test/testutil/
Dtap_bio.c21 static long tap_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
137 static long tap_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in tap_callback_ctrl()
/third_party/openssl/apps/
Dbf_prefix.c24 static long prefix_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
164 static long prefix_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in prefix_callback_ctrl()
/third_party/openssl/crypto/evp/
Dbio_md.c29 static long md_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
201 static long md_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in md_callback_ctrl()
Dbio_enc.c22 static long enc_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fps);
389 static long enc_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in enc_callback_ctrl()
Dbio_b64.c23 static long b64_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
535 static long b64_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in b64_callback_ctrl()
Dbio_ok.c86 static long ok_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
407 static long ok_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in ok_callback_ctrl()
/third_party/openssl/include/internal/
Dbio.h24 long (*callback_ctrl) (BIO *, int, BIO_info_cb *);
/third_party/openssl/include/openssl/
Dbio.h255 typedef int BIO_info_cb(BIO *, int, int); typedef
256 typedef BIO_info_cb bio_info_cb; /* backward compatibility */
567 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
793 (BIO *, int, BIO_info_cb *);
796 BIO_info_cb *));
/third_party/openssl/crypto/asn1/
Dbio_asn1.c69 static long asn1_bio_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
316 static long asn1_bio_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in asn1_bio_callback_ctrl()
/third_party/openssl/ssl/
Dbio_ssl.c25 static long ssl_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
393 static long ssl_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in ssl_callback_ctrl()
/third_party/openssl/test/ossl_shim/
Dasync_bio.cc121 static long AsyncCallbackCtrl(BIO *bio, int cmd, BIO_info_cb fp) in AsyncCallbackCtrl()
Dpacketed_bio.cc243 static long PacketedCallbackCtrl(BIO *bio, int cmd, BIO_info_cb fp) in PacketedCallbackCtrl()
/third_party/openssl/crypto/comp/
Dc_zlib.c294 static long bio_zlib_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
632 static long bio_zlib_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in bio_zlib_callback_ctrl()
/third_party/openssl/util/
Dprivate.num88 BIO_info_cb datatype
Dindent.pro477 -T BIO_info_cb