Searched refs:SSL_accept_stream (Results 1 – 22 of 22) sorted by relevance
/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)>. 74 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 | 257 L<SSL_accept_stream(3)>. 263 L<SSL_accept_stream(3)>.
|
/openssl/fuzz/ |
H A D | quic-client.c | 185 = SSL_accept_stream(client, 0); in FuzzerTestOneInput()
|
/openssl/demos/guide/ |
H A D | quic-multi-stream.c | 366 stream3 = SSL_accept_stream(ssl, 0); in main()
|
/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 | 94 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 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()
|
/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 | 172 `SSL_accept_stream`.
|
H A D | quic-api-ssl-funcs.md | 651 | `SSL_accept_stream` | CSSM | N | A | QSA | Done …
|
/openssl/util/ |
H A D | libssl.num | 567 SSL_accept_stream 568 3_2_0 EXIST::FUNCTION:
|
/openssl/doc/ |
H A D | build.info | 2514 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 D | quicapitest.c | 1439 *stream = SSL_accept_stream(clientquic, 0); in unreliable_client_read()
|
H A D | quic_multistream_test.c | 1566 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 D | ssl.h.in | 2320 __owur SSL *SSL_accept_stream(SSL *s, uint64_t flags);
|
/openssl/ssl/ |
H A D | ssl_lib.c | 7739 SSL *SSL_accept_stream(SSL *s, uint64_t flags) in SSL_accept_stream() function
|
Completed in 102 milliseconds