Home
last modified time | relevance | path

Searched refs:async_init (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/include/crypto/
H A Dasync.h16 int async_init(void);
/freebsd/crypto/openssl/crypto/
H A Dinit.c275 OSSL_TRACE(INIT, "async_init()\n"); in DEFINE_RUN_ONCE_STATIC()
276 if (!async_init()) in DEFINE_RUN_ONCE_STATIC()
/freebsd/crypto/openssl/crypto/async/
H A Dasync.c333 int async_init(void) in async_init() function
/freebsd/crypto/openssl/apps/
H A Dspeed.c1371 int async_init = 0, multiblock = 0, pr_header = 0; in speed_main()
1776 async_init = ASYNC_init_thread(async_jobs, async_jobs); in speed_main()
1777 if (!async_init) { in speed_main()
3374 if (async_init) { in speed_main()
1367 int async_init = 0, multiblock = 0, pr_header = 0; speed_main() local