HomeSort by: relevance | last modified time | path
    Searched refs:BIO_should_read (Results 1 - 20 of 20) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/doc/designs/ddd/
ddd-02-conn-nonblocking-threads.c 149 conn->tx_need_rx = BIO_should_read(conn->ssl_bio);
ddd-02-conn-nonblocking.c 161 conn->tx_need_rx = BIO_should_read(conn->ssl_bio);
  /src/crypto/external/apache2/openssl/dist/test/
asynciotest.c 106 if (ret <= 0 && BIO_should_read(next))
tls13ccstest.c 83 if (ret <= 0 && BIO_should_read(next))
ssl_old_test.c 2701 if (BIO_should_read(c_bio))
2730 if (BIO_should_read(c_bio))
2767 if (BIO_should_read(s_bio))
2803 if (BIO_should_read(s_bio))
  /src/crypto/external/bsd/openssl/dist/test/
asynciotest.c 106 if (ret <= 0 && BIO_should_read(next))
tls13ccstest.c 83 if (ret <= 0 && BIO_should_read(next))
ssl_old_test.c 2712 if (BIO_should_read(c_bio))
2741 if (BIO_should_read(c_bio))
2778 if (BIO_should_read(s_bio))
2814 if (BIO_should_read(s_bio))
  /src/crypto/external/bsd/openssl.old/dist/test/
asynciotest.c 106 if (ret <= 0 && BIO_should_read(next))
tls13ccstest.c 83 if (ret <= 0 && BIO_should_read(next))
ssltest_old.c 2687 if (BIO_should_read(c_bio))
2716 if (BIO_should_read(c_bio))
2753 if (BIO_should_read(s_bio))
2789 if (BIO_should_read(s_bio))
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_lib.c 965 int ret = BIO_socket_wait(fd, BIO_should_read(bio), max_time);
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_lib.c 873 int ret = BIO_socket_wait(fd, BIO_should_read(bio), max_time);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
bio.h 197 # define BIO_should_read(a) BIO_test_flags(a, BIO_FLAGS_READ)
  /src/crypto/external/apache2/openssl/dist/include/openssl/
bio.h.in 269 #define BIO_should_read(a) BIO_test_flags(a, BIO_FLAGS_READ)
  /src/crypto/external/bsd/openssl/dist/include/openssl/
bio.h.in 237 # define BIO_should_read(a) BIO_test_flags(a, BIO_FLAGS_READ)
  /src/crypto/external/bsd/openssl.old/dist/apps/
ocsp.c 1562 if (BIO_should_read(cbio)) {
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 3879 if (BIO_should_read(bio))
3908 else if (BIO_should_read(bio))
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c 3639 if (BIO_should_read(bio))
3668 else if (BIO_should_read(bio))
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 4864 if (BIO_should_read(bio))
4896 else if (BIO_should_read(bio))

Completed in 90 milliseconds