Home
last modified time | relevance | path

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

/freebsd-12.1/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
76 The SSL_waiting_for_async(), SSL_get_all_async_fds()
/freebsd-12.1/secure/lib/libssl/
H A DVersion.map388 SSL_waiting_for_async;
/freebsd-12.1/crypto/openssl/apps/
H A Ds_server.c2420 || (async && SSL_waiting_for_async(con)); in sv_body()
2641 if ((!async || !SSL_waiting_for_async(con)) in sv_body()
2822 } while (i < 0 && SSL_waiting_for_async(con)); in init_ssl_connection()
3031 if (!BIO_should_retry(io) && !SSL_waiting_for_async(con)) { in www_body()
3301 && !SSL_waiting_for_async(con)) in www_body()
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dssl.h1820 __owur int SSL_waiting_for_async(SSL *s);
/freebsd-12.1/crypto/openssl/ssl/
H A Dssl_lib.c1617 int SSL_waiting_for_async(SSL *s) in SSL_waiting_for_async() function
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man2741 MLINKS+= SSL_get_all_async_fds.3 SSL_waiting_for_async.3