Searched refs:BIO_callback_ctrl (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbf_null.c164 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
H A Dbf_nbio.c236 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
H A Dbf_lbuf.c381 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
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, long));
H A Dbf_buff.c449 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
H A Dbio_lib.c332 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long)) function
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/evp/
H A Dbio_md.c236 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
H A Dbio_enc.c382 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
H A Dbio_b64.c562 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
H A Dbio_ok.c438 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dbio_ber.c422 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dbio_ssl.c499 ret=BIO_callback_ctrl(ssl->rbio,cmd,fp);

Completed in 125 milliseconds