Searched refs:ASYNC_WAIT_CTX_set_wait_fd (Results 1 – 8 of 8) sorted by relevance
/openssl-master/doc/man3/ |
A D | ASYNC_WAIT_CTX_new.pod | 5 ASYNC_WAIT_CTX_new, ASYNC_WAIT_CTX_free, ASYNC_WAIT_CTX_set_wait_fd, 25 int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key, 99 waiting on by calling ASYNC_WAIT_CTX_set_wait_fd(). Typically this would be done 107 ASYNC_WAIT_CTX_set_wait_fd() function also expects a pointer to a "cleanup" 115 asynchronously and then call ASYNC_WAIT_CTX_set_wait_fd() followed by 186 ASYNC_WAIT_CTX_set_wait_fd, ASYNC_WAIT_CTX_get_fd, ASYNC_WAIT_CTX_get_all_fds, 208 ASYNC_WAIT_CTX_new(), ASYNC_WAIT_CTX_free(), ASYNC_WAIT_CTX_set_wait_fd(),
|
A D | ASYNC_start_job.pod | 229 ASYNC_WAIT_CTX_set_wait_fd(ASYNC_get_wait_ctx(currjob), &unique,
|
/openssl-master/include/openssl/ |
A D | async.h | 58 int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key,
|
/openssl-master/test/ |
A D | asynctest.c | 95 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, waitctx, MAGIC_WAIT_FD, NULL, NULL)) in waitfd() 105 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, waitctx, MAGIC_WAIT_FD, NULL, NULL)) in waitfd()
|
/openssl-master/crypto/async/ |
A D | async_wait.c | 43 int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key, in ASYNC_WAIT_CTX_set_wait_fd() function
|
/openssl-master/engines/ |
A D | e_afalg.c | 215 ret = ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_afalg_id, in afalg_setup_async_event_notification()
|
A D | e_dasync.c | 526 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_dasync_id, pipefds[0], in dummy_pause_job()
|
/openssl-master/util/ |
A D | libcrypto.num | 516 ASYNC_WAIT_CTX_set_wait_fd 529 3_0_0 EXIST::FUNCTION:
|
Completed in 54 milliseconds