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

  /external/boringssl/src/crypto/
internal.h 326 #define CRYPTO_ONCE_INIT 0
329 #define CRYPTO_ONCE_INIT 0
332 #define CRYPTO_ONCE_INIT PTHREAD_ONCE_INIT
341 * the value |CRYPTO_ONCE_INIT|. */
390 #define CRYPTO_STATIC_MUTEX_INIT { CRYPTO_ONCE_INIT, { 0 } }
crypto.c 98 static CRYPTO_once_t once = CRYPTO_ONCE_INIT;
thread_test.c 82 static CRYPTO_once_t g_test_once = CRYPTO_ONCE_INIT;
thread_win.c 138 static CRYPTO_once_t g_thread_local_init_once = CRYPTO_ONCE_INIT;
  /external/boringssl/src/crypto/rand/
urandom.c 62 static CRYPTO_once_t once = CRYPTO_ONCE_INIT;

Completed in 387 milliseconds