Searched refs:waitctx (Results 1 – 7 of 7) sorted by relevance
/openssl-master/test/ |
A D | asynctest.c | 83 ASYNC_WAIT_CTX *waitctx; in waitfd() local 88 if (waitctx == NULL) in waitfd() 95 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, waitctx, MAGIC_WAIT_FD, NULL, NULL)) in waitfd() 100 if (!ASYNC_WAIT_CTX_clear_fd(waitctx, waitctx)) in waitfd() 105 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, waitctx, MAGIC_WAIT_FD, NULL, NULL)) in waitfd() 107 if (!ASYNC_WAIT_CTX_clear_fd(waitctx, waitctx)) in waitfd() 127 ASYNC_WAIT_CTX *waitctx = NULL; in test_ASYNC_init_thread() local 154 ASYNC_WAIT_CTX_free(waitctx); in test_ASYNC_init_thread() 190 ASYNC_WAIT_CTX_free(waitctx); in test_ASYNC_callback_status() 219 ASYNC_WAIT_CTX_free(waitctx); in test_ASYNC_start_job() [all …]
|
/openssl-master/crypto/async/ |
A D | async.c | 199 ctx->currjob->waitctx = NULL; in ASYNC_start_job() 270 ctx->currjob->waitctx = wctx; in ASYNC_start_job() 315 async_wait_ctx_reset_counts(job->waitctx); in ASYNC_pause_job() 451 return job->waitctx; in ASYNC_get_wait_ctx()
|
A D | async_local.h | 45 ASYNC_WAIT_CTX *waitctx; member
|
/openssl-master/engines/ |
A D | e_dasync.c | 477 ASYNC_WAIT_CTX *waitctx; in dummy_pause_job() local 492 waitctx = ASYNC_get_wait_ctx(job); in dummy_pause_job() 494 if (ASYNC_WAIT_CTX_get_callback(waitctx, &callback, &callback_arg) && callback != NULL) { in dummy_pause_job() 506 if (ASYNC_WAIT_CTX_get_fd(waitctx, engine_dasync_id, &pipefds[0], in dummy_pause_job() 526 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_dasync_id, pipefds[0], in dummy_pause_job() 528 wait_cleanup(waitctx, engine_dasync_id, pipefds[0], writefd); in dummy_pause_job()
|
A D | e_afalg.c | 188 ASYNC_WAIT_CTX *waitctx; in afalg_setup_async_event_notification() local 194 waitctx = ASYNC_get_wait_ctx(job); in afalg_setup_async_event_notification() 195 if (waitctx == NULL) { in afalg_setup_async_event_notification() 200 ret = ASYNC_WAIT_CTX_get_fd(waitctx, engine_afalg_id, in afalg_setup_async_event_notification() 215 ret = ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_afalg_id, in afalg_setup_async_event_notification()
|
/openssl-master/ssl/ |
A D | ssl_lib.c | 1253 ASYNC_WAIT_CTX_free(s->waitctx); in SSL_free() 1676 ASYNC_WAIT_CTX *ctx = s->waitctx; in SSL_get_all_async_fds() 1686 ASYNC_WAIT_CTX *ctx = s->waitctx; in SSL_get_changed_async_fds() 1720 ASYNC_WAIT_CTX *ctx = s->waitctx; in SSL_get_async_status() 1764 if (s->waitctx == NULL) { in ssl_start_async_job() 1765 s->waitctx = ASYNC_WAIT_CTX_new(); in ssl_start_async_job() 1766 if (s->waitctx == NULL) in ssl_start_async_job() 1770 (s->waitctx, ssl_async_wait_ctx_cb, s)) in ssl_start_async_job() 1773 switch (ASYNC_start_job(&s->job, s->waitctx, &ret, func, args, in ssl_start_async_job()
|
A D | ssl_local.h | 1747 ASYNC_WAIT_CTX *waitctx; member
|
Completed in 29 milliseconds