Home
last modified time | relevance | path

Searched refs:SSL_get_blocking_mode (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_set_blocking_mode.pod5 SSL_set_blocking_mode, SSL_get_blocking_mode - configure blocking mode for a
13 int SSL_get_blocking_mode(SSL *s);
26 To retrieve the current blocking mode, call SSL_get_blocking_mode().
53 SSL_get_blocking_mode() returns 1 if blocking is currently enabled. It returns
63 The SSL_set_blocking_mode() and SSL_get_blocking_mode() functions were added in
/freebsd/crypto/openssl/test/helpers/
H A Dquictestlib.c478 if (s == NULL || SSL_get_blocking_mode(s)) in qtest_wait_for_timeout()
545 } else if (SSL_get_blocking_mode(clientssl) > 0) { in qtest_create_quic_connection_ex()
699 if (SSL_get_blocking_mode(clientssl) > 0) { in qtest_shutdown()
/freebsd/secure/lib/libssl/
H A DVersion.map571 SSL_get_blocking_mode;
/freebsd/crypto/openssl/util/
H A Dlibssl.num537 SSL_get_blocking_mode 538 3_2_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-io-arch.md508 int SSL_get_blocking_mode(SSL *s);
H A Dquic-api.md35 …- [`SSL_set_blocking_mode`, `SSL_get_blocking_mode`](#-ssl-set-blocking-mode----ssl-get-blocking-m…
460 #### `SSL_set_blocking_mode`, `SSL_get_blocking_mode`
H A Dquic-api-ssl-funcs.md628 | `SSL_get_blocking_mode` | CSSM | ��N | ��A | ��QSA | ��Done …
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-quic.pod602 =item L<SSL_set_blocking_mode(3)>, L<SSL_get_blocking_mode(3)>
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2352 __owur int SSL_get_blocking_mode(SSL *s);
H A Dssl.h.in2305 __owur int SSL_get_blocking_mode(SSL *s);
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c7730 int SSL_get_blocking_mode(SSL *s) in SSL_get_blocking_mode() function