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

/external/openssl/crypto/bio/
H A Dbss_bio.c274 * bio_nread: also advance index
275 * (example usage: bio_nread0(), read from buffer, bio_nread()
276 * or just bio_nread(), read from buffer)
318 static ossl_ssize_t bio_nread(BIO *bio, char **buf, size_t num_) function
602 ret = (long) bio_nread(bio, ptr, (size_t) num);

Completed in 351 milliseconds