Searched refs:bio_read (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_bio.c99 static int bio_read(BIO *bio, char *buf, int size);
111 bio_read,
186 static int bio_read(BIO *bio, char *buf, int size_) function
300 return bio_read(bio, &dummy, 1); /* returns 0 or -1 */

Completed in 48 milliseconds