Home
last modified time | relevance | path

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

/openssl-master/crypto/async/
A Dasync.c50 nctx->blocked = 0; in async_ctx_new()
298 || ctx->blocked) { in ASYNC_pause_job()
468 ctx->blocked++; in ASYNC_block_pause()
485 if (ctx->blocked > 0) in ASYNC_unblock_pause()
486 ctx->blocked--; in ASYNC_unblock_pause()
A Dasync_local.h36 unsigned int blocked; member
/openssl-master/doc/man3/
A DOSSL_CMP_exec_certreq.pod74 The enrollment session may be blocked by sleeping until the addressed
A DSSL_CTX_set_security_level.pod151 also blocked. For example trying to set a certificate using a 512 bit RSA key
/openssl-master/include/openssl/
A Dbio.h.in252 /* Returned from the connect BIO when a connect would have blocked */
254 /* Returned from the accept BIO when an accept would have blocked */

Completed in 10 milliseconds