/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_accept_stream.pod | 5 SSL_accept_stream, SSL_get_accept_stream_queue_len, SSL_ACCEPT_STREAM_NO_BLOCK - 14 SSL *SSL_accept_stream(SSL *ssl, uint64_t flags); 20 The SSL_accept_stream() function attempts to dequeue an incoming stream from the 37 Calling SSL_accept_stream() if there is no default stream already present 53 SSL_accept_stream() returns a newly allocated QUIC stream SSL object, or NULL if 69 SSL_accept_stream() and SSL_get_accept_stream_queue_len() were added in OpenSSL
|
H A D | SSL_set_incoming_stream_policy.pod | 62 L<SSL_accept_stream(3)>. 71 possible to gain access to the stream using L<SSL_accept_stream(3)>. The stream 84 L<SSL_set_default_stream_mode(3)>, L<SSL_accept_stream(3)>
|
H A D | SSL_new_stream.pod | 39 L<SSL_accept_stream(3)>. 85 L<SSL_accept_stream(3)>, L<SSL_free(3)>
|
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 | 89 L<SSL_accept_stream(3)> in order to communicate with the peer. 111 L<SSL_new_stream(3)>, L<SSL_accept_stream(3)>, L<SSL_free(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_stream_read_state.pod | 147 L<SSL_accept_stream(3)>, L<SSL_get_conn_close_info(3)>
|
H A D | SSL_poll.pod | 298 L<SSL_accept_stream(3)>. 304 L<SSL_accept_stream(3)>.
|
H A D | SSL_new_listener.pod | 110 stream SSL object obtained using SSL_accept_stream() called on a connection
|
/freebsd/crypto/openssl/demos/guide/ |
H A D | quic-multi-stream.c | 366 stream3 = SSL_accept_stream(ssl, 0); in main()
|
/freebsd/crypto/openssl/fuzz/ |
H A D | quic-server.c | 175 stream = allstreams[numstreams++] = SSL_accept_stream(server, 0); in FuzzerTestOneInput()
|
H A D | quic-client.c | 185 = SSL_accept_stream(client, 0); in FuzzerTestOneInput()
|
/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 90 application can call L<SSL_accept_stream(3)> to create a new B<SSL> object for 148 object (with the exception of L<SSL_accept_stream(3)> and 346 we requested. To do that we call L<SSL_accept_stream(3)>. Since this is a 362 stream3 = SSL_accept_stream(ssl, 0);
|
H A D | openssl-quic.pod | 95 L<SSL_new_stream(3)> and L<SSL_accept_stream(3)>; note that the default incoming 97 in order to use L<SSL_accept_stream(3)> in this case. However, applications 101 Calling L<SSL_new_stream(3)> or L<SSL_accept_stream(3)> before a default stream 111 L<SSL_accept_stream(3)> to create individual stream SSL objects for sending and 692 =item L<SSL_accept_stream(3)> 706 or allow them to be handled using L<SSL_accept_stream(3)>. 908 L<SSL_new_stream(3)>, L<SSL_accept_stream(3)>,
|
/freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/ |
H A D | quic-hq-interop-server.c | 661 stream = SSL_accept_stream(conn, 0); in run_quic_server()
|
/freebsd/secure/lib/libssl/ |
H A D | Version.map | 565 SSL_accept_stream;
|
/freebsd/crypto/openssl/test/radix/ |
H A D | quic_ops.c | 306 stream = SSL_accept_stream(conn, flags); in DEF_FUNC() 404 stream = SSL_accept_stream(conn, flags); in DEF_FUNC()
|
/freebsd/crypto/openssl/demos/http3/ |
H A D | ossl-nghttp3.c | 588 if ((snew = SSL_accept_stream(conn->qconn, SSL_ACCEPT_STREAM_NO_BLOCK)) == NULL) in OSSL_DEMO_H3_CONN_handle_events()
|
H A D | ossl-nghttp3-demo-server.c | 578 SSL *stream = SSL_accept_stream(item->desc.value.ssl, 0); in read_from_ssl_ids()
|
/freebsd/crypto/openssl/doc/designs/quic-design/server/ |
H A D | quic-server-api.md | 125 * These APIs are exactly the same as SSL_accept_stream, but made a separate 534 available, just like `SSL_accept_stream`. The details of how polling and waiting
|
H A D | quic-polling.md | 261 `SSL_accept_stream()`. 265 `SSL_accept_stream()`. 637 yet to be popped via `SSL_accept_stream()`. 641 A. It is raised on anything that would cause `SSL_accept_stream()` to return a 2070 * For SSL_OP_CLASS_A, this means SSL_accept_stream. 2098 `SSL_read`, `SSL_write`, `SSL_accept_stream` or `SSL_new_stream` is called.
|
/freebsd/crypto/openssl/doc/designs/quic-design/ |
H A D | quic-api.md | 56 - [`SSL_accept_stream`](#-ssl-accept-stream-) 898 `SSL_accept_stream` calls, yet have some or all QUIC stream SSL objects be in 1029 #### `SSL_accept_stream` 1065 SSL *SSL_accept_stream(SSL *ssl, uint64_t flags); 1077 * to SSL_accept_stream. If this returns a non-zero value, the next call to 1078 * SSL_accept_stream (on any thread) is guaranteed to work. Returns 0 for
|
H A D | glossary.md | 197 `SSL_accept_stream`.
|
/freebsd/crypto/openssl/util/ |
H A D | libssl.num | 567 SSL_accept_stream 568 3_2_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/doc/ |
H A D | build.info | 2542 DEPEND[html/man3/SSL_accept_stream.html]=man3/SSL_accept_stream.pod 2543 GENERATE[html/man3/SSL_accept_stream.html]=man3/SSL_accept_stream.pod 2544 DEPEND[man/man3/SSL_accept_stream.3]=man3/SSL_accept_stream.pod 2545 GENERATE[man/man3/SSL_accept_stream.3]=man3/SSL_accept_stream.pod 3683 html/man3/SSL_accept_stream.html \ 4355 man/man3/SSL_accept_stream.3 \
|