Searched refs:rand_meth_lock (Results 1 – 1 of 1) sorted by relevance
121 static CRYPTO_RWLOCK *rand_meth_lock; variable137 rand_meth_lock = CRYPTO_THREAD_lock_new(); in DEFINE_RUN_ONCE_STATIC()138 if (rand_meth_lock == NULL) in DEFINE_RUN_ONCE_STATIC()150 CRYPTO_THREAD_lock_free(rand_meth_lock); in DEFINE_RUN_ONCE_STATIC()151 rand_meth_lock = NULL; in DEFINE_RUN_ONCE_STATIC()178 CRYPTO_THREAD_lock_free(rand_meth_lock); in ossl_rand_cleanup_int()179 rand_meth_lock = NULL; in ossl_rand_cleanup_int()257 CRYPTO_THREAD_unlock(rand_meth_lock); in rand_set_rand_method_internal()273 if (rand_meth_lock == NULL) in RAND_get_rand_method()279 CRYPTO_THREAD_unlock(rand_meth_lock); in RAND_get_rand_method()[all …]
Completed in 6 milliseconds