Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c11284 SSL *clientssl = NULL, *serverssl = NULL, *peera, *peerb; in test_pipelining() local
11323 peera = serverssl; in test_pipelining()
11327 peera = clientssl; in test_pipelining()
11360 if (!TEST_false(SSL_set_split_send_fragment(peera, fragsize + 1))) in test_pipelining()
11369 if (!TEST_true(SSL_set_max_pipelines(peera, numpipes)) in test_pipelining()
11370 || !TEST_true(SSL_set_split_send_fragment(peera, fragsize))) in test_pipelining()
11377 if (!TEST_true(SSL_write_ex(peera, msg, msglen, &written)) in test_pipelining()
11425 if (!TEST_true(SSL_read_ex(peera, buf, msglen, &readbytes)) in test_pipelining()
11432 if (!TEST_true(SSL_read_ex(peera, buf + readbytes, in test_pipelining()

Completed in 28 milliseconds