Searched refs:SSL_get_stream_read_state (Results 1 – 17 of 17) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_get_stream_read_state.pod | 5 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 D | SSL_get_value_uint.pod | 336 L<SSL_get_stream_read_state(3)>, L<SSL_get_stream_write_state(3)>,
|
/openssl/demos/guide/ |
H A D | quic-multi-stream.c | 332 switch (SSL_get_stream_read_state(stream1)) { in main() 389 switch (SSL_get_stream_read_state(stream3)) { in main()
|
H A D | quic-client-block.c | 286 switch (SSL_get_stream_read_state(ssl)) { in main()
|
H A D | quic-client-non-block.c | 187 switch (SSL_get_stream_read_state(ssl)) { in handle_io_failure()
|
H A D | quic-hq-interop.c | 307 switch (SSL_get_stream_read_state(ssl)) { in handle_io_failure()
|
/openssl/demos/http3/ |
H A D | ossl-nghttp3.c | 473 || 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 D | ossl-guide-quic-client-block.pod | 288 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 D | ossl-guide-quic-multi-stream.pod | 297 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 D | ossl-guide-quic-client-non-block.pod | 198 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 D | openssl-quic.pod | 579 =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 D | quic-api.md | 234 `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 D | quic-api-ssl-funcs.md | 638 | `SSL_get_stream_read_state` | CSSM | N | A | QSA | Done …
|
/openssl/util/ |
H A D | libssl.num | 570 SSL_get_stream_read_state 571 3_2_0 EXIST::FUNCTION:
|
/openssl/doc/ |
H A D | build.info | 2666 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 D | ssl.h.in | 2361 __owur int SSL_get_stream_read_state(SSL *ssl);
|
/openssl/ssl/ |
H A D | ssl_lib.c | 7777 int SSL_get_stream_read_state(SSL *s) in SSL_get_stream_read_state() function
|
Completed in 76 milliseconds