Home
last modified time | relevance | path

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

/freebsd-13.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_local.h45 ASYNC_WAIT_CTX *waitctx; member
/freebsd-13.1/crypto/openssl/engines/
H A De_dasync.c419 ASYNC_WAIT_CTX *waitctx; in dummy_pause_job() local
432 waitctx = ASYNC_get_wait_ctx(job); in dummy_pause_job()
434 if (ASYNC_WAIT_CTX_get_fd(waitctx, engine_dasync_id, &pipefds[0], in dummy_pause_job()
454 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_dasync_id, pipefds[0], in dummy_pause_job()
456 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-13.1/crypto/openssl/ssl/
H A Dssl_lib.c1231 ASYNC_WAIT_CTX_free(s->waitctx); in SSL_free()
1657 ASYNC_WAIT_CTX *ctx = s->waitctx; in SSL_get_all_async_fds()
1667 ASYNC_WAIT_CTX *ctx = s->waitctx; in SSL_get_changed_async_fds()
1704 if (s->waitctx == NULL) { in ssl_start_async_job()
1705 s->waitctx = ASYNC_WAIT_CTX_new(); in ssl_start_async_job()
1706 if (s->waitctx == NULL) in ssl_start_async_job()
1711 switch (ASYNC_start_job(&s->job, s->waitctx, &ret, func, args, in ssl_start_async_job()
H A Dssl_local.h1439 ASYNC_WAIT_CTX *waitctx; member