Searched refs:waitctx (Results 1 – 7 of 7) sorted by relevance
/openssl/test/ |
H A D | asynctest.c | 85 ASYNC_WAIT_CTX *waitctx; in waitfd() local 90 if (waitctx == NULL) in waitfd() 97 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, waitctx, MAGIC_WAIT_FD, NULL, NULL)) in waitfd() 102 if (!ASYNC_WAIT_CTX_clear_fd(waitctx, waitctx)) in waitfd() 107 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, waitctx, MAGIC_WAIT_FD, NULL, NULL)) in waitfd() 109 if (!ASYNC_WAIT_CTX_clear_fd(waitctx, waitctx)) in waitfd() 129 ASYNC_WAIT_CTX *waitctx = NULL; in test_ASYNC_init_thread() local 156 ASYNC_WAIT_CTX_free(waitctx); in test_ASYNC_init_thread() 192 ASYNC_WAIT_CTX_free(waitctx); in test_ASYNC_callback_status() 221 ASYNC_WAIT_CTX_free(waitctx); in test_ASYNC_start_job() [all …]
|
/openssl/crypto/async/ |
H A D | async.c | 195 ctx->currjob->waitctx = NULL; in ASYNC_start_job() 265 ctx->currjob->waitctx = wctx; in ASYNC_start_job() 310 async_wait_ctx_reset_counts(job->waitctx); in ASYNC_pause_job() 445 return job->waitctx; in ASYNC_get_wait_ctx()
|
H A D | async_local.h | 45 ASYNC_WAIT_CTX *waitctx; member
|
/openssl/engines/ |
H A D | e_dasync.c | 520 ASYNC_WAIT_CTX *waitctx; in dummy_pause_job() local 535 waitctx = ASYNC_get_wait_ctx(job); in dummy_pause_job() 537 if (ASYNC_WAIT_CTX_get_callback(waitctx, &callback, &callback_arg) && callback != NULL) { in dummy_pause_job() 549 if (ASYNC_WAIT_CTX_get_fd(waitctx, engine_dasync_id, &pipefds[0], in dummy_pause_job() 569 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_dasync_id, pipefds[0], in dummy_pause_job() 571 wait_cleanup(waitctx, engine_dasync_id, pipefds[0], writefd); in dummy_pause_job()
|
H A D | e_afalg.c | 187 ASYNC_WAIT_CTX *waitctx; in afalg_setup_async_event_notification() local 193 waitctx = ASYNC_get_wait_ctx(job); in afalg_setup_async_event_notification() 194 if (waitctx == NULL) { in afalg_setup_async_event_notification() 199 ret = ASYNC_WAIT_CTX_get_fd(waitctx, engine_afalg_id, in afalg_setup_async_event_notification() 214 ret = ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_afalg_id, in afalg_setup_async_event_notification()
|
/openssl/ssl/ |
H A D | ssl_lib.c | 1477 ASYNC_WAIT_CTX_free(s->waitctx); in ossl_ssl_connection_free() 2084 if ((ctx = sc->waitctx) == NULL) in SSL_get_all_async_fds() 2098 if ((ctx = sc->waitctx) == NULL) in SSL_get_changed_async_fds() 2146 if ((ctx = sc->waitctx) == NULL) in SSL_get_async_status() 2217 if (sc->waitctx == NULL) { in ssl_start_async_job() 2218 sc->waitctx = ASYNC_WAIT_CTX_new(); in ssl_start_async_job() 2219 if (sc->waitctx == NULL) in ssl_start_async_job() 2223 (sc->waitctx, ssl_async_wait_ctx_cb, s)) in ssl_start_async_job() 2228 switch (ASYNC_start_job(&sc->job, sc->waitctx, &ret, func, args, in ssl_start_async_job()
|
H A D | ssl_local.h | 1756 ASYNC_WAIT_CTX *waitctx; member
|
Completed in 48 milliseconds