Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/doc/man3/
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-12-stable/crypto/openssl/crypto/bio/
Dbio_meth.c175 long (*BIO_meth_get_ctrl(const BIO_METHOD *biom)) (BIO *, int, long, void *) in BIO_meth_get_ctrl() function
/freebsd-12-stable/crypto/openssl/include/openssl/
Dbio.h785 long (*BIO_meth_get_ctrl(const BIO_METHOD *biom)) (BIO *, int, long, void *);
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map323 BIO_meth_get_ctrl;
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile685 MLINKS+= BIO_meth_new.3 BIO_meth_get_ctrl.3