Home
last modified time | relevance | path

Searched refs:peera (Results 1 - 1 of 1) sorted by relevance

/third_party/openssl/test/
H A Dsslapitest.c10246 SSL *clientssl = NULL, *serverssl = NULL, *peera, *peerb; in test_pipelining() local
10280 /* peera is always configured for pipelining, while peerb is not. */ in test_pipelining()
10282 peera = serverssl; in test_pipelining()
10286 peera = clientssl; in test_pipelining()
10319 if (!TEST_false(SSL_set_split_send_fragment(peera, fragsize + 1))) in test_pipelining()
10328 if (!TEST_true(SSL_set_max_pipelines(peera, numpipes)) in test_pipelining()
10329 || !TEST_true(SSL_set_split_send_fragment(peera, fragsize))) in test_pipelining()
10335 /* Write some data from peera to peerb */ in test_pipelining()
10336 if (!TEST_true(SSL_write_ex(peera, msg, msglen, &written)) in test_pipelining()
10364 * Write some data from peerb to peera in test_pipelining()
[all...]

Completed in 13 milliseconds