Home
last modified time | relevance | path

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

/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()
/openssl/apps/
H A Ds_server.c2633 || (async && SSL_waiting_for_async(con)); in sv_body()
2836 if ((!async || !SSL_waiting_for_async(con)) in sv_body()
3022 } while (i < 0 && SSL_waiting_for_async(con)); in init_ssl_connection()
3294 if (!BIO_should_retry(io) && !SSL_waiting_for_async(con)) { in www_body()
3599 && !SSL_waiting_for_async(con)) { in www_body()
/openssl/util/
H A Dlibssl.num284 SSL_waiting_for_async 285 3_0_0 EXIST::FUNCTION:
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md668 | `SSL_waiting_for_async` | Async | ��U | ��NO | ��NC* †10 | ��Done …
/openssl/include/openssl/
H A Dssl.h.in1919 __owur int SSL_waiting_for_async(SSL *s);
/openssl/ssl/
H A Dssl_lib.c2063 int SSL_waiting_for_async(SSL *s) in SSL_waiting_for_async() function

Completed in 52 milliseconds