Home
last modified time | relevance | path

Searched refs:ASYNC_start_job (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dasynctest.c131 || ASYNC_start_job(&job1, waitctx, &funcret1, only_pause, NULL, 0) in test_ASYNC_init_thread()
133 || ASYNC_start_job(&job2, waitctx, &funcret2, only_pause, NULL, 0) in test_ASYNC_init_thread()
135 || ASYNC_start_job(&job3, waitctx, &funcret3, only_pause, NULL, 0) in test_ASYNC_init_thread()
137 || ASYNC_start_job(&job1, waitctx, &funcret1, only_pause, NULL, 0) in test_ASYNC_init_thread()
139 || ASYNC_start_job(&job3, waitctx, &funcret3, only_pause, NULL, 0) in test_ASYNC_init_thread()
206 || ASYNC_start_job(&job, waitctx, &funcret, add_two, NULL, 0) in test_ASYNC_start_job()
209 || ASYNC_start_job(&job, waitctx, &funcret, add_two, NULL, 0) in test_ASYNC_start_job()
262 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds()
271 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds()
286 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DASYNC_start_job.pod6 ASYNC_init_thread, ASYNC_cleanup_thread, ASYNC_start_job, ASYNC_pause_job,
17 int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *ctx, int *ret,
57 An asynchronous job is started by calling the ASYNC_start_job() function.
64 ASYNC_start_job will return one of the following values:
83 a job call ASYNC_start_job() again passing the job handle in I<*job>. The
85 When restarting a job ASYNC_start_job() B<must> be called from the same thread
101 indirectly by the function "func" passed as an argument to ASYNC_start_job())
103 application with B<ASYNC_PAUSE> returned from the ASYNC_start_job() call. A
104 subsequent call to ASYNC_start_job passing in the relevant B<ASYNC_JOB> in the
270 switch (ASYNC_start_job(&job, ctx, &ret, jobfunc, msg, sizeof(msg))) {
[all …]
H A DASYNC_WAIT_CTX_new.pod51 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>
204 L<crypto(7)>, L<ASYNC_start_job(3)>
H A DOSSL_LIB_CTX.pod106 async jobs (see L<ASYNC_start_job(3)>), as the default library context when
H A DOPENSSL_init_crypto.pod120 sub-library (see L<ASYNC_start_job(3)>). This is a default option.
/freebsd/crypto/openssl/include/openssl/
H A Dasync.h83 int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *ctx, int *ret,
/freebsd/crypto/openssl/crypto/async/
H A Dasync.c177 int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *wctx, int *ret, in ASYNC_start_job() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile19 MAN+= ASYNC_start_job.3
729 MLINKS+= ASYNC_start_job.3 ASYNC_block_pause.3
731 MLINKS+= ASYNC_start_job.3 ASYNC_cleanup_thread.3
732 MLINKS+= ASYNC_start_job.3 ASYNC_get_current_job.3
733 MLINKS+= ASYNC_start_job.3 ASYNC_get_wait_ctx.3
734 MLINKS+= ASYNC_start_job.3 ASYNC_init_thread.3
735 MLINKS+= ASYNC_start_job.3 ASYNC_is_capable.3
736 MLINKS+= ASYNC_start_job.3 ASYNC_pause_job.3
737 MLINKS+= ASYNC_start_job.3 ASYNC_unblock_pause.3
/freebsd/crypto/openssl/doc/
H A Dbuild.info542 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
2921 html/man3/ASYNC_start_job.html \
3529 man/man3/ASYNC_start_job.3 \
/freebsd/crypto/openssl/apps/
H A Dspeed.c1141 ret = ASYNC_start_job(&loopargs[i].inprogress_job, loopargs[i].wait_ctx, in run_benchmark()
1243 ret = ASYNC_start_job(&loopargs[i].inprogress_job, in run_benchmark()
/freebsd/secure/lib/libcrypto/
H A DVersion.map229 ASYNC_start_job;
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1808 switch (ASYNC_start_job(&s->job, s->waitctx, &ret, func, args, in ssl_start_async_job()
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1638 ASYNC_start_job 1677 3_0_0 EXIST::FUNCTION: