Home
last modified time | relevance | path

Searched refs:SSL_pending (Results 1 – 19 of 19) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_pending.pod5 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 DSSL_CTX_set_read_ahead.pod41 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 DSSL_CTX_set_split_send_fragment.pod98 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 DSSL_read.pod91 L<SSL_pending(3)> can be used to find out whether there
135 L<SSL_pending(3)>,
/freebsd/crypto/openssl/test/
H A Ddtlstest.c557 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()
H A Dsslapitest.c7605 if (!TEST_int_eq(SSL_pending(clientssl), 0) in test_ssl_pending()
7607 || !TEST_int_eq(SSL_pending(serverssl), 0) in test_ssl_pending()
7613 || !TEST_int_eq(SSL_pending(clientssl), (int)(written - readbytes)) in test_ssl_pending()
/freebsd/secure/lib/libssl/
H A DVersion.map310 SSL_pending;
/freebsd/crypto/openssl/ssl/
H A Dbio_ssl.c317 ret = SSL_pending(ssl); in ssl_ctrl()
H A Dssl_lib.c1551 int SSL_pending(const SSL *s) in SSL_pending() function
/freebsd/contrib/sendmail/src/
H A Dsfsasl.c464 return SSL_pending(so->con) > 0;
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c819 n_to_read = SSL_pending(bev_ssl->ssl); in consider_reading()
/freebsd/contrib/libevent/
H A Dbufferevent_openssl.c819 n_to_read = SSL_pending(bev_ssl->ssl); in consider_reading()
/freebsd/crypto/openssl/util/
H A Dlibssl.num281 SSL_pending 282 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/doc/
H A Dbuild.info2558 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 \
/freebsd/contrib/libpcap/
H A Dpcap-rpcap.c412 retval = pr->data_ssl && SSL_pending(pr->data_ssl) > 0; in pcap_read_nocb_remote()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1638 __owur int SSL_pending(const SSL *s);
H A Dssl.h.in1566 __owur int SSL_pending(const SSL *s);
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile521 MAN+= SSL_pending.3
4102 MLINKS+= SSL_pending.3 SSL_has_pending.3
/freebsd/
H A DObsoleteFiles.inc17753 OLD_FILES+=usr/share/man/man3/SSL_pending.3.gz