Lines Matching refs:peera
10246 SSL *clientssl = NULL, *serverssl = NULL, *peera, *peerb;
10280 /* peera is always configured for pipelining, while peerb is not. */
10282 peera = serverssl;
10286 peera = clientssl;
10319 if (!TEST_false(SSL_set_split_send_fragment(peera, fragsize + 1)))
10328 if (!TEST_true(SSL_set_max_pipelines(peera, numpipes))
10329 || !TEST_true(SSL_set_split_send_fragment(peera, fragsize)))
10335 /* Write some data from peera to peerb */
10336 if (!TEST_true(SSL_write_ex(peera, msg, msglen, &written))
10364 * Write some data from peerb to peera. We do this in up to |numpipes + 1|
10365 * chunks to exercise the read pipelining code on peera.
10380 * pipelining is working then we expect peera to read up to numpipes chunks
10384 if (!TEST_true(SSL_read_ex(peera, buf, msglen, &readbytes))
10391 if (!TEST_true(SSL_read_ex(peera, buf + readbytes,