Home
last modified time | relevance | path

Searched refs:callback_ctrl (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/bio/
H A Dbio_meth.c211 return biom->callback_ctrl; in BIO_meth_get_callback_ctrl()
215 long (*callback_ctrl) (BIO *, int, in BIO_meth_set_callback_ctrl()
218 biom->callback_ctrl = callback_ctrl; in BIO_meth_set_callback_ctrl()
H A Dbio_lib.c544 if ((b->method == NULL) || (b->method->callback_ctrl == NULL) in BIO_callback_ctrl()
557 ret = b->method->callback_ctrl(b, cmd, fp); in BIO_callback_ctrl()
/freebsd-13.1/crypto/openssl/include/internal/
H A Dbio.h27 long (*callback_ctrl) (BIO *, int, BIO_info_cb *); member
/freebsd-13.1/crypto/openssl/doc/man3/
H A DBIO_meth_new.pod57 long (*callback_ctrl)(BIO *, int, BIO_info_cb *));
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dbio.h817 long (*callback_ctrl) (BIO *, int,