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

/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_bio.c454 * the promise by BIO_ctrl_get_write_guarantee, BIO_nwrite may have
873 int BIO_nwrite(BIO *bio, char **buf, int num) function
H A Dbio.h629 int BIO_nwrite(BIO *bio, char **buf, int num);
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssltest.c1199 r = BIO_nwrite(io1, &dataptr, (int)num);
1201 fprintf(stderr, "ERROR: BIO_nwrite() did not accept "

Completed in 121 milliseconds