Home
last modified time | relevance | path

Searched refs:peerb (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()
10283 peerb = clientssl; in test_pipelining()
10287 peerb = serverssl; in test_pipelining()
10335 /* Write some data from peera to peerb */ in test_pipelining()
10344 * test 3) having been sent to peerb. Since peerb is not using read_ahead we in test_pipelining()
10352 if (!TEST_true(SSL_read_ex(peerb, buf + offset, in test_pipelining()
10364 * Write some data from peerb to peera. We do this in up to |numpipes + 1| in test_pipelining()
10372 if (!TEST_true(SSL_write_ex(peerb, ms in test_pipelining()
[all...]

Completed in 11 milliseconds