Home
last modified time | relevance | path

Searched refs:SSL_waiting_for_async (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_all_async_fds.pod5 SSL_waiting_for_async,
17 int SSL_waiting_for_async(SSL *s);
24 SSL_waiting_for_async() determines whether an SSL connection is currently
55 SSL_waiting_for_async() will return 1 if the current SSL operation is waiting
77 The SSL_waiting_for_async(), SSL_get_all_async_fds()
/freebsd/secure/lib/libssl/
H A DVersion.map386 SSL_waiting_for_async;
/freebsd/crypto/openssl/apps/
H A Ds_server.c2635 || (async && SSL_waiting_for_async(con)); in sv_body()
2838 if ((!async || !SSL_waiting_for_async(con)) in sv_body()
3024 } while (i < 0 && SSL_waiting_for_async(con)); in init_ssl_connection()
3296 if (!BIO_should_retry(io) && !SSL_waiting_for_async(con)) { in www_body()
3601 && !SSL_waiting_for_async(con)) { in www_body()
/freebsd/crypto/openssl/util/
H A Dlibssl.num284 SSL_waiting_for_async 285 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md668 | `SSL_waiting_for_async` | Async | ��U | ��NO | ��NC* †10 | ��Done …
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1981 __owur int SSL_waiting_for_async(SSL *s);
H A Dssl.h.in1934 __owur int SSL_waiting_for_async(SSL *s);
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c2117 int SSL_waiting_for_async(SSL *s) in SSL_waiting_for_async() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4298 MLINKS+= SSL_get_all_async_fds.3 SSL_waiting_for_async.3