Symbol: ASYNC_WAIT_CTX
crypto/openssl/apps/speed.c
604
ASYNC_WAIT_CTX *wait_ctx;
crypto/openssl/crypto/async/async.c
175
int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *wctx, int *ret,
crypto/openssl/crypto/async/async.c
446
ASYNC_WAIT_CTX *ASYNC_get_wait_ctx(ASYNC_JOB *job)
crypto/openssl/crypto/async/async_local.h
45
ASYNC_WAIT_CTX *waitctx;
crypto/openssl/crypto/async/async_local.h
53
void (*cleanup)(ASYNC_WAIT_CTX *, const void *, OSSL_ASYNC_FD, void *);
crypto/openssl/crypto/async/async_local.h
80
void async_wait_ctx_reset_counts(ASYNC_WAIT_CTX *ctx);
crypto/openssl/crypto/async/async_wait.c
110
int ASYNC_WAIT_CTX_get_changed_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *addfd,
crypto/openssl/crypto/async/async_wait.c
139
int ASYNC_WAIT_CTX_clear_fd(ASYNC_WAIT_CTX *ctx, const void *key)
crypto/openssl/crypto/async/async_wait.c
15
ASYNC_WAIT_CTX *ASYNC_WAIT_CTX_new(void)
crypto/openssl/crypto/async/async_wait.c
17
return OPENSSL_zalloc(sizeof(ASYNC_WAIT_CTX));
crypto/openssl/crypto/async/async_wait.c
184
int ASYNC_WAIT_CTX_set_callback(ASYNC_WAIT_CTX *ctx,
crypto/openssl/crypto/async/async_wait.c
196
int ASYNC_WAIT_CTX_get_callback(ASYNC_WAIT_CTX *ctx,
crypto/openssl/crypto/async/async_wait.c
20
void ASYNC_WAIT_CTX_free(ASYNC_WAIT_CTX *ctx)
crypto/openssl/crypto/async/async_wait.c
208
int ASYNC_WAIT_CTX_set_status(ASYNC_WAIT_CTX *ctx, int status)
crypto/openssl/crypto/async/async_wait.c
214
int ASYNC_WAIT_CTX_get_status(ASYNC_WAIT_CTX *ctx)
crypto/openssl/crypto/async/async_wait.c
219
void async_wait_ctx_reset_counts(ASYNC_WAIT_CTX *ctx)
crypto/openssl/crypto/async/async_wait.c
44
int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key,
crypto/openssl/crypto/async/async_wait.c
46
void (*cleanup)(ASYNC_WAIT_CTX *, const void *,
crypto/openssl/crypto/async/async_wait.c
65
int ASYNC_WAIT_CTX_get_fd(ASYNC_WAIT_CTX *ctx, const void *key,
crypto/openssl/crypto/async/async_wait.c
87
int ASYNC_WAIT_CTX_get_all_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *fd,
crypto/openssl/engines/e_afalg.c
179
static void afalg_waitfd_cleanup(ASYNC_WAIT_CTX *ctx, const void *key,
crypto/openssl/engines/e_afalg.c
188
ASYNC_WAIT_CTX *waitctx;
crypto/openssl/engines/e_dasync.c
500
static void wait_cleanup(ASYNC_WAIT_CTX *ctx, const void *key,
crypto/openssl/engines/e_dasync.c
519
ASYNC_WAIT_CTX *waitctx;
crypto/openssl/include/openssl/async.h
55
ASYNC_WAIT_CTX *ASYNC_WAIT_CTX_new(void);
crypto/openssl/include/openssl/async.h
56
void ASYNC_WAIT_CTX_free(ASYNC_WAIT_CTX *ctx);
crypto/openssl/include/openssl/async.h
57
int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key,
crypto/openssl/include/openssl/async.h
60
void (*cleanup)(ASYNC_WAIT_CTX *, const void *,
crypto/openssl/include/openssl/async.h
62
int ASYNC_WAIT_CTX_get_fd(ASYNC_WAIT_CTX *ctx, const void *key,
crypto/openssl/include/openssl/async.h
64
int ASYNC_WAIT_CTX_get_all_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *fd,
crypto/openssl/include/openssl/async.h
66
int ASYNC_WAIT_CTX_get_callback(ASYNC_WAIT_CTX *ctx,
crypto/openssl/include/openssl/async.h
69
int ASYNC_WAIT_CTX_set_callback(ASYNC_WAIT_CTX *ctx,
crypto/openssl/include/openssl/async.h
72
int ASYNC_WAIT_CTX_set_status(ASYNC_WAIT_CTX *ctx, int status);
crypto/openssl/include/openssl/async.h
73
int ASYNC_WAIT_CTX_get_status(ASYNC_WAIT_CTX *ctx);
crypto/openssl/include/openssl/async.h
74
int ASYNC_WAIT_CTX_get_changed_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *addfd,
crypto/openssl/include/openssl/async.h
77
int ASYNC_WAIT_CTX_clear_fd(ASYNC_WAIT_CTX *ctx, const void *key);
crypto/openssl/include/openssl/async.h
90
int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *ctx, int *ret,
crypto/openssl/include/openssl/async.h
95
ASYNC_WAIT_CTX *ASYNC_get_wait_ctx(ASYNC_JOB *job);
crypto/openssl/ssl/ssl_lib.c
2107
ASYNC_WAIT_CTX *ctx;
crypto/openssl/ssl/ssl_lib.c
2121
ASYNC_WAIT_CTX *ctx;
crypto/openssl/ssl/ssl_lib.c
2169
ASYNC_WAIT_CTX *ctx;
crypto/openssl/ssl/ssl_local.h
1810
ASYNC_WAIT_CTX *waitctx;
crypto/openssl/test/asynctest.c
128
ASYNC_WAIT_CTX *waitctx = NULL;
crypto/openssl/test/asynctest.c
168
ASYNC_WAIT_CTX *waitctx = NULL;
crypto/openssl/test/asynctest.c
200
ASYNC_WAIT_CTX *waitctx = NULL;
crypto/openssl/test/asynctest.c
228
ASYNC_WAIT_CTX *waitctx = NULL;
crypto/openssl/test/asynctest.c
255
ASYNC_WAIT_CTX *waitctx = NULL;
crypto/openssl/test/asynctest.c
322
ASYNC_WAIT_CTX *waitctx = NULL;
crypto/openssl/test/asynctest.c
346
ASYNC_WAIT_CTX *waitctx = NULL;
crypto/openssl/test/asynctest.c
84
ASYNC_WAIT_CTX *waitctx;