Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/crypto/bio/
Dbss_bio.c99 static int bio_read(BIO *bio, char *buf, int size);
111 bio_read,
182 static int bio_read(BIO *bio, char *buf, int size_) in bio_read() function
296 return bio_read(bio, &dummy, 1); /* returns 0 or -1 */ in bio_nread0()