Searched refs:bio_nwrite (Results 1 - 1 of 1) sorted by last modified time

/external/openssl/crypto/bio/
H A Dbss_bio.c427 * bio_nwrite: also increase length
428 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite()
429 * or just bio_nwrite(), write to buffer)
479 static ossl_ssize_t bio_nwrite(BIO *bio, char **buf, size_t num_) function
612 ret = (long) bio_nwrite(bio, ptr, (size_t) num);

Completed in 458 milliseconds