Home
last modified time | relevance | path

Searched refs:SSL_accept_stream (Results 1 – 25 of 32) sorted by relevance

12

/src/crypto/openssl/doc/man3/
H A DSSL_accept_stream.pod5 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 DSSL_set_incoming_stream_policy.pod62 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 DSSL_new_stream.pod39 L<SSL_accept_stream(3)>.
85 L<SSL_accept_stream(3)>, L<SSL_free(3)>
H A DSSL_get0_connection.pod39 L<SSL_new(3)>, L<SSL_new_stream(3)>, L<SSL_accept_stream(3)>
H A DSSL_set_default_stream_mode.pod89 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 DSSL_get_stream_id.pod95 L<SSL_new_stream(3)>, L<SSL_accept_stream(3)>
H A DSSL_get_stream_read_state.pod147 L<SSL_accept_stream(3)>, L<SSL_get_conn_close_info(3)>
H A DSSL_poll.pod302 L<SSL_accept_stream(3)>.
308 L<SSL_accept_stream(3)>.
H A DSSL_new_listener.pod110 stream SSL object obtained using SSL_accept_stream() called on a connection
/src/crypto/openssl/fuzz/
H A Dquic-server.c175 stream = allstreams[numstreams++] = SSL_accept_stream(server, 0); in FuzzerTestOneInput()
H A Dquic-client.c185 = SSL_accept_stream(client, 0); in FuzzerTestOneInput()
/src/crypto/openssl/demos/guide/
H A Dquic-multi-stream.c364 stream3 = SSL_accept_stream(ssl, 0); in main()
/src/crypto/openssl/doc/man7/
H A Dossl-guide-quic-multi-stream.pod44 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 Dopenssl-quic.pod95 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)>.
922 L<SSL_new_stream(3)>, L<SSL_accept_stream(3)>,
/src/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop-server.c672 stream = SSL_accept_stream(conn, 0); in run_quic_server()
/src/secure/lib/libssl/
H A DVersion.map565 SSL_accept_stream;
/src/crypto/openssl/test/radix/
H A Dquic_ops.c308 stream = SSL_accept_stream(conn, flags); in DEF_FUNC()
406 stream = SSL_accept_stream(conn, flags); in DEF_FUNC()
/src/crypto/openssl/demos/http3/
H A Dossl-nghttp3.c593 if ((snew = SSL_accept_stream(conn->qconn, SSL_ACCEPT_STREAM_NO_BLOCK)) == NULL) in OSSL_DEMO_H3_CONN_handle_events()
H A Dossl-nghttp3-demo-server.c577 SSL *stream = SSL_accept_stream(item->desc.value.ssl, 0); in read_from_ssl_ids()
/src/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-server-api.md125 * 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 Dquic-polling.md261 `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.
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-api.md56 - [`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 Dglossary.md197 `SSL_accept_stream`.
/src/crypto/openssl/util/
H A Dlibssl.num567 SSL_accept_stream 568 3_2_0 EXIST::FUNCTION:
/src/crypto/openssl/doc/
H A Dbuild.info2558 DEPEND[html/man3/SSL_accept_stream.html]=man3/SSL_accept_stream.pod
2559 GENERATE[html/man3/SSL_accept_stream.html]=man3/SSL_accept_stream.pod
2560 DEPEND[man/man3/SSL_accept_stream.3]=man3/SSL_accept_stream.pod
2561 GENERATE[man/man3/SSL_accept_stream.3]=man3/SSL_accept_stream.pod
3703 html/man3/SSL_accept_stream.html \
4379 man/man3/SSL_accept_stream.3 \

12