| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_new_stream.pod | 5 SSL_new_stream, SSL_STREAM_FLAG_UNI, SSL_STREAM_FLAG_NO_BLOCK, 15 SSL *SSL_new_stream(SSL *ssl, uint64_t flags); 19 The SSL_new_stream() function, when passed a QUIC connection SSL object, creates 34 Once a stream has been created using SSL_new_stream(), it may be used in the 41 Calling SSL_new_stream() if there is no default stream already present 46 specified type, a call to SSL_new_stream() will either block (if the connection 67 SSL_new_stream() returns a new stream object, or NULL on error. 72 SSL_new_stream() may also fail if the underlying connection has reached the 89 SSL_new_stream() was added in OpenSSL 3.2.
|
| H A D | SSL_get0_connection.pod | 39 L<SSL_new(3)>, L<SSL_new_stream(3)>, L<SSL_accept_stream(3)>
|
| H A D | SSL_set_default_stream_mode.pod | 88 SSL object directly. You must obtain streams using L<SSL_new_stream(3)> or 111 L<SSL_new_stream(3)>, L<SSL_accept_stream(3)>, L<SSL_free(3)>,
|
| H A D | SSL_accept_stream.pod | 64 L<openssl-quic(7)/MODES OF OPERATION>, L<SSL_new_stream(3)>,
|
| H A D | SSL_get_stream_id.pod | 95 L<SSL_new_stream(3)>, L<SSL_accept_stream(3)>
|
| H A D | SSL_get_value_uint.pod | 175 example, a value of 100 would mean that L<SSL_new_stream(3)> could be called 100 176 times to create 100 bidirectional streams before L<SSL_new_stream(3)> would
|
| H A D | SSL_get_stream_read_state.pod | 146 L<SSL_stream_conclude(3)>, L<SSL_stream_reset(3)>, L<SSL_new_stream(3)>,
|
| /freebsd/crypto/openssl/demos/guide/ |
| H A D | quic-multi-stream.c | 268 stream1 = SSL_new_stream(ssl, 0); in main() 269 stream2 = SSL_new_stream(ssl, SSL_STREAM_FLAG_UNI); in main()
|
| /freebsd/crypto/openssl/fuzz/ |
| H A D | quic-client.c | 195 stream = SSL_new_stream(client, 0); in FuzzerTestOneInput()
|
| H A D | quic-server.c | 185 stream = SSL_new_stream(server, 0); in FuzzerTestOneInput()
|
| /freebsd/crypto/openssl/demos/http3/ |
| H A D | ossl-nghttp3-demo-server.c | 409 rstream = SSL_new_stream(conn, SSL_STREAM_FLAG_UNI); in quic_server_h3streams() 417 pstream = SSL_new_stream(conn, SSL_STREAM_FLAG_UNI); in quic_server_h3streams() 425 cstream = SSL_new_stream(conn, SSL_STREAM_FLAG_UNI); in quic_server_h3streams()
|
| H A D | ossl-nghttp3.c | 111 if ((s->s = SSL_new_stream(conn->qconn, flags)) == NULL) { in h3_conn_create_stream()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-quic-multi-stream.pod | 44 application calling L<SSL_new_stream(3)> or L<SSL_accept_stream(3)> (see 79 An endpoint can create a new stream by calling L<SSL_new_stream(3)>. This 206 stream1 = SSL_new_stream(ssl, 0); 207 stream2 = SSL_new_stream(ssl, SSL_STREAM_FLAG_UNI);
|
| H A D | openssl-quic.pod | 95 L<SSL_new_stream(3)> and L<SSL_accept_stream(3)>; note that the default incoming 101 Calling L<SSL_new_stream(3)> or L<SSL_accept_stream(3)> before a default stream 110 SSL object fail. Instead, an application calls L<SSL_new_stream(3)> or 687 =item L<SSL_new_stream(3)> 922 L<SSL_new_stream(3)>, L<SSL_accept_stream(3)>,
|
| /freebsd/secure/lib/libssl/ |
| H A D | Version.map | 611 SSL_new_stream;
|
| /freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/ |
| H A D | quic-hq-interop.c | 617 new_stream = SSL_new_stream(ssl, 0); in build_request_set()
|
| /freebsd/crypto/openssl/test/radix/ |
| H A D | quic_ops.c | 313 stream = SSL_new_stream(conn, flags); in DEF_FUNC()
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | glossary.md | 196 given QCSO, obtained using (for example) `SSL_new_stream` or
|
| H A D | quic-api.md | 55 - [`SSL_new_stream`](#-ssl-new-stream-) 1001 #### `SSL_new_stream` 1026 SSL *SSL_new_stream(SSL *ssl, uint64_t flags);
|
| H A D | quic-api-ssl-funcs.md | 650 | `SSL_new_stream` | CSSM | N | A | QSA | Done …
|
| /freebsd/crypto/openssl/util/ |
| H A D | libssl.num | 561 SSL_new_stream 562 3_2_0 EXIST::FUNCTION:
|
| /freebsd/crypto/openssl/doc/ |
| H A D | build.info | 2766 DEPEND[html/man3/SSL_new_stream.html]=man3/SSL_new_stream.pod 2767 GENERATE[html/man3/SSL_new_stream.html]=man3/SSL_new_stream.pod 2768 DEPEND[man/man3/SSL_new_stream.3]=man3/SSL_new_stream.pod 2769 GENERATE[man/man3/SSL_new_stream.3]=man3/SSL_new_stream.pod 3755 html/man3/SSL_new_stream.html \ 4431 man/man3/SSL_new_stream.3 \
|
| /freebsd/crypto/openssl/doc/designs/quic-design/server/ |
| H A D | quic-polling.md | 2071 * For SSL_OP_CLASS_N, this means SSL_new_stream. 2098 `SSL_read`, `SSL_write`, `SSL_accept_stream` or `SSL_new_stream` is called. 2131 `SSL_new_stream` are currently blocked due to flow control, this
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 573 MAN+= SSL_new_stream.3 4530 MLINKS+= SSL_new_stream.3 SSL_STREAM_FLAG_ADVANCE.3 4531 MLINKS+= SSL_new_stream.3 SSL_STREAM_FLAG_NO_BLOCK.3 4532 MLINKS+= SSL_new_stream.3 SSL_STREAM_FLAG_UNI.3
|
| /freebsd/crypto/openssl/test/ |
| H A D | quicapitest.c | 1000 stream = SSL_new_stream(clientquic, 0); in test_bio_ssl()
|