Home
last modified time | relevance | path

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

/src/crypto/openssl/doc/man3/
H A DSSL_pending.pod5 SSL_pending, SSL_has_pending - check for readable bytes buffered in an
13 int SSL_has_pending(const SSL *s);
35 SSL_has_pending() returns 1 if B<s> has buffered data (whether processed or
36 unprocessed) and 0 otherwise. Note that it is possible for SSL_has_pending() to
40 this scenario for SSL_has_pending() to continue to return 1 even after an
48 bytes that are pending and are available for immediate read. SSL_has_pending()
58 The SSL_has_pending() function was added in OpenSSL 1.1.0.
H A DSSL_CTX_set_read_ahead.pod48 records, and SSL_has_pending() can't tell the difference between processed and
/src/crypto/openssl/test/
H A Ddtlstest.c559 || !TEST_false(SSL_has_pending(cssl))) in test_swap_records()
565 || !TEST_true(SSL_has_pending(cssl))) in test_swap_records()
H A Dquicapitest.c149 || !TEST_true(SSL_has_pending(clientquic)) in test_quic_write_read()
2494 if (!TEST_false(SSL_has_pending(clientquic)) in test_early_ticks()
H A Dsslapitest.c8278 || !TEST_false(SSL_has_pending(clientssl)) in test_ssl_pending()
8280 || !TEST_false(SSL_has_pending(serverssl)) in test_ssl_pending()
8286 || !TEST_true(SSL_has_pending(clientssl))) in test_ssl_pending()
/src/crypto/openssl/demos/guide/
H A Dquic-server-non-block.c425 if (!SSL_has_pending(conn)) in run_quic_server()
/src/secure/lib/libssl/
H A DVersion.map301 SSL_has_pending;
/src/crypto/openssl/doc/designs/quic-design/
H A Dstream-receive-buffers.md71 SSL_peek(), SSL_pending(), SSL_has_pending() peek into the stored
H A Dquic-api-ssl-funcs.md597 | `SSL_has_pending` | ADP | ��C | ��A | ��QSI | ��Done …
930 ### What should `SSL_pending` and `SSL_has_pending` do?
936 `SSL_has_pending` returns a boolean value indicating whether there is processed
H A Dquic-api.md23 - [`SSL_has_pending`](#-ssl-has-pending-)
263 #### `SSL_has_pending`
/src/crypto/openssl/demos/http3/
H A Dossl-nghttp3-demo-server.c348 if (!SSL_has_pending(stream)) in quic_server_read()
/src/crypto/openssl/doc/man7/
H A Dossl-guide-quic-server-non-block.pod303 if (!SSL_has_pending(conn))
/src/crypto/openssl/util/
H A Dlibssl.num385 SSL_has_pending 386 3_0_0 EXIST::FUNCTION:
/src/crypto/openssl/apps/
H A Ds_server.c2736 read_from_sslcon = SSL_has_pending(con) in sv_body()
2985 if (SSL_has_pending(con)) in sv_body()
H A Ds_client.c3046 ssl_pending = read_ssl && SSL_has_pending(con); in s_client_main()
/src/crypto/openssl/include/openssl/
H A Dssl.h1663 __owur int SSL_has_pending(const SSL *s);
H A Dssl.h.in1616 __owur int SSL_has_pending(const SSL *s);
/src/crypto/openssl/ssl/
H A Dssl_lib.c1936 int SSL_has_pending(const SSL *s) in SSL_has_pending() function
/src/secure/lib/libcrypto/man/man3/
H A DMakefile4532 MLINKS+= SSL_pending.3 SSL_has_pending.3
/src/crypto/openssl/
H A DCHANGES.md2315 * Fixed SSL_pending() and SSL_has_pending() with DTLS which were failing to