Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/doc/crypto/
HDBIO_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()
/freebsd-11-stable/crypto/openssl/crypto/bio/
HDbf_null.c171 ret = BIO_callback_ctrl(b->next_bio, cmd, fp); in nullf_callback_ctrl()
HDbio.h510 # define BIO_set_proxy_cb(b,cb) BIO_callback_ctrl(b,BIO_C_SET_PROXY_PARAM,3,(void *(*cb)()))
599 # define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
669 long BIO_callback_ctrl(BIO *b, int cmd,
HDbf_nbio.c235 ret = BIO_callback_ctrl(b->next_bio, cmd, fp); in nbiof_callback_ctrl()
HDbf_lbuf.c375 ret = BIO_callback_ctrl(b->next_bio, cmd, fp); in linebuffer_callback_ctrl()
HDbf_buff.c461 ret = BIO_callback_ctrl(b->next_bio, cmd, fp); in buffer_callback_ctrl()
HDbio_lib.c366 long BIO_callback_ctrl(BIO *b, int cmd, in BIO_callback_ctrl() function
/freebsd-11-stable/crypto/openssl/crypto/evp/
HDbio_md.c245 ret = BIO_callback_ctrl(b->next_bio, cmd, fp); in md_callback_ctrl()
HDbio_enc.c392 ret = BIO_callback_ctrl(b->next_bio, cmd, fp); in enc_callback_ctrl()
HDbio_b64.c572 ret = BIO_callback_ctrl(b->next_bio, cmd, fp); in b64_callback_ctrl()
HDbio_ok.c451 ret = BIO_callback_ctrl(b->next_bio, cmd, fp); in ok_callback_ctrl()
/freebsd-11-stable/crypto/openssl/crypto/asn1/
HDbio_asn1.c358 return BIO_callback_ctrl(b->next_bio, cmd, fp); in asn1_bio_callback_ctrl()
/freebsd-11-stable/crypto/openssl/ssl/
HDbio_ssl.c491 ret = BIO_callback_ctrl(ssl->rbio, cmd, fp); in ssl_callback_ctrl()
/freebsd-11-stable/crypto/openssl/crypto/comp/
HDc_zlib.c760 return BIO_callback_ctrl(b->next_bio, cmd, fp); in bio_zlib_callback_ctrl()
/freebsd-11-stable/secure/lib/libcrypto/
HDMakefile.man244 MLINKS+= BIO_ctrl.3 BIO_callback_ctrl.3
/freebsd-11-stable/crypto/openssl/util/
HDlibeay.num1759 BIO_callback_ctrl 2252 EXIST::FUNCTION: