Home
last modified time | relevance | path

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

/third_party/openssl/include/crypto/
Dasync.h12 int async_init(void);
/third_party/openssl/apps/
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 …]
/third_party/openssl/crypto/async/
Dasync.c297 int async_init(void) in async_init() function
/third_party/openssl/crypto/
Dinit.c315 if (!async_init()) in DEFINE_RUN_ONCE_STATIC()