Home
last modified time | relevance | path

Searched refs:blocked (Results 1 – 11 of 11) sorted by relevance

/openssl/crypto/async/
H A Dasync.c48 nctx->blocked = 0; in async_ctx_new()
293 || ctx->blocked) { in ASYNC_pause_job()
462 ctx->blocked++; in ASYNC_block_pause()
479 if (ctx->blocked > 0) in ASYNC_unblock_pause()
480 ctx->blocked--; in ASYNC_unblock_pause()
H A Dasync_local.h36 unsigned int blocked; member
/openssl/doc/man3/
H A DOSSL_CMP_exec_certreq.pod88 The enrollment session may be blocked (with polling and sleeping in between)
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_CTX_set_security_level.pod150 also blocked. For example trying to set a certificate using a 512 bit RSA key
H A DBIO_sendmmsg.pod173 BIO is in nonblocking mode and the call would otherwise have blocked).
/openssl/doc/designs/quic-design/
H A Dquic-thread-assist.md6 application is frequently calling (or blocked in) SSL API I/O functions.
H A Dquic-io-arch.md91 that our QUIC implementation cannot handle incoming data (if we are blocked on
92 send), send outgoing data (if we are blocked on receive), or handle timeout
181 seem to be solvable. If parallel threads are blocked in blocking `BIO_read`
H A Dquic-fc.md100 - If the available credit is zero, the TX side is blocked due to a lack of
H A Dconnection-state-machine.md441 having been blocked. There are broadly two reasons why transmission of packets
H A Dquic-api-ssl-funcs.md990 These may be tricky to support. Currently they are blocked.
/openssl/include/openssl/
H A Dbio.h.in283 /* Returned from the connect BIO when a connect would have blocked */
285 /* Returned from the accept BIO when an accept would have blocked */

Completed in 58 milliseconds