Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/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
76 The SSL_waiting_for_async(), SSL_get_all_async_fds()
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map386 SSL_waiting_for_async;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map501 SSL_waiting_for_async;
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_server.c2449 || (async && SSL_waiting_for_async(con)); in sv_body()
2670 if ((!async || !SSL_waiting_for_async(con)) in sv_body()
2869 } while (i < 0 && SSL_waiting_for_async(con)); in init_ssl_connection()
3078 if (!BIO_should_retry(io) && !SSL_waiting_for_async(con)) { in www_body()
3354 && !SSL_waiting_for_async(con)) in www_body()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c2529 || (async && SSL_waiting_for_async(con)); in sv_body()
2736 if ((!async || !SSL_waiting_for_async(con)) in sv_body()
2922 } while (i < 0 && SSL_waiting_for_async(con)); in init_ssl_connection()
3146 if (!BIO_should_retry(io) && !SSL_waiting_for_async(con)) { in www_body()
3458 && !SSL_waiting_for_async(con)) { in www_body()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num284 SSL_waiting_for_async 285 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num284 SSL_waiting_for_async 285 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h1830 __owur int SSL_waiting_for_async(SSL *s);
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c1639 int SSL_waiting_for_async(SSL *s) in SSL_waiting_for_async() function
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in1872 __owur int SSL_waiting_for_async(SSL *s);