Home | History | Annotate | Download | only in test

Lines Matching refs:SSL_read

1442 // the result value of the final |SSL_read| call.
1450 // may progress, allow writes through synchronously. |SSL_read| may
1454 ret = CheckIdempotentError("SSL_peek/SSL_read", ssl, [&]() -> int {
1456 : SSL_read(ssl, out, max_out);
1484 // SSL_read should synchronously return the same data and consume it.
1485 ret2 = SSL_read(ssl, buf.get(), ret);
1488 fprintf(stderr, "SSL_peek and SSL_read did not match.\n");
2522 fprintf(stderr, "handshake was not completed after SSL_read\n");