/minix3/crypto/external/bsd/openssl/dist/crypto/bio/ |
H A D | bf_null.c | 75 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 D | bf_nbio.c | 76 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 D | bss_conn.c | 104 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 D | bf_lbuf.c | 72 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 D | bf_buff.c | 71 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 D | bio.h | 308 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 D | bio_md.c | 78 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 D | bio_enc.c | 76 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 D | bio_ok.c | 134 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 D | bio_b64.c | 74 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 D | BIO_ctrl.pod | 31 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 D | bio_asn1.c | 118 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 D | bio_ssl.c | 74 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 D | c_zlib.c | 436 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 D | indent.pro | 594 -T bio_info_cb
|