Home
last modified time | relevance | path

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

/freebsd/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.pod283 L<SSL_stream_reset(3)>).
H A DSSL_shutdown.pod225 termination, see L<SSL_stream_reset(3)>.
/freebsd/secure/lib/libssl/
H A DVersion.map628 SSL_stream_reset;
/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3.c209 if (!SSL_stream_reset(stream->s, &args, sizeof(args))) in h3_conn_reset_stream()
/freebsd/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 …
/freebsd/crypto/openssl/test/radix/
H A Dquic_ops.c432 if (!TEST_true(SSL_stream_reset(ssl, &args, sizeof(args)))) in DEF_FUNC()
/freebsd/crypto/openssl/util/
H A Dlibssl.num569 SSL_stream_reset 570 3_2_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-quic.pod648 =item L<SSL_stream_reset(3)>
905 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)>.
/freebsd/crypto/openssl/doc/
H A Dbuild.info2854 DEPEND[html/man3/SSL_stream_reset.html]=man3/SSL_stream_reset.pod
2855 GENERATE[html/man3/SSL_stream_reset.html]=man3/SSL_stream_reset.pod
2856 DEPEND[man/man3/SSL_stream_reset.3]=man3/SSL_stream_reset.pod
2857 GENERATE[man/man3/SSL_stream_reset.3]=man3/SSL_stream_reset.pod
3761 html/man3/SSL_stream_reset.html \
4433 man/man3/SSL_stream_reset.3 \
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c1860 if (!TEST_true(SSL_stream_reset(c_tgt, &args, sizeof(args)))) in run_script_worker()
1863 if (!TEST_false(SSL_stream_reset(c_tgt, &args, sizeof(args)))) in run_script_worker()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2437 __owur int SSL_stream_reset(SSL *ssl,
H A Dssl.h.in2390 __owur int SSL_stream_reset(SSL *ssl,
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c7927 int SSL_stream_reset(SSL *s, in SSL_stream_reset() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile595 MAN+= SSL_stream_reset.3