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

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_bio.c269 * bio_nread: also advance index
270 * (example usage: bio_nread0(), read from buffer, bio_nread()
271 * or just bio_nread(), read from buffer)
314 static ossl_ssize_t bio_nread(BIO *bio, char **buf, size_t num_) function
591 ret = (long)bio_nread(bio, ptr, (size_t)num);

Completed in 46 milliseconds