Home | History | Annotate | Download | only in test

Lines Matching defs:peera

11613     SSL *clientssl = NULL, *serverssl = NULL, *peera, *peerb;
11649 /* peera is always configured for pipelining, while peerb is not. */
11651 peera = serverssl;
11655 peera = clientssl;
11688 if (!TEST_false(SSL_set_split_send_fragment(peera, fragsize + 1)))
11697 if (!TEST_true(SSL_set_max_pipelines(peera, numpipes))
11698 || !TEST_true(SSL_set_split_send_fragment(peera, fragsize)))
11704 /* Write some data from peera to peerb */
11705 if (!TEST_true(SSL_write_ex(peera, msg, msglen, &written))
11733 * Write some data from peerb to peera. We do this in up to |numpipes + 1|
11734 * chunks to exercise the read pipelining code on peera.
11749 * pipelining is working then we expect peera to read up to numpipes chunks
11753 if (!TEST_true(SSL_read_ex(peera, buf, msglen, &readbytes))
11760 if (!TEST_true(SSL_read_ex(peera, buf + readbytes,