Home
last modified time | relevance | path

Searched defs:BIO (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/bio/
H A Dbio_meth.c51 BIO_meth_set_write(BIO_METHOD *biom, int (*write)(BIO *, const char *, int)) in BIO_meth_set_write() argument
64 BIO_meth_set_read(BIO_METHOD *biom, int (*read)(BIO *, char *, int)) in BIO_meth_set_read() argument
77 BIO_meth_set_puts(BIO_METHOD *biom, int (*puts)(BIO *, const char *)) in BIO_meth_set_puts()
90 BIO_meth_set_gets(BIO_METHOD *biom, int (*gets)(BIO *, char *, int)) in BIO_meth_set_gets() argument
103 BIO_meth_set_ctrl(BIO_METHOD *biom, long (*ctrl)(BIO *, int, long, void *)) in BIO_meth_set_ctrl() argument
116 BIO_meth_set_create(BIO_METHOD *biom, int (*create)(BIO *)) in BIO_meth_set_create()
129 BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy)(BIO *)) in BIO_meth_set_destroy()
143 long (*callback_ctrl)(BIO *, int, BIO_info_cb *)) in BIO_meth_set_callback_ctrl()
/dragonfly/crypto/libressl/crypto/conf/
H A Dconf_def.c678 static IMPLEMENT_LHASH_DOALL_ARG_FN(dump_value, CONF_VALUE, BIO) in IMPLEMENT_LHASH_DOALL_ARG_FN() argument
/dragonfly/crypto/libressl/include/openssl/
H A Dossl_typ.h111 typedef struct bio_st BIO; typedef