Home
last modified time | relevance | path

Searched refs:BIO_meth_set_read (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/bio/
HDbio_meth.c64 BIO_meth_set_read(BIO_METHOD *biom, int (*read)(BIO *, char *, int)) in BIO_meth_set_read() function
/dragonfly/crypto/libressl/tls/
HDtls_bio_cb.c49 BIO_meth_set_read(bio_method, bio_cb_read); in bio_cb_method_init()
/dragonfly/crypto/libressl/include/openssl/
HDbio.h297 int BIO_meth_set_read(BIO_METHOD *biom, int (*read)(BIO *, char *, int));