Home
last modified time | relevance | path

Searched refs:BIO_wait (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/crypto/openssl/doc/man3/
HDBIO_socket_wait.pod6 BIO_wait,
17 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds);
26 BIO_wait() waits at most until B<max_time> on the given (typically socket-based)
38 every B<nap_milliseconds> and sleeps in between using BIO_wait().
48 BIO_socket_wait(), BIO_wait(), and BIO_do_connect_retry()
57 BIO_socket_wait(), BIO_wait(), and BIO_do_connect_retry()
HDOCSP_sendreq_new.pod61 between, using L<BIO_wait(3)> on the read BIO to prevent a busy loop.
HDOSSL_HTTP_REQ_CTX.pod139 between, using L<BIO_wait(3)> on the read BIO to prevent a busy loop.
250 L<BIO_wait(3)>,
/freebsd-14-stable/crypto/openssl/crypto/http/
HDhttp_client.c916 if (BIO_wait(rctx->rbio, rctx->max_time, 100 /* milliseconds */) <= 0) in OSSL_HTTP_REQ_CTX_exchange()
1380 rv = BIO_wait(fbio, max_time, 100 /* milliseconds */); in OSSL_HTTP_proxy_connect()
/freebsd-14-stable/crypto/openssl/crypto/bio/
HDbio_lib.c905 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in BIO_wait() function
/freebsd-14-stable/crypto/openssl/include/openssl/
HDbio.h709 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds);
HDbio.h.in686 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds);
/freebsd-14-stable/secure/lib/libcrypto/
HDVersion.map4505 BIO_wait;
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile946 MLINKS+= BIO_socket_wait.3 BIO_wait.3
/freebsd-14-stable/crypto/openssl/util/
HDlibcrypto.num4883 BIO_wait 5011 3_0_0 EXIST::FUNCTION: