Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/async/
H A Dasync.c188 ctx->currjob->waitctx = NULL; in ASYNC_start_job()
240 ctx->currjob->waitctx = wctx; in ASYNC_start_job()
279 async_wait_ctx_reset_counts(job->waitctx); in ASYNC_pause_job()
415 return job->waitctx; in ASYNC_get_wait_ctx()
H A Dasync_locl.h45 ASYNC_WAIT_CTX *waitctx; member
/freebsd-12.1/crypto/openssl/engines/
H A De_dasync.c412 ASYNC_WAIT_CTX *waitctx; in dummy_pause_job() local
425 waitctx = ASYNC_get_wait_ctx(job); in dummy_pause_job()
427 if (ASYNC_WAIT_CTX_get_fd(waitctx, engine_dasync_id, &pipefds[0], in dummy_pause_job()
447 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_dasync_id, pipefds[0], in dummy_pause_job()
449 wait_cleanup(waitctx, engine_dasync_id, pipefds[0], writefd); in dummy_pause_job()
H A De_afalg.c140 ASYNC_WAIT_CTX *waitctx; in afalg_setup_async_event_notification() local
146 waitctx = ASYNC_get_wait_ctx(job); in afalg_setup_async_event_notification()
147 if (waitctx == NULL) { in afalg_setup_async_event_notification()
152 ret = ASYNC_WAIT_CTX_get_fd(waitctx, engine_afalg_id, in afalg_setup_async_event_notification()
167 ret = ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_afalg_id, in afalg_setup_async_event_notification()
/freebsd-12.1/crypto/openssl/ssl/
H A Dssl_lib.c1219 ASYNC_WAIT_CTX_free(s->waitctx); in SSL_free()
1627 ASYNC_WAIT_CTX *ctx = s->waitctx; in SSL_get_all_async_fds()
1637 ASYNC_WAIT_CTX *ctx = s->waitctx; in SSL_get_changed_async_fds()
1674 if (s->waitctx == NULL) { in ssl_start_async_job()
1675 s->waitctx = ASYNC_WAIT_CTX_new(); in ssl_start_async_job()
1676 if (s->waitctx == NULL) in ssl_start_async_job()
1679 switch (ASYNC_start_job(&s->job, s->waitctx, &ret, func, args, in ssl_start_async_job()
H A Dssl_locl.h1438 ASYNC_WAIT_CTX *waitctx; member