Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DBIO_ctrl.pod5 BIO_ctrl, BIO_callback_ctrl, BIO_ptr_ctrl, BIO_int_ctrl, BIO_reset,
15 …long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, …
38 BIO_ctrl(), BIO_callback_ctrl(), BIO_ptr_ctrl() and BIO_int_ctrl()
/onnv-gate/usr/src/common/openssl/crypto/bio/
H A Dbf_null.c164 ret=BIO_callback_ctrl(b->next_bio,cmd,fp); in nullf_callback_ctrl()
H A Dbf_nbio.c236 ret=BIO_callback_ctrl(b->next_bio,cmd,fp); in nbiof_callback_ctrl()
H A Dbio.h430 #define BIO_set_proxy_cb(b,cb) BIO_callback_ctrl(b,BIO_C_SET_PROXY_PARAM,3,(void *(*cb)()))
511 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
578 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, l…
H A Dbf_lbuf.c381 ret=BIO_callback_ctrl(b->next_bio,cmd,fp); in linebuffer_callback_ctrl()
H A Dbf_buff.c449 ret=BIO_callback_ctrl(b->next_bio,cmd,fp); in buffer_callback_ctrl()
H A Dbio_lib.c332 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, l… in BIO_callback_ctrl() function
/onnv-gate/usr/src/common/openssl/crypto/evp/
H A Dbio_md.c236 ret=BIO_callback_ctrl(b->next_bio,cmd,fp); in md_callback_ctrl()
H A Dbio_enc.c382 ret=BIO_callback_ctrl(b->next_bio,cmd,fp); in enc_callback_ctrl()
H A Dbio_b64.c562 ret=BIO_callback_ctrl(b->next_bio,cmd,fp); in b64_callback_ctrl()
H A Dbio_ok.c438 ret=BIO_callback_ctrl(b->next_bio,cmd,fp); in ok_callback_ctrl()
/onnv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dbio_ber.c422 ret=BIO_callback_ctrl(b->next_bio,cmd,fp); in ber_callback_ctrl()
/onnv-gate/usr/src/common/openssl/ssl/
H A Dbio_ssl.c499 ret=BIO_callback_ctrl(ssl->rbio,cmd,fp); in ssl_callback_ctrl()