Searched refs:ASYNC_start_job (Results 1 – 12 of 12) sorted by relevance
/openssl/test/ |
H A D | asynctest.c | 133 || ASYNC_start_job(&job1, waitctx, &funcret1, only_pause, NULL, 0) in test_ASYNC_init_thread() 135 || ASYNC_start_job(&job2, waitctx, &funcret2, only_pause, NULL, 0) in test_ASYNC_init_thread() 137 || ASYNC_start_job(&job3, waitctx, &funcret3, only_pause, NULL, 0) in test_ASYNC_init_thread() 139 || ASYNC_start_job(&job1, waitctx, &funcret1, only_pause, NULL, 0) in test_ASYNC_init_thread() 141 || ASYNC_start_job(&job3, waitctx, &funcret3, only_pause, NULL, 0) in test_ASYNC_init_thread() 208 || ASYNC_start_job(&job, waitctx, &funcret, add_two, NULL, 0) in test_ASYNC_start_job() 211 || ASYNC_start_job(&job, waitctx, &funcret, add_two, NULL, 0) in test_ASYNC_start_job() 264 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds() 273 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds() 288 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds() [all …]
|
/openssl/doc/man3/ |
H A D | ASYNC_start_job.pod | 6 ASYNC_init_thread, ASYNC_cleanup_thread, ASYNC_start_job, ASYNC_pause_job, 18 int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *ctx, int *ret, 66 An asynchronous job is started by calling the ASYNC_start_job() function. 73 ASYNC_start_job will return one of the following values: 92 a job call ASYNC_start_job() again passing the job handle in I<*job>. The 94 When restarting a job ASYNC_start_job() B<must> be called from the same thread 111 indirectly by the function "func" passed as an argument to ASYNC_start_job()) 113 application with B<ASYNC_PAUSE> returned from the ASYNC_start_job() call. A 114 subsequent call to ASYNC_start_job passing in the relevant B<ASYNC_JOB> in the 307 switch (ASYNC_start_job(&job, ctx, &ret, jobfunc, msg, sizeof(msg))) { [all …]
|
H A D | ASYNC_WAIT_CTX_new.pod | 51 L<ASYNC_start_job(3)>. An B<ASYNC_WAIT_CTX> object represents an asynchronous 56 function prior to calling ASYNC_start_job() (see L<ASYNC_start_job(3)>). When 78 have changed since the last call time ASYNC_start_job() returned B<ASYNC_PAUSE> 207 L<crypto(7)>, L<ASYNC_start_job(3)>
|
H A D | OSSL_LIB_CTX.pod | 109 async jobs (see L<ASYNC_start_job(3)>), as the default library context when
|
H A D | OPENSSL_init_crypto.pod | 120 sub-library (see L<ASYNC_start_job(3)>). This is a default option.
|
/openssl/include/openssl/ |
H A D | async.h | 91 int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *ctx, int *ret,
|
/openssl/crypto/async/ |
H A D | async.c | 173 int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *wctx, int *ret, in ASYNC_start_job() function
|
/openssl/doc/ |
H A D | build.info | 542 DEPEND[html/man3/ASYNC_start_job.html]=man3/ASYNC_start_job.pod 543 GENERATE[html/man3/ASYNC_start_job.html]=man3/ASYNC_start_job.pod 544 DEPEND[man/man3/ASYNC_start_job.3]=man3/ASYNC_start_job.pod 545 GENERATE[man/man3/ASYNC_start_job.3]=man3/ASYNC_start_job.pod 3141 html/man3/ASYNC_start_job.html \ 3804 man/man3/ASYNC_start_job.3 \
|
/openssl/apps/ |
H A D | speed.c | 1569 ret = ASYNC_start_job(&loopargs[i].inprogress_job, loopargs[i].wait_ctx, in run_benchmark() 1671 ret = ASYNC_start_job(&loopargs[i].inprogress_job, in run_benchmark()
|
/openssl/ssl/ |
H A D | ssl_lib.c | 2228 switch (ASYNC_start_job(&sc->job, sc->waitctx, &ret, func, args, in ssl_start_async_job()
|
/openssl/util/ |
H A D | libcrypto.num | 1638 ASYNC_start_job 1677 3_0_0 EXIST::FUNCTION:
|
/openssl/ |
H A D | CHANGES.md | 5662 asynchronous capable engine is used. See the ASYNC_start_job() man page for
|
Completed in 169 milliseconds