Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/crypto/bio/
HDbss_bio.c100 static int bio_write(BIO *bio, const char *buf, int num);
110 bio_write,
345 static int bio_write(BIO *bio, const char *buf, int num_) in bio_write() function
682 return bio_write(bio, str, strlen(str)); in bio_puts()