Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A DBIO_meth_new.pod11 BIO_meth_get_destroy, BIO_meth_set_destroy, BIO_meth_get_callback_ctrl,
55 long (*BIO_meth_get_callback_ctrl(const BIO_METHOD *biom))(BIO *, int, BIO_info_cb *);
130 BIO_meth_get_callback_ctrl() and BIO_meth_set_callback_ctrl() get and set the
/freebsd-13.1/crypto/openssl/crypto/bio/
H A Dbio_meth.c209 long (*BIO_meth_get_callback_ctrl(const BIO_METHOD *biom)) (BIO *, int, BIO_info_cb *) in BIO_meth_get_callback_ctrl() function
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dbio.h814 long (*BIO_meth_get_callback_ctrl(const BIO_METHOD *biom))
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map321 BIO_meth_get_callback_ctrl;
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile685 MLINKS+= BIO_meth_new.3 BIO_meth_get_callback_ctrl.3