Home
last modified time | relevance | path

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

/openssl/test/helpers/
H A Dhandshake.c817 int ret = 1, write_bytes; in do_app_data_step() local
846 write_bytes = peer->bytes_to_write < peer->write_buf_len ? peer->bytes_to_write : in do_app_data_step()
848 if (write_bytes) { in do_app_data_step()
849 ret = SSL_write(peer->ssl, peer->write_buf, write_bytes); in do_app_data_step()
852 if (!TEST_int_eq(ret, write_bytes)) { in do_app_data_step()

Completed in 8 milliseconds