Home
last modified time | relevance | path

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

/openssl/test/
H A Dbio_prefix_text.c77 size_t bytes_in; in run_pipe() local
80 if (!BIO_read_ex(bio_in, buf, sizeof(buf), &bytes_in)) in run_pipe()
83 while (bytes_out < bytes_in) { in run_pipe()
86 if (!BIO_write_ex(chain[amount - 1], buf, bytes_in, &bytes)) in run_pipe()

Completed in 15 milliseconds