Home
last modified time | relevance | path

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

/src/crypto/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)>,
/src/crypto/openssl/demos/guide/
H A Dquic-multi-stream.c330 switch (SSL_get_stream_read_state(stream1)) { in main()
387 switch (SSL_get_stream_read_state(stream3)) { in main()
H A Dquic-client-block.c287 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-server-non-block.c324 switch (SSL_get_stream_read_state(ssl)) { in handle_io_failure()
/src/crypto/openssl/demos/http3/
H A Dossl-nghttp3.c478 || SSL_get_stream_read_state(s->s) == SSL_STREAM_STATE_WRONG_DIR in h3_conn_pump_stream()
509 } else if (SSL_get_stream_read_state(s->s) in h3_conn_pump_stream()
/src/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop-server.c397 switch (SSL_get_stream_read_state(ssl)) { in handle_io_failure()
H A Dquic-hq-interop.c305 switch (SSL_get_stream_read_state(ssl)) { in handle_io_failure()
/src/secure/lib/libssl/
H A DVersion.map581 SSL_get_stream_read_state;
/src/crypto/openssl/doc/man7/
H A Dossl-guide-quic-client-block.pod311 switch (SSL_get_stream_read_state(ssl)) {
335 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.pod653 =item L<SSL_get_stream_write_state(3)> and L<SSL_get_stream_read_state(3)>
919 L<SSL_stream_reset(3)>, L<SSL_get_stream_read_state(3)>,
/src/crypto/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 …
/src/crypto/openssl/test/radix/
H A Dquic_bindings.c272 rstate = SSL_get_stream_read_state(ssl); in report_ssl()
/src/secure/lib/libcrypto/man/man3/
H A DMakefile559 MAN+= SSL_get_stream_read_state.3
4456 MLINKS+= SSL_get_stream_read_state.3 SSL_STREAM_STATE_CONN_CLOSED.3
4457 MLINKS+= SSL_get_stream_read_state.3 SSL_STREAM_STATE_FINISHED.3
4458 MLINKS+= SSL_get_stream_read_state.3 SSL_STREAM_STATE_NONE.3
4459 MLINKS+= SSL_get_stream_read_state.3 SSL_STREAM_STATE_OK.3
4460 MLINKS+= SSL_get_stream_read_state.3 SSL_STREAM_STATE_RESET_LOCAL.3
4461 MLINKS+= SSL_get_stream_read_state.3 SSL_STREAM_STATE_RESET_REMOTE.3
4462 MLINKS+= SSL_get_stream_read_state.3 SSL_STREAM_STATE_WRONG_DIR.3
4463 MLINKS+= SSL_get_stream_read_state.3 SSL_get_stream_read_error_code.3
4464 MLINKS+= SSL_get_stream_read_state.3 SSL_get_stream_write_error_code.3
[all …]
/src/crypto/openssl/util/
H A Dlibssl.num570 SSL_get_stream_read_state 571 3_2_0 EXIST::FUNCTION:
/src/crypto/openssl/doc/
H A Dbuild.info2710 DEPEND[html/man3/SSL_get_stream_read_state.html]=man3/SSL_get_stream_read_state.pod
2711 GENERATE[html/man3/SSL_get_stream_read_state.html]=man3/SSL_get_stream_read_state.pod
2712 DEPEND[man/man3/SSL_get_stream_read_state.3]=man3/SSL_get_stream_read_state.pod
2713 GENERATE[man/man3/SSL_get_stream_read_state.3]=man3/SSL_get_stream_read_state.pod
3741 html/man3/SSL_get_stream_read_state.html \
4417 man/man3/SSL_get_stream_read_state.3 \
/src/crypto/openssl/include/openssl/
H A Dssl.h2456 __owur int SSL_get_stream_read_state(SSL *ssl);
H A Dssl.h.in2409 __owur int SSL_get_stream_read_state(SSL *ssl);
/src/crypto/openssl/ssl/
H A Dssl_lib.c7894 int SSL_get_stream_read_state(SSL *s) in SSL_get_stream_read_state() function