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

  /src/crypto/external/bsd/openssl/dist/test/
dtlstest.c 558 || !TEST_false(SSL_has_pending(cssl)))
564 || !TEST_true(SSL_has_pending(cssl)))
sslapitest.c 7664 || !TEST_false(SSL_has_pending(clientssl))
7666 || !TEST_false(SSL_has_pending(serverssl))
7672 || !TEST_true(SSL_has_pending(clientssl)))
  /src/crypto/external/apache2/openssl/dist/demos/guide/
quic-server-non-block.c 425 if (!SSL_has_pending(conn))
  /src/crypto/external/apache2/openssl/dist/test/
dtlstest.c 559 || !TEST_false(SSL_has_pending(cssl)))
565 || !TEST_true(SSL_has_pending(cssl)))
quicapitest.c 149 || !TEST_true(SSL_has_pending(clientquic))
2494 if (!TEST_false(SSL_has_pending(clientquic))
sslapitest.c 8278 || !TEST_false(SSL_has_pending(clientssl))
8280 || !TEST_false(SSL_has_pending(serverssl))
8286 || !TEST_true(SSL_has_pending(clientssl)))
  /src/crypto/external/bsd/openssl.old/dist/test/
dtlstest.c 399 || !TEST_true(SSL_has_pending(cssl)))
sslapitest.c 5739 || !TEST_false(SSL_has_pending(clientssl))
5741 || !TEST_false(SSL_has_pending(serverssl))
5747 || !TEST_true(SSL_has_pending(clientssl)))
  /src/crypto/external/bsd/openssl/dist/apps/
s_server.c 2528 read_from_sslcon = SSL_has_pending(con)
2783 if (SSL_has_pending(con))
s_client.c 2767 ssl_pending = read_ssl && SSL_has_pending(con);
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_server.c 2448 read_from_sslcon = SSL_has_pending(con)
2724 if (SSL_has_pending(con))
s_client.c 2816 ssl_pending = read_ssl && SSL_has_pending(con);
  /src/crypto/external/apache2/openssl/dist/demos/http3/
ossl-nghttp3-demo-server.c 348 if (!SSL_has_pending(stream))
  /src/crypto/external/apache2/openssl/dist/apps/
s_server.c 2736 read_from_sslcon = SSL_has_pending(con)
2985 if (SSL_has_pending(con))
s_client.c 3046 ssl_pending = read_ssl && SSL_has_pending(con);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h 1547 __owur int SSL_has_pending(const SSL *s);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in 1616 __owur int SSL_has_pending(const SSL *s);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in 1567 __owur int SSL_has_pending(const SSL *s);
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 1568 int SSL_has_pending(const SSL *s)
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c 1509 int SSL_has_pending(const SSL *s)
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 1936 int SSL_has_pending(const SSL *s)

Completed in 113 milliseconds