Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/rand/
Drand_lib.c29 static CRYPTO_RWLOCK *rand_nonce_lock; variable
255 CRYPTO_atomic_add(&rand_nonce_count, 1, &data.count, rand_nonce_lock); in rand_drbg_get_nonce()
320 rand_nonce_lock = CRYPTO_THREAD_lock_new(); in DEFINE_RUN_ONCE_STATIC()
321 if (rand_nonce_lock == NULL) in DEFINE_RUN_ONCE_STATIC()
331 CRYPTO_THREAD_lock_free(rand_nonce_lock); in DEFINE_RUN_ONCE_STATIC()
332 rand_nonce_lock = NULL; in DEFINE_RUN_ONCE_STATIC()
361 CRYPTO_THREAD_lock_free(rand_nonce_lock); in rand_cleanup_int()
362 rand_nonce_lock = NULL; in rand_cleanup_int()