Home
last modified time | relevance | path

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

/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)>.
74 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.pod257 L<SSL_accept_stream(3)>.
263 L<SSL_accept_stream(3)>.
/openssl/fuzz/
H A Dquic-client.c185 = SSL_accept_stream(client, 0); in FuzzerTestOneInput()
/openssl/demos/guide/
H A Dquic-multi-stream.c366 stream3 = SSL_accept_stream(ssl, 0); in main()
/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.pod94 L<SSL_new_stream(3)> and L<SSL_accept_stream(3)>; note that the default incoming
96 in order to use L<SSL_accept_stream(3)> in this case. However, applications
100 Calling L<SSL_new_stream(3)> or L<SSL_accept_stream(3)> before a default stream
110 L<SSL_accept_stream(3)> to create individual stream SSL objects for sending and
618 =item L<SSL_accept_stream(3)>
632 or allow them to be handled using L<SSL_accept_stream(3)>.
834 L<SSL_new_stream(3)>, L<SSL_accept_stream(3)>,
/openssl/demos/http3/
H A Dossl-nghttp3.c588 if ((snew = SSL_accept_stream(conn->qconn, SSL_ACCEPT_STREAM_NO_BLOCK)) == NULL) in OSSL_DEMO_H3_CONN_handle_events()
/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.md172 `SSL_accept_stream`.
H A Dquic-api-ssl-funcs.md651 | `SSL_accept_stream` | CSSM | ��N | ��A | ��QSA | ��Done …
/openssl/util/
H A Dlibssl.num567 SSL_accept_stream 568 3_2_0 EXIST::FUNCTION:
/openssl/doc/
H A Dbuild.info2514 DEPEND[html/man3/SSL_accept_stream.html]=man3/SSL_accept_stream.pod
2515 GENERATE[html/man3/SSL_accept_stream.html]=man3/SSL_accept_stream.pod
2516 DEPEND[man/man3/SSL_accept_stream.3]=man3/SSL_accept_stream.pod
2517 GENERATE[man/man3/SSL_accept_stream.3]=man3/SSL_accept_stream.pod
3638 html/man3/SSL_accept_stream.html \
4302 man/man3/SSL_accept_stream.3 \
/openssl/test/
H A Dquicapitest.c1439 *stream = SSL_accept_stream(clientquic, 0); in unreliable_client_read()
H A Dquic_multistream_test.c1566 if ((c_stream = SSL_accept_stream(h->c_conn, 0)) == NULL) in run_script_worker()
1598 if (!TEST_ptr_null(c_stream = SSL_accept_stream(h->c_conn, in run_script_worker()
/openssl/include/openssl/
H A Dssl.h.in2320 __owur SSL *SSL_accept_stream(SSL *s, uint64_t flags);
/openssl/ssl/
H A Dssl_lib.c7739 SSL *SSL_accept_stream(SSL *s, uint64_t flags) in SSL_accept_stream() function

Completed in 102 milliseconds