Home | History | Annotate | Download | only in test

Lines Matching defs:peera

10323     SSL *clientssl = NULL, *serverssl = NULL, *peera, *peerb;
10360 /* peera is always configured for pipelining, while peerb is not. */
10362 peera = serverssl;
10366 peera = clientssl;
10399 if (!TEST_false(SSL_set_split_send_fragment(peera, fragsize + 1)))
10408 if (!TEST_true(SSL_set_max_pipelines(peera, numpipes))
10409 || !TEST_true(SSL_set_split_send_fragment(peera, fragsize)))
10415 /* Write some data from peera to peerb */
10416 if (!TEST_true(SSL_write_ex(peera, msg, msglen, &written))
10444 * Write some data from peerb to peera. We do this in up to |numpipes + 1|
10445 * chunks to exercise the read pipelining code on peera.
10460 * pipelining is working then we expect peera to read up to numpipes chunks
10464 if (!TEST_true(SSL_read_ex(peera, buf, msglen, &readbytes))
10471 if (!TEST_true(SSL_read_ex(peera, buf + readbytes,