Searched refs:SSL_waiting_for_async (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssl/apps/
H A Ds_server.c2417 || (async && SSL_waiting_for_async(con));
2638 if ((!async || !SSL_waiting_for_async(con))
2819 } while (i < 0 && SSL_waiting_for_async(con));
3034 if (!BIO_should_retry(io) && !SSL_waiting_for_async(con)) {
3310 && !SSL_waiting_for_async(con))
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dssl.h1828 __owur int SSL_waiting_for_async(SSL *s);
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_lib.c1647 int SSL_waiting_for_async(SSL *s) function
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
H A DMakefile2766 MLINKS+= SSL_get_all_async_fds.3 SSL_waiting_for_async.3

Completed in 383 milliseconds