HomeSort by relevance Sort by last modified time
    Searched refs:CRYPTO_LOCK_RAND2 (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/rand/
md_rand.c 149 /* access to lockin_thread is synchronized by CRYPTO_LOCK_RAND2 */
221 CRYPTO_r_lock(CRYPTO_LOCK_RAND2);
223 CRYPTO_r_unlock(CRYPTO_LOCK_RAND2);
387 CRYPTO_w_lock(CRYPTO_LOCK_RAND2);
389 CRYPTO_w_unlock(CRYPTO_LOCK_RAND2);
557 CRYPTO_r_lock(CRYPTO_LOCK_RAND2);
559 CRYPTO_r_unlock(CRYPTO_LOCK_RAND2);
569 CRYPTO_w_lock(CRYPTO_LOCK_RAND2);
571 CRYPTO_w_unlock(CRYPTO_LOCK_RAND2);
  /external/openssl/crypto/
crypto.h 202 #define CRYPTO_LOCK_RAND2 19
  /external/openssl/include/openssl/
crypto.h 202 #define CRYPTO_LOCK_RAND2 19

Completed in 28 milliseconds