Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DSSL_get_stream_read_state.pod5 SSL_get_stream_read_state, SSL_get_stream_write_state,
24 int SSL_get_stream_read_state(SSL *ssl);
32 SSL_get_stream_read_state() and SSL_get_stream_write_state() retrieve the
51 This value is returned if SSL_get_stream_read_state() is called on a
58 For SSL_get_stream_read_state(), this value is returned when the remote peer has
72 For SSL_get_stream_read_state(), this means that the receiving part of the
91 For SSL_get_stream_read_state(), this means that the peer sent a QUIC
110 will fail. SSL_get_stream_read_state() will return this state if and only if
132 SSL_get_stream_read_state() and SSL_get_stream_write_state() return one of the
H A DSSL_get_value_uint.pod336 L<SSL_get_stream_read_state(3)>, L<SSL_get_stream_write_state(3)>,
/openssl/demos/guide/
H A Dquic-multi-stream.c332 switch (SSL_get_stream_read_state(stream1)) { in main()
389 switch (SSL_get_stream_read_state(stream3)) { in main()
H A Dquic-client-block.c286 switch (SSL_get_stream_read_state(ssl)) { in main()
H A Dquic-client-non-block.c187 switch (SSL_get_stream_read_state(ssl)) { in handle_io_failure()
H A Dquic-hq-interop.c307 switch (SSL_get_stream_read_state(ssl)) { in handle_io_failure()
/openssl/demos/http3/
H A Dossl-nghttp3.c473 || SSL_get_stream_read_state(s->s) == SSL_STREAM_STATE_WRONG_DIR in h3_conn_pump_stream()
504 } else if (SSL_get_stream_read_state(s->s) in h3_conn_pump_stream()
/openssl/doc/man7/
H A Dossl-guide-quic-client-block.pod288 switch (SSL_get_stream_read_state(ssl)) {
312 fatal error. We can use L<SSL_get_stream_read_state(3)> to determine whether the
H A Dossl-guide-quic-multi-stream.pod297 The L<SSL_get_stream_read_state(3)> function can be used to distinguish between
318 switch (SSL_get_stream_read_state(stream1)) {
H A Dossl-guide-quic-client-non-block.pod198 L<SSL_get_stream_read_state(3)> to determine whether the error is local to the
229 switch (SSL_get_stream_read_state(ssl)) {
H A Dopenssl-quic.pod579 =item L<SSL_get_stream_write_state(3)> and L<SSL_get_stream_read_state(3)>
831 L<SSL_stream_reset(3)>, L<SSL_get_stream_read_state(3)>,
/openssl/doc/designs/quic-design/
H A Dquic-api.md234 `SSL_get_stream_read_state` can be used to clarify the stream state when an
737 * stream where SSL_get_stream_read_state is
745 * For SSL_get_stream_read_state, this means that there is no more data to read,
758 * For SSL_get_stream_read_state, this means that the stream was aborted using a
772 * For SSL_get_stream_read_state, this means the peer sent a STREAM_RESET
784 * For SSL_get_stream_read_state, this means that attempts to read from the
793 int SSL_get_stream_read_state(SSL *ssl);
H A Dquic-api-ssl-funcs.md638 | `SSL_get_stream_read_state` | CSSM | ��N | ��A | ��QSA | ��Done …
/openssl/util/
H A Dlibssl.num570 SSL_get_stream_read_state 571 3_2_0 EXIST::FUNCTION:
/openssl/doc/
H A Dbuild.info2666 DEPEND[html/man3/SSL_get_stream_read_state.html]=man3/SSL_get_stream_read_state.pod
2667 GENERATE[html/man3/SSL_get_stream_read_state.html]=man3/SSL_get_stream_read_state.pod
2668 DEPEND[man/man3/SSL_get_stream_read_state.3]=man3/SSL_get_stream_read_state.pod
2669 GENERATE[man/man3/SSL_get_stream_read_state.3]=man3/SSL_get_stream_read_state.pod
3676 html/man3/SSL_get_stream_read_state.html \
4340 man/man3/SSL_get_stream_read_state.3 \
/openssl/include/openssl/
H A Dssl.h.in2361 __owur int SSL_get_stream_read_state(SSL *ssl);
/openssl/ssl/
H A Dssl_lib.c7777 int SSL_get_stream_read_state(SSL *s) in SSL_get_stream_read_state() function

Completed in 76 milliseconds