Searched refs:polling (Results 1 – 20 of 20) sorted by relevance
/openssl/doc/designs/ddd/ |
H A D | WINDOWS.md | 13 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 can be 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 D | cmp_server.c | 27 int polling; /* current transaction is in polling mode */ member 64 ctx->polling = 0; in OSSL_CMP_SRV_CTX_new() 188 srv_ctx->polling = 1; in delayed_delivery() 281 srv_ctx->polling = 1; in process_cert_request() 515 if (!srv_ctx->polling) { in process_pollReq() 533 srv_ctx->polling = 0; in process_pollReq() 605 if (srv_ctx->polling && req_type != OSSL_CMP_PKIBODY_POLLREQ in OSSL_CMP_SRV_process_request()
|
/openssl/doc/man3/ |
H A D | BIO_socket_wait.pod | 30 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 D | SSL_set_async_callback.pod | 78 At a future point in time (probably via a polling mechanism or via an 91 a polling mechanism or an interrupt.
|
H A D | OSSL_CMP_exec_certreq.pod | 88 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 D | SSL_poll.pod | 168 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 D | RAND_add.pod | 42 random input obtained from polling various trusted entropy sources.
|
H A D | ASYNC_WAIT_CTX_new.pod | 133 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 D | CRYPTO_THREAD_run_once.pod | 155 spawned unless (and until) there is demand. Thread polling is disabled by
|
H A D | ASYNC_start_job.pod | 136 the paused work flow without polling. An engine could be written to look whether
|
H A D | OSSL_CMP_CTX_new.pod | 240 including polling etc.
|
/openssl/test/recipes/80-test_cmp_http_data/Mock/ |
H A D | test.cnf | 3 total_timeout = 20 # is used to prevent, e.g., infinite polling due to error;
|
/openssl/include/openssl/ |
H A D | cmp.h.in | 185 * -- 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 D | quic-io-arch.md | 34 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 D | quic-api.md | 49 - [Notes on Application-Level Polling](#notes-on-application-level-polling)
|
/openssl/doc/man7/ |
H A D | openssl-quic.pod | 460 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 D | openssl.txt | 269 CMP_R_POLLING_FAILED:172:polling failed
|
/openssl/doc/man1/ |
H A D | openssl-cmp.pod.in | 590 including polling etc.
|
/openssl/ |
H A D | NEWS.md | 179 * Limited support for polling of QUIC connection and stream objects in a
|
H A D | CHANGES.md | 480 * Limited support for polling of QUIC connection and stream objects in a 1001 polling, and various types of genm/genp exchanges defined in CMP Updates. 17228 * Randomness polling function for Win9x, as described in: 18824 received a complete line of data and it is effectively polling the
|
Completed in 101 milliseconds