Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dsslapitest.c10323 SSL *clientssl = NULL, *serverssl = NULL, *peera, *peerb; in test_pipelining() local
10362 peera = serverssl; in test_pipelining()
10366 peera = clientssl; in test_pipelining()
10399 if (!TEST_false(SSL_set_split_send_fragment(peera, fragsize + 1))) in test_pipelining()
10408 if (!TEST_true(SSL_set_max_pipelines(peera, numpipes)) in test_pipelining()
10409 || !TEST_true(SSL_set_split_send_fragment(peera, fragsize))) in test_pipelining()
10416 if (!TEST_true(SSL_write_ex(peera, msg, msglen, &written)) in test_pipelining()
10464 if (!TEST_true(SSL_read_ex(peera, buf, msglen, &readbytes)) in test_pipelining()
10471 if (!TEST_true(SSL_read_ex(peera, buf + readbytes, in test_pipelining()