Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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()
/third_party/openssl/apps/
Ds_server.c2523 || (async && SSL_waiting_for_async(con)); in sv_body()
2730 if ((!async || !SSL_waiting_for_async(con)) in sv_body()
2916 } while (i < 0 && SSL_waiting_for_async(con)); in init_ssl_connection()
3140 if (!BIO_should_retry(io) && !SSL_waiting_for_async(con)) { in www_body()
3452 && !SSL_waiting_for_async(con)) { in www_body()
/third_party/openssl/util/
Dlibssl.num284 SSL_waiting_for_async 285 3_0_0 EXIST::FUNCTION:
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h1820 __owur int SSL_waiting_for_async(SSL *s);
/third_party/openssl/ssl/
Dssl_lib.c1680 int SSL_waiting_for_async(SSL *s) in SSL_waiting_for_async() function
/third_party/openssl/include/openssl/
Dssl.h.in1872 __owur int SSL_waiting_for_async(SSL *s);