Home
last modified time | relevance | path

Searched refs:polling (Results 1 – 20 of 20) sorted by relevance

/openssl/doc/designs/ddd/
H A DWINDOWS.md13 Traditionally, polling has been done on windows using select(). However, this
19 POSIX poll(), making select() a viable option for polling on Windows.
21 Neither select() nor poll() are, of course, high performance polling options.
26 Supporting these is a pain for applications designed around polling. The reason
28 interface on top of polling, but it is not really possible to build a
29 polling-like interface on top of IOCPs.
37 The difference between polling and IOCPs is that polling reports *readiness*
/openssl/crypto/cmp/
H A Dcmp_server.c28 int polling; /* current transaction is in polling mode */ member
65 ctx->polling = 0; in OSSL_CMP_SRV_CTX_new()
189 srv_ctx->polling = 1; in delayed_delivery()
282 srv_ctx->polling = 1; in process_cert_request()
516 if (!srv_ctx->polling) { in process_pollReq()
534 srv_ctx->polling = 0; in process_pollReq()
606 if (srv_ctx->polling && req_type != OSSL_CMP_PKIBODY_POLLREQ in OSSL_CMP_SRV_process_request()
/openssl/doc/man3/
H A DBIO_socket_wait.pod30 If sockets are not available it supports polling by succeeding after sleeping
32 Via B<nap_milliseconds> the caller determines the polling granularity.
H A DSSL_set_async_callback.pod78 At a future point in time (probably via a polling mechanism or via an
91 a polling mechanism or an interrupt.
H A DOSSL_CMP_exec_certreq.pod88 The enrollment session may be blocked (with polling and sleeping in between)
97 it continues polling for the pending request
128 The revocation session may be blocked (with polling and sleeping in between)
134 The message exchange may be blocked (with polling and sleeping in between)
H A DSSL_poll.pod168 Failure of the polling mechanism itself is considered distinct from an exception
188 successfully polled and represents a failure of the polling process itself in
318 call returns success, namely if no events were output but the polling process
H A DRAND_add.pod42 random input obtained from polling various trusted entropy sources.
H A DASYNC_WAIT_CTX_new.pod133 and nonblocking as it will be run in the context of a polling mechanism or an
177 operation, normally it is detected by a polling function or an interrupt, as the
H A DCRYPTO_THREAD_run_once.pod131 spawned unless (and until) there is demand. Thread polling is disabled by
H A DASYNC_start_job.pod136 the paused work flow without polling. An engine could be written to look whether
H A DOSSL_CMP_CTX_new.pod239 including polling etc.
/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dtest.cnf3 total_timeout = 20 # is used to prevent, e.g., infinite polling due to error;
/openssl/include/openssl/
H A Dcmp.h.in185 * -- response MAY use the polling req/rep PKIMessages specified
186 * -- in Section 5.3.22; alternatively, polling in the underlying
/openssl/doc/designs/quic-design/
H A Dquic-io-arch.md34 for an application to do its own polling and make its own event
155 own polling or provide its own allocators.
317 modes of polling in the future (e.g. an application could even building
449 performs polling on behalf of libssl and which implements support for those
H A Dquic-api.md49 - [Notes on Application-Level Polling](#notes-on-application-level-polling)
/openssl/doc/man7/
H A Dopenssl-quic.pod460 to manage its own polling and event loop; see B<APPLICATION-DRIVEN EVENT LOOPS>.
540 supports polling, L<SSL_get_rpoll_descriptor(3)> outputs an OS resource which
553 respective poll descriptor is currently relevant for the purposes of polling.
721 their own event loops and polling directly. This is useful when it is desirable
/openssl/crypto/err/
H A Dopenssl.txt269 CMP_R_POLLING_FAILED:172:polling failed
/openssl/doc/man1/
H A Dopenssl-cmp.pod.in588 including polling etc.
/openssl/
H A DNEWS.md72 * Limited support for polling of QUIC connection and stream objects in a
H A DCHANGES.md285 * Limited support for polling of QUIC connection and stream objects in a
806 polling, and various types of genm/genp exchanges defined in CMP Updates.
17032 * Randomness polling function for Win9x, as described in:
18628 received a complete line of data and it is effectively polling the

Completed in 100 milliseconds