| /netbsd-src/crypto/external/bsd/openssl.old/dist/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 | 41 B<read_ahead> can impact the behaviour of the SSL_pending() function 42 (see L<SSL_pending(3)>). 63 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)>). 167 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 135 L<SSL_pending(3)>,
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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 | 41 B<read_ahead> can impact the behaviour of the SSL_pending() function 42 (see L<SSL_pending(3)>). 63 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 171 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 135 L<SSL_pending(3)>,
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | dtlstest.c | 557 if (!TEST_int_eq(SSL_pending(cssl), 0) in test_swap_records() 563 if (!TEST_int_eq(SSL_pending(cssl), (int)sizeof(msg)) in test_swap_records()
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
| H A D | ssl.map | 310 SSL_pending;
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
| H A D | ssl.map | 402 SSL_pending;
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
| H A D | man.inc | 403 SSL_pending.3 \
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | dtlstest.c | 398 if (!TEST_int_eq(SSL_pending(cssl), (int)sizeof(msg)) in test_swap_app_data()
|
| H A D | sslapitest.c | 5738 if (!TEST_int_eq(SSL_pending(clientssl), 0) in test_ssl_pending() 5740 || !TEST_int_eq(SSL_pending(serverssl), 0) in test_ssl_pending() 5746 || !TEST_int_eq(SSL_pending(clientssl), (int)(written - readbytes)) in test_ssl_pending()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
| H A D | bio_ssl.c | 317 ret = SSL_pending(ssl); in ssl_ctrl()
|
| H A D | ssl_lib.c | 1492 int SSL_pending(const SSL *s) in SSL_pending() function
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/ |
| H A D | man.inc | 626 SSL_pending.3 \
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
| H A D | ssl.pod | 619 =item int B<SSL_pending>(const SSL *ssl); 803 L<SSL_pending(3)>,
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | bufferevent_openssl.c | 822 n_to_read = SSL_pending(bev_ssl->ssl); in consider_reading()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
| H A D | libssl.num | 281 SSL_pending 282 1_1_0 EXIST::FUNCTION:
|
| /netbsd-src/crypto/external/bsd/openssl/dist/util/ |
| H A D | libssl.num | 281 SSL_pending 282 3_0_0 EXIST::FUNCTION:
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | tls_o.c | 1340 if( SSL_pending( p->session ) > 0 ) { in tlso_sb_ctrl()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/ |
| H A D | build.info | 2558 DEPEND[html/man3/SSL_pending.html]=man3/SSL_pending.pod 2559 GENERATE[html/man3/SSL_pending.html]=man3/SSL_pending.pod 2560 DEPEND[man/man3/SSL_pending.3]=man3/SSL_pending.pod 2561 GENERATE[man/man3/SSL_pending.3]=man3/SSL_pending.pod 3425 html/man3/SSL_pending.html \ 4033 man/man3/SSL_pending.3 \
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/ |
| H A D | tlsdns.c | |
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | ssl.h | 1546 __owur int SSL_pending(const SSL *s);
|