Home
last modified time | relevance | path

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

/openssl/crypto/async/
H A Dasync.c50 nctx->blocked = 0; in async_ctx_new()
298 || ctx->blocked) { in ASYNC_pause_job()
469 ctx->blocked++; in ASYNC_block_pause()
486 if (ctx->blocked > 0) in ASYNC_unblock_pause()
487 ctx->blocked--; in ASYNC_unblock_pause()
H A Dasync_local.h36 unsigned int blocked; member
/openssl/doc/man3/
H A DOSSL_CMP_exec_certreq.pod74 The enrollment session may be blocked by sleeping until the addressed
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.pod168 BIO is in nonblocking mode and the call would otherwise have blocked).
/openssl/include/openssl/
H A Dbio.h.in258 /* Returned from the connect BIO when a connect would have blocked */
260 /* Returned from the accept BIO when an accept would have blocked */

Completed in 20 milliseconds