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
146
static unsigned int
crypto_lock_rand
= 0; /* may be set only when a thread
variable
147
* holds
CRYPTO_LOCK_RAND
150
static CRYPTO_THREADID locking_threadid; /* valid iff
crypto_lock_rand
is set */
217
if (
crypto_lock_rand
)
228
if (!do_not_lock) CRYPTO_w_lock(
CRYPTO_LOCK_RAND
);
260
if (!do_not_lock) CRYPTO_w_unlock(
CRYPTO_LOCK_RAND
);
311
if (!do_not_lock) CRYPTO_w_lock(
CRYPTO_LOCK_RAND
);
322
if (!do_not_lock) CRYPTO_w_unlock(
CRYPTO_LOCK_RAND
);
384
CRYPTO_w_lock(
CRYPTO_LOCK_RAND
);
390
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 1080 milliseconds