Symbol: CRYPTO_THREAD_LOCAL
crypto/openssl/crypto/async/async.c
30
static CRYPTO_THREAD_LOCAL ctxkey;
crypto/openssl/crypto/async/async.c
31
static CRYPTO_THREAD_LOCAL poolkey;
crypto/openssl/crypto/context.c
34
CRYPTO_THREAD_LOCAL rcu_local_key;
crypto/openssl/crypto/context.c
389
static CRYPTO_THREAD_LOCAL default_context_thread_local;
crypto/openssl/crypto/context.c
657
CRYPTO_THREAD_LOCAL *ossl_lib_ctx_get_rcukey(OSSL_LIB_CTX *libctx)
crypto/openssl/crypto/err/err.c
143
static CRYPTO_THREAD_LOCAL err_thread_local;
crypto/openssl/crypto/init.c
53
static CRYPTO_THREAD_LOCAL in_init_config_local;
crypto/openssl/crypto/initthread.c
141
CRYPTO_THREAD_LOCAL value;
crypto/openssl/crypto/initthread.c
291
CRYPTO_THREAD_LOCAL *tlocal = OPENSSL_zalloc(sizeof(*tlocal));
crypto/openssl/crypto/initthread.c
339
CRYPTO_THREAD_LOCAL *local
crypto/openssl/crypto/initthread.c
406
CRYPTO_THREAD_LOCAL *local
crypto/openssl/crypto/initthread.c
415
CRYPTO_THREAD_LOCAL *local = &destructor_key.value;
crypto/openssl/crypto/initthread.c
94
init_get_thread_local(CRYPTO_THREAD_LOCAL *local, int alloc, int keep)
crypto/openssl/crypto/rand/rand_lib.c
74
CRYPTO_THREAD_LOCAL public;
crypto/openssl/crypto/rand/rand_lib.c
84
CRYPTO_THREAD_LOCAL private;
crypto/openssl/crypto/threads_none.c
165
int CRYPTO_THREAD_init_local(CRYPTO_THREAD_LOCAL *key, void (*cleanup)(void *))
crypto/openssl/crypto/threads_none.c
189
void *CRYPTO_THREAD_get_local(CRYPTO_THREAD_LOCAL *key)
crypto/openssl/crypto/threads_none.c
197
int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val)
crypto/openssl/crypto/threads_none.c
207
int CRYPTO_THREAD_cleanup_local(CRYPTO_THREAD_LOCAL *key)
crypto/openssl/crypto/threads_pthread.c
298
CRYPTO_THREAD_LOCAL *lkey = ossl_lib_ctx_get_rcukey(ctx);
crypto/openssl/crypto/threads_pthread.c
309
CRYPTO_THREAD_LOCAL *lkey = ossl_lib_ctx_get_rcukey(lock->ctx);
crypto/openssl/crypto/threads_pthread.c
347
CRYPTO_THREAD_LOCAL *lkey = ossl_lib_ctx_get_rcukey(lock->ctx);
crypto/openssl/crypto/threads_pthread.c
731
int CRYPTO_THREAD_init_local(CRYPTO_THREAD_LOCAL *key, void (*cleanup)(void *))
crypto/openssl/crypto/threads_pthread.c
745
void *CRYPTO_THREAD_get_local(CRYPTO_THREAD_LOCAL *key)
crypto/openssl/crypto/threads_pthread.c
750
int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val)
crypto/openssl/crypto/threads_pthread.c
758
int CRYPTO_THREAD_cleanup_local(CRYPTO_THREAD_LOCAL *key)
crypto/openssl/crypto/threads_win.c
222
CRYPTO_THREAD_LOCAL *lkey = ossl_lib_ctx_get_rcukey(ctx);
crypto/openssl/crypto/threads_win.c
233
CRYPTO_THREAD_LOCAL *lkey = ossl_lib_ctx_get_rcukey(lock->ctx);
crypto/openssl/crypto/threads_win.c
278
CRYPTO_THREAD_LOCAL *lkey = ossl_lib_ctx_get_rcukey(lock->ctx);
crypto/openssl/crypto/threads_win.c
543
int CRYPTO_THREAD_init_local(CRYPTO_THREAD_LOCAL *key, void (*cleanup)(void *))
crypto/openssl/crypto/threads_win.c
558
void *CRYPTO_THREAD_get_local(CRYPTO_THREAD_LOCAL *key)
crypto/openssl/crypto/threads_win.c
582
int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val)
crypto/openssl/crypto/threads_win.c
590
int CRYPTO_THREAD_cleanup_local(CRYPTO_THREAD_LOCAL *key)
crypto/openssl/include/internal/cryptlib.h
134
CRYPTO_THREAD_LOCAL *ossl_lib_ctx_get_rcukey(OSSL_LIB_CTX *libctx);
crypto/openssl/include/openssl/crypto.h
561
int CRYPTO_THREAD_init_local(CRYPTO_THREAD_LOCAL *key, void (*cleanup)(void *));
crypto/openssl/include/openssl/crypto.h
562
void *CRYPTO_THREAD_get_local(CRYPTO_THREAD_LOCAL *key);
crypto/openssl/include/openssl/crypto.h
563
int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val);
crypto/openssl/include/openssl/crypto.h
564
int CRYPTO_THREAD_cleanup_local(CRYPTO_THREAD_LOCAL *key);
crypto/openssl/test/radix/quic_bindings.c
550
static CRYPTO_THREAD_LOCAL radix_thread;
crypto/openssl/test/testutil/basic_output.c
30
static CRYPTO_THREAD_LOCAL local_test_data; /* (LOCAL_TEST_DATA *) */
crypto/openssl/test/threadstest.c
533
static CRYPTO_THREAD_LOCAL thread_local_key;