Home
last modified time | relevance | path

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

/src/crypto/openssl/doc/man3/
H A DSSL_stream_reset.pod5 SSL_stream_reset - reset a QUIC stream
15 int SSL_stream_reset(SSL *ssl,
21 The SSL_stream_reset() function resets the send part of a QUIC stream when
68 SSL_stream_reset() was added in OpenSSL 3.2.
H A DSSL_free.pod47 via a call to L<SSL_stream_conclude(3)> or L<SSL_stream_reset(3)> on the QUIC
49 the stream as though L<SSL_stream_reset(3)> were called with a QUIC application
H A DSSL_get_stream_read_state.pod78 was aborted, for example because the application called L<SSL_stream_reset(3)>,
146 L<SSL_stream_conclude(3)>, L<SSL_stream_reset(3)>, L<SSL_new_stream(3)>,
H A DSSL_poll.pod287 L<SSL_stream_reset(3)>).
H A DSSL_shutdown.pod225 termination, see L<SSL_stream_reset(3)>.
/src/secure/lib/libssl/
H A DVersion.map628 SSL_stream_reset;
/src/crypto/openssl/demos/http3/
H A Dossl-nghttp3.c211 if (!SSL_stream_reset(stream->s, &args, sizeof(args))) in h3_conn_reset_stream()
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-api.md42 - [`SSL_stream_reset`](#-ssl-stream-reset-)
325 call `SSL_stream_reset` before calling this function.
586 `SSL_stream_reset`) is not transmitted by this function.
675 stream, see `SSL_stream_reset`.
679 #### `SSL_stream_reset`
690 int SSL_stream_reset(SSL *ssl,
H A Dquic-api-ssl-funcs.md637 | `SSL_stream_reset` | CSSM | ��N | ��A | ��QSA | ��Done …
/src/crypto/openssl/test/radix/
H A Dquic_ops.c434 if (!TEST_true(SSL_stream_reset(ssl, &args, sizeof(args)))) in DEF_FUNC()
/src/crypto/openssl/util/
H A Dlibssl.num569 SSL_stream_reset 570 3_2_0 EXIST::FUNCTION:
/src/crypto/openssl/doc/man7/
H A Dopenssl-quic.pod648 =item L<SSL_stream_reset(3)>
919 L<SSL_stream_reset(3)>, L<SSL_get_stream_read_state(3)>,
H A Dossl-guide-quic-multi-stream.pod132 L<SSL_stream_reset(3)>.
/src/crypto/openssl/doc/
H A Dbuild.info2870 DEPEND[html/man3/SSL_stream_reset.html]=man3/SSL_stream_reset.pod
2871 GENERATE[html/man3/SSL_stream_reset.html]=man3/SSL_stream_reset.pod
2872 DEPEND[man/man3/SSL_stream_reset.3]=man3/SSL_stream_reset.pod
2873 GENERATE[man/man3/SSL_stream_reset.3]=man3/SSL_stream_reset.pod
3781 html/man3/SSL_stream_reset.html \
4457 man/man3/SSL_stream_reset.3 \
/src/crypto/openssl/test/
H A Dquic_multistream_test.c1791 if (!TEST_true(SSL_stream_reset(c_tgt, &args, sizeof(args)))) in run_script_worker()
1794 if (!TEST_false(SSL_stream_reset(c_tgt, &args, sizeof(args)))) in run_script_worker()
/src/crypto/openssl/include/openssl/
H A Dssl.h2445 __owur int SSL_stream_reset(SSL *ssl,
H A Dssl.h.in2398 __owur int SSL_stream_reset(SSL *ssl,
/src/crypto/openssl/ssl/
H A Dssl_lib.c7880 int SSL_stream_reset(SSL *s, in SSL_stream_reset() function
/src/secure/lib/libcrypto/man/man3/
H A DMakefile599 MAN+= SSL_stream_reset.3