Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/doc/man3/
DBIO_meth_new.pod11 BIO_meth_get_destroy, BIO_meth_set_destroy, BIO_meth_get_callback_ctrl,
52 int (*BIO_meth_get_destroy(const BIO_METHOD *biom))(BIO *);
123 BIO_meth_get_destroy() and BIO_meth_set_destroy() get and set the function used
/freebsd-12-stable/crypto/openssl/crypto/bio/
Dbio_meth.c198 int (*BIO_meth_get_destroy(const BIO_METHOD *biom)) (BIO *) in BIO_meth_get_destroy() function
/freebsd-12-stable/crypto/openssl/include/openssl/
Dbio.h790 int (*BIO_meth_get_destroy(const BIO_METHOD *biom)) (BIO *);
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map324 BIO_meth_get_destroy;
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile686 MLINKS+= BIO_meth_new.3 BIO_meth_get_destroy.3