Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_conn.c39 BIO_info_cb *info_callback;
48 static long conn_callback_ctrl(BIO *h, int cmd, BIO_info_cb *);
81 BIO_info_cb *cb = NULL; in conn_state()
545 BIO_info_cb **fptr; in conn_ctrl()
547 fptr = (BIO_info_cb **)ptr; in conn_ctrl()
582 static long conn_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in conn_callback_ctrl()
H A Dbf_null.c24 static long nullf_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
94 static long nullf_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in nullf_callback_ctrl()
H A Dbf_nbio.c27 static long nbiof_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
172 static long nbiof_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in nbiof_callback_ctrl()
H A 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
H A Dbf_prefix.c23 static long prefix_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
194 static long prefix_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in prefix_callback_ctrl()
H A Dbf_readbuff.c31 static long readbuffer_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
211 static long readbuffer_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in readbuffer_callback_ctrl()
H A 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()
H A Dbf_buff.c22 static long buffer_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
413 static long buffer_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in buffer_callback_ctrl()
H A Dbio_lib.c589 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in BIO_callback_ctrl()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_ctrl.pod8 BIO_get_info_callback, BIO_set_info_callback, BIO_info_cb, BIO_get_ktls_send,
16 typedef int BIO_info_cb(BIO *b, int state, int res);
19 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *cb);
35 int BIO_get_info_callback(BIO *b, BIO_info_cb **cbp);
36 int BIO_set_info_callback(BIO *b, BIO_info_cb *cb);
H A 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 *));
H A DBIO_set_callback.pod218 argument of type B<BIO_info_cb> itself. In this case B<parg> is a pointer to
/freebsd/crypto/openssl/crypto/evp/
H A Dbio_md.c26 static long md_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
196 static long md_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in md_callback_ctrl()
H A Dbio_enc.c24 static long enc_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fps);
396 static long enc_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in enc_callback_ctrl()
H A Dbio_b64.c23 static long b64_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
533 static long b64_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in b64_callback_ctrl()
H A Dbio_ok.c87 static long ok_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
406 static long ok_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in ok_callback_ctrl()
/freebsd/crypto/openssl/include/internal/
H A Dbio.h29 long (*callback_ctrl) (BIO *, int, BIO_info_cb *);
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h301 typedef int BIO_info_cb(BIO *, int, int); typedef
302 typedef BIO_info_cb bio_info_cb; /* backward compatibility */
650 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
879 (BIO *, int, BIO_info_cb *);
882 BIO_info_cb *));
H A Dbio.h.in302 typedef int BIO_info_cb(BIO *, int, int); typedef
303 typedef BIO_info_cb bio_info_cb; /* backward compatibility */
627 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
856 (BIO *, int, BIO_info_cb *);
859 BIO_info_cb *));
/freebsd/crypto/openssl/crypto/asn1/
H A 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()
/freebsd/crypto/openssl/ssl/
H A 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()
/freebsd/crypto/openssl/crypto/comp/
H A Dc_zlib.c291 static long bio_zlib_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
636 static long bio_zlib_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in bio_zlib_callback_ctrl()
/freebsd/crypto/openssl/util/
H A Dindent.pro479 -T BIO_info_cb
H A Dother.syms140 BIO_info_cb datatype
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile839 MLINKS+= BIO_ctrl.3 BIO_info_cb.3