Searched refs:ASYNC_WAIT_CTX_set_wait_fd (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H 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 189 ASYNC_WAIT_CTX_set_wait_fd, ASYNC_WAIT_CTX_get_fd, ASYNC_WAIT_CTX_get_all_fds, 211 ASYNC_WAIT_CTX_new(), ASYNC_WAIT_CTX_free(), ASYNC_WAIT_CTX_set_wait_fd(),
|
H A D | ASYNC_start_job.pod | 229 ASYNC_WAIT_CTX_set_wait_fd(ASYNC_get_wait_ctx(currjob), &unique,
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | async.h | 58 int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key,
|
/freebsd/crypto/openssl/test/ |
H 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()
|
/freebsd/crypto/openssl/crypto/async/ |
H 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
|
/freebsd/crypto/openssl/engines/ |
H A D | e_afalg.c | 215 ret = ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_afalg_id, in afalg_setup_async_event_notification()
|
H A D | e_dasync.c | 570 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_dasync_id, pipefds[0], in dummy_pause_job()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 221 ASYNC_WAIT_CTX_set_wait_fd;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 728 MLINKS+= ASYNC_WAIT_CTX_new.3 ASYNC_WAIT_CTX_set_wait_fd.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 516 ASYNC_WAIT_CTX_set_wait_fd 529 3_0_0 EXIST::FUNCTION:
|