Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Dasync.h12 int async_init(void);
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Dasync.h16 int async_init(void);
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dspeed.c1395 int async_init = 0, multiblock = 0, pr_header = 0; in speed_main() local
1773 async_init = ASYNC_init_thread(async_jobs, async_jobs); in speed_main()
1774 if (!async_init) { in speed_main()
2413 for (testnum = 0; testnum < size_num && async_init == 0; testnum++) { in speed_main()
2431 for (testnum = 0; testnum < size_num && async_init == 0; testnum++) { in speed_main()
2453 for (testnum = 0; testnum < size_num && async_init == 0; testnum++) { in speed_main()
2473 for (testnum = 0; testnum < size_num && async_init == 0; testnum++) { in speed_main()
2493 for (testnum = 0; testnum < size_num && async_init == 0; testnum++) { in speed_main()
2512 for (testnum = 0; testnum < size_num && async_init == 0; testnum++) { in speed_main()
2536 for (testnum = 0; testnum < size_num && async_init == 0; testnum++) { in speed_main()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dinit.c276 if (!async_init()) in DEFINE_RUN_ONCE_STATIC()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/async/
H A Dasync.c297 int async_init(void) in async_init() function
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/async/
H A Dasync.c333 int async_init(void) in async_init() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/
H A Dinit.c314 if (!async_init()) in DEFINE_RUN_ONCE_STATIC()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dspeed.c1371 int async_init = 0, multiblock = 0, pr_header = 0; in speed_main() local
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()