Home
last modified time | relevance | path

Searched refs:bio_info_cb (Results 1 – 15 of 15) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbf_null.c75 static long nullf_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
163 static long nullf_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) in nullf_callback_ctrl()
H A Dbf_nbio.c76 static long nbiof_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
227 static long nbiof_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) in nbiof_callback_ctrl()
H A Dbss_conn.c104 static long conn_callback_ctrl(BIO *h, int cmd, bio_info_cb *);
529 (bio_info_cb *)data->info_callback); in conn_ctrl()
558 static long conn_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) in conn_callback_ctrl()
H A Dbf_lbuf.c72 static long linebuffer_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
367 static long linebuffer_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) in linebuffer_callback_ctrl()
H A Dbf_buff.c71 static long buffer_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
453 static long buffer_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) in buffer_callback_ctrl()
H A Dbio.h308 typedef void bio_info_cb (struct bio_st *, int, const char *, int, long, typedef
321 long (*callback_ctrl) (BIO *, int, bio_info_cb *);
/minix3/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dbio_md.c78 static long md_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
237 static long md_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) in md_callback_ctrl()
H A Dbio_enc.c76 static long enc_callback_ctrl(BIO *h, int cmd, bio_info_cb *fps);
375 static long enc_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) in enc_callback_ctrl()
H A Dbio_ok.c134 static long ok_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
443 static long ok_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) in ok_callback_ctrl()
H A Dbio_b64.c74 static long b64_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
556 static long b64_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) in b64_callback_ctrl()
/minix3/crypto/external/bsd/openssl/dist/doc/crypto/
H A DBIO_ctrl.pod31 int BIO_get_info_callback(BIO *b,bio_info_cb **cbp);
32 int BIO_set_info_callback(BIO *b,bio_info_cb *cb);
34 typedef void bio_info_cb(BIO *b, int oper, const char *ptr, int arg1, long arg2, long arg3);
/minix3/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dbio_asn1.c118 static long asn1_bio_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
352 static long asn1_bio_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) in asn1_bio_callback_ctrl()
/minix3/crypto/external/bsd/openssl/dist/ssl/
H A Dbio_ssl.c74 static long ssl_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
468 static long ssl_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) in ssl_callback_ctrl()
/minix3/crypto/external/bsd/openssl/dist/crypto/comp/
H A Dc_zlib.c436 static long bio_zlib_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp);
755 static long bio_zlib_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) in bio_zlib_callback_ctrl()
/minix3/crypto/external/bsd/openssl/dist/util/
H A Dindent.pro594 -T bio_info_cb