Searched refs:crypto_lock_rand (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/rand/
H A Dmd_rand.c147 static unsigned int crypto_lock_rand = 0; /* may be set only when a thread variable
151 /* valid iff crypto_lock_rand is set */
220 if (crypto_lock_rand) {
392 crypto_lock_rand = 1;
463 /* before unlocking, we must clear 'crypto_lock_rand' */
464 crypto_lock_rand = 0;
558 if (crypto_lock_rand) {
574 crypto_lock_rand = 1;
585 /* before unlocking, we must clear 'crypto_lock_rand' */
586 crypto_lock_rand
[all...]

Completed in 45 milliseconds