Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/include/internal/
H A Dasync.h12 int async_init(void);
/freebsd-12.1/crypto/openssl/apps/
H A Dspeed.c1397 int async_init = 0, multiblock = 0, pr_header = 0; in speed_main() local
1771 async_init = ASYNC_init_thread(async_jobs, async_jobs); in speed_main()
1772 if (!async_init) { in speed_main()
2411 for (testnum = 0; testnum < size_num && async_init == 0; testnum++) { in speed_main()
2429 for (testnum = 0; testnum < size_num && async_init == 0; testnum++) { in speed_main()
2451 for (testnum = 0; testnum < size_num && async_init == 0; testnum++) { in speed_main()
2471 for (testnum = 0; testnum < size_num && async_init == 0; testnum++) { in speed_main()
2491 for (testnum = 0; testnum < size_num && async_init == 0; testnum++) { in speed_main()
2510 for (testnum = 0; testnum < size_num && async_init == 0; testnum++) { in speed_main()
2534 for (testnum = 0; testnum < size_num && async_init == 0; testnum++) { in speed_main()
[all …]
/freebsd-12.1/crypto/openssl/crypto/async/
H A Dasync.c297 int async_init(void) in async_init() function
/freebsd-12.1/crypto/openssl/crypto/
H A Dinit.c315 if (!async_init()) in DEFINE_RUN_ONCE_STATIC()