Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/include/internal/
H A Dcryptlib_int.h20 int ossl_init_thread_start(uint64_t opts);
/freebsd-12.1/crypto/openssl/crypto/async/
H A Dasync.c37 if (!ossl_init_thread_start(OPENSSL_INIT_THREAD_ASYNC)) in async_ctx_new()
329 if (!ossl_init_thread_start(OPENSSL_INIT_THREAD_ASYNC)) in ASYNC_init_thread()
/freebsd-12.1/crypto/openssl/crypto/rand/
H A Ddrbg_lib.c1121 if (!ossl_init_thread_start(OPENSSL_INIT_THREAD_RAND)) in RAND_DRBG_get0_public()
1142 if (!ossl_init_thread_start(OPENSSL_INIT_THREAD_RAND)) in RAND_DRBG_get0_private()
/freebsd-12.1/crypto/openssl/crypto/
H A Dinit.c458 int ossl_init_thread_start(uint64_t opts) in ossl_init_thread_start() function
/freebsd-12.1/crypto/openssl/crypto/err/
H A Derr.c739 if (!ossl_init_thread_start(OPENSSL_INIT_THREAD_ERR_STATE) in ERR_get_state()