Home | History | Annotate | Download | only in openssl

Lines Matching refs:BIO_read

104 /* BIO_read attempts to read |len| bytes into |data|. It returns the number of
106 OPENSSL_EXPORT int BIO_read(BIO *bio, void *data, int len);
630 /* Zero copy versions of BIO_read and BIO_write for BIO pairs. */