Searched refs:CRYPTO_get_thread_local (Results 1 - 7 of 7) sorted by relevance

/external/boringssl/src/crypto/
H A Dthread_test.c126 void *ptr = CRYPTO_get_thread_local(OPENSSL_THREAD_LOCAL_TEST);
137 if (CRYPTO_get_thread_local(OPENSSL_THREAD_LOCAL_TEST) !=
148 void *ptr = CRYPTO_get_thread_local(OPENSSL_THREAD_LOCAL_TEST);
H A Dthread_none.c45 void *CRYPTO_get_thread_local(thread_local_data_t index) { function
H A Dthread_pthread.c115 void *CRYPTO_get_thread_local(thread_local_data_t index) { function
H A Dinternal.h463 /* CRYPTO_get_thread_local gets the pointer value that is stored for the
465 OPENSSL_EXPORT void *CRYPTO_get_thread_local(thread_local_data_t value);
H A Dthread_win.c238 void *CRYPTO_get_thread_local(thread_local_data_t index) { function
/external/boringssl/src/crypto/rand/
H A Drand.c89 CRYPTO_get_thread_local(OPENSSL_THREAD_LOCAL_RAND);
/external/boringssl/src/crypto/err/
H A Derr.c176 ERR_STATE *state = CRYPTO_get_thread_local(OPENSSL_THREAD_LOCAL_ERR);

Completed in 224 milliseconds