Home
last modified time | relevance | path

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

/third_party/openssl/ohos_lite/include/crypto/
Dasync.h12 int async_init(void);
/third_party/openssl/include/crypto/
Dasync.h16 int async_init(void);
/third_party/openssl/crypto/
Dinit.c274 if (!async_init()) in DEFINE_RUN_ONCE_STATIC()
/third_party/openssl/crypto/async/
Dasync.c333 int async_init(void) in async_init() function
/third_party/openssl/apps/
Dspeed.c1353 int async_init = 0, multiblock = 0, pr_header = 0; in speed_main() local
1758 async_init = ASYNC_init_thread(async_jobs, async_jobs); in speed_main()
1759 if (!async_init) { in speed_main()
3346 if (async_init) { in speed_main()