Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/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.pod45 records, and SSL_has_pending() can't tell the difference between processed and
/netbsd-src/crypto/external/bsd/openssl/dist/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.pod45 records, and SSL_has_pending() can't tell the difference between processed and
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Ddtlstest.c558 || !TEST_false(SSL_has_pending(cssl))) in test_swap_records()
564 || !TEST_true(SSL_has_pending(cssl))) in test_swap_records()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map301 SSL_has_pending;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map389 SSL_has_pending;
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Ddtlstest.c399 || !TEST_true(SSL_has_pending(cssl))) in test_swap_app_data()
H A Dsslapitest.c5739 || !TEST_false(SSL_has_pending(clientssl)) in test_ssl_pending()
5741 || !TEST_false(SSL_has_pending(serverssl)) in test_ssl_pending()
5747 || !TEST_true(SSL_has_pending(clientssl))) in test_ssl_pending()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num385 SSL_has_pending 386 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num385 SSL_has_pending 386 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_server.c2448 read_from_sslcon = SSL_has_pending(con) in sv_body()
2724 if (SSL_has_pending(con)) in sv_body()
H A Ds_client.c2816 ssl_pending = read_ssl && SSL_has_pending(con); in s_client_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c2528 read_from_sslcon = SSL_has_pending(con) in sv_body()
2783 if (SSL_has_pending(con)) in sv_body()
H A Ds_client.c2767 ssl_pending = read_ssl && SSL_has_pending(con); in s_client_main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h1547 __owur int SSL_has_pending(const SSL *s);
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c1509 int SSL_has_pending(const SSL *s) in SSL_has_pending() function
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in1567 __owur int SSL_has_pending(const SSL *s);
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES102 *) Fixed SSL_pending() and SSL_has_pending() with DTLS which were failing to