OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:crypto_lock_rand
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/rand/
md_rand.c
144
static unsigned int
crypto_lock_rand
= 0; /* may be set only when a thread
variable
145
* holds
CRYPTO_LOCK_RAND
148
static CRYPTO_THREADID locking_threadid; /* valid iff
crypto_lock_rand
is set */
214
if (
crypto_lock_rand
)
225
if (!do_not_lock) CRYPTO_w_lock(
CRYPTO_LOCK_RAND
);
257
if (!do_not_lock) CRYPTO_w_unlock(
CRYPTO_LOCK_RAND
);
308
if (!do_not_lock) CRYPTO_w_lock(
CRYPTO_LOCK_RAND
);
319
if (!do_not_lock) CRYPTO_w_unlock(
CRYPTO_LOCK_RAND
);
381
CRYPTO_w_lock(
CRYPTO_LOCK_RAND
);
387
crypto_lock_rand
= 1
[
all
...]
/external/openssl/crypto/
crypto.h
201
#define
CRYPTO_LOCK_RAND
18
/external/openssl/include/openssl/
crypto.h
201
#define
CRYPTO_LOCK_RAND
18
Completed in 167 milliseconds