Home | History | Annotate | Download | only in test

Lines Matching refs:SSL_read_ex

132                 if (!TEST_false(SSL_read_ex(clientquic, buf, 1, &numbytes))
144 * In blocking mode the SSL_read_ex call will block until the socket
148 if (!TEST_true(SSL_read_ex(clientquic, buf, 1, &numbytes))
152 || !TEST_true(SSL_read_ex(clientquic, buf + 1,
210 * Test that sending FIN with no data to a client blocking in SSL_read_ex() will
250 if (!TEST_true(SSL_read_ex(clientquic, buf, sizeof(buf), &numbytes))
259 if (!TEST_false(SSL_read_ex(clientquic, buf, sizeof(buf), &numbytes)))
265 * We expect the SSL_read_ex to not have blocked so this should
1361 if (!TEST_true(SSL_read_ex(clientquic, buf, sizeof(buf), &numbytes))
1489 * Keep retrying SSL_read_ex until it succeeds or we give up. Accept a stream
1506 if (SSL_read_ex(*stream, buf, buflen, readbytes))
3079 if (!TEST_true(SSL_read_ex(clientquic, buf, sizeof(buf), &numbytes))