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

/external/boringssl/src/crypto/
H A Dthread_none.c49 int CRYPTO_set_thread_local(thread_local_data_t index, void *value, function
H A Dthread_test.c131 if (!CRYPTO_set_thread_local(OPENSSL_THREAD_LOCAL_TEST,
H A Dthread_pthread.c133 int CRYPTO_set_thread_local(thread_local_data_t index, void *value, function
H A Dinternal.h456 /* CRYPTO_set_thread_local sets a pointer value for the current thread at the
462 * thread-local data. All calls to |CRYPTO_set_thread_local| with the same
470 OPENSSL_EXPORT int CRYPTO_set_thread_local(
H A Dthread_win.c251 int CRYPTO_set_thread_local(thread_local_data_t index, void *value, function
/external/boringssl/src/crypto/rand/
H A Drand.c134 !CRYPTO_set_thread_local(OPENSSL_THREAD_LOCAL_RAND, state,
H A Durandom.c150 if (!CRYPTO_set_thread_local(OPENSSL_THREAD_LOCAL_URANDOM_BUF, buf,
/external/boringssl/src/crypto/err/
H A Derr.c179 if (!CRYPTO_set_thread_local(OPENSSL_THREAD_LOCAL_ERR, state,

Completed in 121 milliseconds