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.c307 if (!async_init()) in DEFINE_RUN_ONCE_STATIC()
/freebsd/crypto/openssl/crypto/async/
H A Dasync.c328 int async_init(void) in async_init() function
/freebsd/crypto/openssl/apps/
H A Dspeed.c1890 int async_init = 0, multiblock = 0, pr_header = 0; in speed_main() local
2491 async_init = ASYNC_init_thread(async_jobs, async_jobs); in speed_main()
2492 if (!async_init) { in speed_main()
4744 if (async_init) { in speed_main()