Home
last modified time | relevance | path

Searched refs:SSL_net_read_desired (Results 1 – 17 of 17) sorted by relevance

/openssl/doc/man3/
H A DSSL_get_rpoll_descriptor.pod5 SSL_get_rpoll_descriptor, SSL_get_wpoll_descriptor, SSL_net_read_desired,
15 int SSL_net_read_desired(SSL *s);
28 The functions SSL_net_read_desired() and SSL_net_write_desired() return 1 or 0
32 current time, SSL_net_read_desired() will return 0; likewise, if an SSL object is
52 If the last call to SSL_net_read_desired() returned 1, SSL_handle_events() should be called
64 The return values of the SSL_net_read_desired() and SSL_net_write_desired() functions
66 SSL_net_read_desired(), SSL_net_write_desired(), SSL_get_rpoll_descriptor(),
74 On non-QUIC SSL objects, calls to SSL_net_read_desired() and
88 The SSL_get_rpoll_descriptor(), SSL_get_wpoll_descriptor(), SSL_net_read_desired()
/openssl/doc/designs/ddd/
H A DREPORT.md110 This information is now exposed via `SSL_net_read_desired` and
169 - Use of `SSL_net_read_desired` and `SSL_net_write_desired` (as for
232 This information is now exposed via `SSL_net_read_desired` and
270 - Use of `SSL_net_read_desired` and `SSL_net_write_desired` (as for
H A Dddd-02-conn-nonblocking-threads.c218 return (SSL_net_read_desired(conn->ssl) ? POLLIN : 0) in get_conn_pending_tx()
H A Dddd-02-conn-nonblocking.c230 return (SSL_net_read_desired(conn->ssl) ? POLLIN : 0) in get_conn_pending_tx()
H A Dddd-04-fd-nonblocking.c201 return (SSL_net_read_desired(conn->ssl) ? POLLIN : 0) in get_conn_pending_tx()
H A Dddd-05-mem-nonblocking.c247 return (SSL_net_read_desired(conn->ssl) ? POLLIN : 0)
/openssl/demos/guide/
H A Dquic-client-non-block.c131 if (SSL_net_read_desired(ssl)) in wait_for_activity()
H A Dquic-hq-interop.c230 if (SSL_net_read_desired(ssl)) in wait_for_activity()
/openssl/doc/man7/
H A Dopenssl-quic.pod221 incoming network datagrams, use the new function L<SSL_net_read_desired(3)>;
546 L<SSL_net_read_desired(3)> and L<SSL_net_write_desired(3)> return 1, respectively.
548 =item L<SSL_net_read_desired(3)>, L<SSL_net_write_desired(3)>
774 It should call L<SSL_net_read_desired(3)> and L<SSL_net_write_desired(3)> to determine
789 (if L<SSL_net_read_desired(3)> returned 1);
827 L<SSL_net_read_desired(3)>, L<SSL_net_write_desired(3)>,
H A Dossl-guide-quic-client-non-block.pod92 if (SSL_net_read_desired(ssl))
139 socket for a QUIC application we must call the L<SSL_net_read_desired(3)> and
/openssl/doc/designs/quic-design/
H A Dquic-api.md37 … - [`SSL_net_read_desired`, `SSL_net_write_desired`](#-ssl-want-net-read----ssl-want-net-write-)
485 is relevant if `SSL_net_read_desired` returns 1, and `SSL_get_wpoll_descriptor`
494 #### `SSL_net_read_desired`, `SSL_net_write_desired`
505 function other than `SSL_net_read_desired`, `SSL_net_write_desired`,
520 returns `SSL_NOTHING`) and `SSL_net_read_desired` and `SSL_net_write_desired`
H A Dquic-api-ssl-funcs.md632 | `SSL_net_read_desired` | CSSM | ��N | ��A | ��QSA | ��Done …
/openssl/util/
H A Dlibssl.num539 SSL_net_read_desired 540 3_2_0 EXIST::FUNCTION:
/openssl/apps/
H A Ds_client.c3010 || (isquic && SSL_net_read_desired(con))) in s_client_main()
3018 || (isquic && SSL_net_read_desired(con))) in s_client_main()
/openssl/test/
H A Dsslapitest.c6845 || !TEST_true(SSL_net_read_desired(peerwrite))) in test_key_update_peer_in_write()
6861 if (!TEST_false(SSL_net_read_desired(peerwrite)) in test_key_update_peer_in_write()
/openssl/include/openssl/
H A Dssl.h.in2287 __owur int SSL_net_read_desired(SSL *s);
/openssl/ssl/
H A Dssl_lib.c7564 int SSL_net_read_desired(SSL *s) in SSL_net_read_desired() function

Completed in 183 milliseconds