Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A DBIO_meth_new.pod9 BIO_meth_set_puts, BIO_meth_get_gets, BIO_meth_set_gets, BIO_meth_get_ctrl,
45 long (*BIO_meth_get_ctrl(const BIO_METHOD *biom))(BIO *, int, long, void *);
110 BIO_meth_get_ctrl() and BIO_meth_set_ctrl() get and set the function used for
/freebsd-13.1/crypto/openssl/crypto/bio/
H A Dbio_meth.c175 long (*BIO_meth_get_ctrl(const BIO_METHOD *biom)) (BIO *, int, long, void *) in BIO_meth_get_ctrl() function
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dbio.h807 long (*BIO_meth_get_ctrl(const BIO_METHOD *biom)) (BIO *, int, long, void *);
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map323 BIO_meth_get_ctrl;
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile687 MLINKS+= BIO_meth_new.3 BIO_meth_get_ctrl.3