Home
last modified time | relevance | path

Searched refs:SSL_set_blocking_mode (Results 1 – 25 of 34) sorted by relevance

12

/src/crypto/openssl/doc/man3/
H A DSSL_set_blocking_mode.pod5 SSL_set_blocking_mode, SSL_get_blocking_mode - configure blocking mode for a
12 int SSL_set_blocking_mode(SSL *s, int blocking);
17 SSL_set_blocking_mode() can be used to enable or disable blocking mode on a QUIC
23 To enable blocking mode, call SSL_set_blocking_mode() with I<blocking> set to 1;
24 to disable it, call SSL_set_blocking_mode() with I<blocking> set to 0.
45 which can support blocking mode and explicitly call SSL_set_blocking_mode().
49 SSL_set_blocking_mode() returns 1 on success and 0 on failure. The function
63 The SSL_set_blocking_mode() and SSL_get_blocking_mode() functions were added in
H A DSSL_accept_stream.pod33 blocking mode (see L<SSL_set_blocking_mode(3)>), but this may be bypassed by
65 L<SSL_set_blocking_mode(3)>, L<SSL_free(3)>
H A DSSL_inject_net_dgram.pod40 L<OSSL_QUIC_client_method(3)>, L<SSL_handle_events(3)>, L<SSL_set_blocking_mode(3)>
H A DSSL_new_listener.pod91 Configure the blocking mode using L<SSL_set_blocking_mode(3)>;
225 L<SSL_set_blocking_mode(3)>
H A DSSL_new_stream.pod51 configured in blocking mode (see L<SSL_set_blocking_mode(3)>). It may also be
H A DSSL_set_bio.pod102 L<SSL_set_blocking_mode(3)>.
H A DSSL_get_value_uint.pod249 L<SSL_set_blocking_mode(3)>.
/src/crypto/openssl/demos/quic/server/
H A Dserver.c162 if (!SSL_set_blocking_mode(listener, 1)) in run_quic_server()
/src/crypto/openssl/test/
H A Dquic_client_test.c95 if (!TEST_true(SSL_set_blocking_mode(c_ssl, 0))) in test_quic_client_ex()
H A Dquic_tserver_test.c193 if (!TEST_true(SSL_set_blocking_mode(c_ssl, 0))) in do_test()
/src/crypto/openssl/demos/guide/
H A Dquic-client-non-block.c338 if (!SSL_set_blocking_mode(ssl, 0)) { in main()
H A Dquic-server-non-block.c380 if (!SSL_set_blocking_mode(listener, 0)) in run_quic_server()
/src/crypto/openssl/doc/man7/
H A Dopenssl-quic.pod177 application-level blocking mode using L<SSL_set_blocking_mode(3)>. See
178 L<SSL_set_blocking_mode(3)> for details.
187 L<SSL_set_blocking_mode(3)>.
407 L<SSL_set_blocking_mode(3)> API. The default mode is blocking. If an application
409 it must add a call to L<SSL_set_blocking_mode(3)> to disable blocking mode.
464 level (configured using L<SSL_set_blocking_mode(3)>).
602 =item L<SSL_set_blocking_mode(3)>, L<SSL_get_blocking_mode(3)>
823 L<SSL_set_blocking_mode(3)>.
917 L<SSL_set_blocking_mode(3)>, L<SSL_shutdown_ex(3)>,
H A Dopenssl-quic-concurrency.pod138 to L<SSL_set_blocking_mode(3)> attempting to enable blocking mode may fail,
322 blocking mode can be changed explicitly using L<SSL_set_blocking_mode(3)>.
H A Dossl-guide-quic-client-non-block.pod277 L<SSL_set_blocking_mode(3)> function:
284 if (!SSL_set_blocking_mode(ssl, 0)) {
H A Dossl-guide-quic-introduction.pod167 L<SSL_set_blocking_mode(3)>.
H A Dossl-guide-quic-server-non-block.pod206 if (!SSL_set_blocking_mode(listener, 0))
H A Dossl-guide-quic-multi-stream.pod93 (see L<SSL_set_blocking_mode(3)>).
/src/secure/lib/libssl/
H A DVersion.map619 SSL_set_blocking_mode;
/src/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop.c808 if (!SSL_set_blocking_mode(*ssl, 0)) { in setup_connection()
/src/crypto/openssl/test/helpers/
H A Dquictestlib.c315 if (!TEST_true(SSL_set_blocking_mode(*cssl, in qtest_create_quic_objects()
/src/crypto/openssl/test/radix/
H A Dquic_ops.c721 if (!TEST_true(SSL_set_blocking_mode(ssl, 0))) in DEF_FUNC()
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-io-arch.md507 int SSL_set_blocking_mode(SSL *s, int blocking);
522 equivalent to a call to `SSL_set_blocking_mode()`.
/src/crypto/openssl/demos/http3/
H A Dossl-nghttp3-demo-server.c1069 if (!SSL_set_blocking_mode(listener, 0)) in run_quic_server()
/src/crypto/openssl/util/
H A Dlibssl.num536 SSL_set_blocking_mode 537 3_2_0 EXIST::FUNCTION:

12