Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_bio.c30 static int bio_read(BIO *bio, char *buf, int size);
44 bio_read,
109 static int bio_read(BIO *bio, char *buf, int size_) in bio_read() function
223 return bio_read(bio, &dummy, 1); /* returns 0 or -1 */ in bio_nread0()