| /src/crypto/openssl/doc/man3/ |
| H A D | SSL_pending.pod | 5 SSL_pending, SSL_has_pending - check for readable bytes buffered in an 12 int SSL_pending(const SSL *ssl); 21 SSL_pending() returns the number of bytes which have been processed, buffered 29 they are needed. As these bytes are still in an unprocessed state SSL_pending() 31 the underlying BIO (because OpenSSL has already read them) and for SSL_pending() 47 SSL_pending() returns the number of buffered and processed application data
|
| H A D | SSL_CTX_set_read_ahead.pod | 44 B<read_ahead> can impact the behaviour of the SSL_pending() function 45 (see L<SSL_pending(3)>). 66 L<ssl(7)>, L<SSL_pending(3)>
|
| H A D | SSL_CTX_set_split_send_fragment.pod | 98 connection. Setting B<read_ahead> can impact the behaviour of the SSL_pending() 99 function (see L<SSL_pending(3)>). In addition the default size of the internal 176 L<SSL_CTX_set_read_ahead(3)>, L<SSL_pending(3)>
|
| H A D | SSL_read.pod | 91 L<SSL_pending(3)> can be used to find out whether there 143 L<SSL_pending(3)>,
|
| /src/crypto/openssl/test/ |
| H A D | dtlstest.c | 558 if (!TEST_int_eq(SSL_pending(cssl), 0) in test_swap_records() 564 if (!TEST_int_eq(SSL_pending(cssl), (int)sizeof(msg)) in test_swap_records()
|
| H A D | quicapitest.c | 150 || !TEST_int_eq(SSL_pending(clientquic), msglen - 1) in test_quic_write_read() 2495 || !TEST_int_eq(SSL_pending(clientquic), 0)) in test_early_ticks()
|
| H A D | sslapitest.c | 8277 if (!TEST_int_eq(SSL_pending(clientssl), 0) in test_ssl_pending() 8279 || !TEST_int_eq(SSL_pending(serverssl), 0) in test_ssl_pending() 8285 || !TEST_int_eq(SSL_pending(clientssl), (int)(written - readbytes)) in test_ssl_pending()
|
| /src/secure/lib/libssl/ |
| H A D | Version.map | 310 SSL_pending;
|
| /src/crypto/openssl/ssl/ |
| H A D | bio_ssl.c | 329 ret = SSL_pending(ssl); in ssl_ctrl()
|
| H A D | ssl_lib.c | 1919 int SSL_pending(const SSL *s) in SSL_pending() function
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | stream-receive-buffers.md | 71 SSL_peek(), SSL_pending(), SSL_has_pending() peek into the stored
|
| H A D | quic-api-ssl-funcs.md | 596 | `SSL_pending` | ADP | U | A | QSI | Done … 930 ### What should `SSL_pending` and `SSL_has_pending` do? 932 `SSL_pending` traditionally yields the number of bytes buffered inside an SSL 940 - `SSL_pending() > 0` 941 - `SSL_pending() > 0 || pending URXEs or RXEs exist`
|
| H A D | quic-api.md | 22 - [`SSL_pending`](#-ssl-pending-) 257 #### `SSL_pending` 271 - Semantics unchanged or approximated (essentially, `SSL_pending() || any RXE
|
| /src/contrib/sendmail/src/ |
| H A D | sfsasl.c | 464 return SSL_pending(so->con) > 0;
|
| /src/contrib/ntp/sntp/libevent/ |
| H A D | bufferevent_openssl.c | 819 n_to_read = SSL_pending(bev_ssl->ssl); in consider_reading()
|
| /src/contrib/libevent/ |
| H A D | bufferevent_openssl.c | 819 n_to_read = SSL_pending(bev_ssl->ssl); in consider_reading()
|
| /src/crypto/openssl/util/ |
| H A D | libssl.num | 281 SSL_pending 282 3_0_0 EXIST::FUNCTION:
|
| /src/crypto/openssl/doc/ |
| H A D | build.info | 2770 DEPEND[html/man3/SSL_pending.html]=man3/SSL_pending.pod 2771 GENERATE[html/man3/SSL_pending.html]=man3/SSL_pending.pod 2772 DEPEND[man/man3/SSL_pending.3]=man3/SSL_pending.pod 2773 GENERATE[man/man3/SSL_pending.3]=man3/SSL_pending.pod 3756 html/man3/SSL_pending.html \ 4432 man/man3/SSL_pending.3 \
|
| /src/contrib/libpcap/ |
| H A D | pcap-rpcap.c | 413 retval = pr->data_ssl && SSL_pending(pr->data_ssl) > 0; in pcap_read_nocb_remote()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 1662 __owur int SSL_pending(const SSL *s);
|
| H A D | ssl.h.in | 1615 __owur int SSL_pending(const SSL *s);
|
| /src/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 574 MAN+= SSL_pending.3 4532 MLINKS+= SSL_pending.3 SSL_has_pending.3
|
| /src/crypto/openssl/ |
| H A D | CHANGES.md | 2315 * Fixed SSL_pending() and SSL_has_pending() with DTLS which were failing to 16672 * Fix ssl3_pending() (ssl/s3_lib.c) to prevent SSL_pending() from 20518 it should have checked SSL_pending() first.
|