Home | History | Annotate | Download | only in ssl

Lines Matching refs:BIO_write

1258 				r = BIO_write(c_ssl_bio, cbuf, i);
1267 * The library expects us to call BIO_write with
1344 r = BIO_write(s_ssl_bio, sbuf, i);
1403 * and the standard BIO_write/BIO_read interface for io2
1433 r = BIO_write(io2, dataptr, (int)num);
1436 fprintf(stderr, "ERROR: BIO_write could not write "
1650 i=BIO_write(c_bio,cbuf,j);
1781 i=BIO_write(s_bio,sbuf,j);