Home
last modified time | relevance | path

Searched refs:CRYPTO_THREAD_get_local (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/test/
Dthreadstest.c141 ptr = CRYPTO_THREAD_get_local(&thread_local_key); in thread_local_thread_cb()
147 ptr = CRYPTO_THREAD_get_local(&thread_local_key); in thread_local_thread_cb()
163 ptr = CRYPTO_THREAD_get_local(&thread_local_key); in test_thread_local()
172 ptr = CRYPTO_THREAD_get_local(&thread_local_key); in test_thread_local()
/third_party/openssl/crypto/async/
Dasync.c61 return (async_ctx *)CRYPTO_THREAD_get_local(&ctxkey); in async_get_ctx()
106 pool = (async_pool *)CRYPTO_THREAD_get_local(&poolkey); in async_get_pool_job()
114 pool = (async_pool *)CRYPTO_THREAD_get_local(&poolkey); in async_get_pool_job()
138 pool = (async_pool *)CRYPTO_THREAD_get_local(&poolkey); in async_release_job()
379 async_pool *pool = (async_pool *)CRYPTO_THREAD_get_local(&poolkey); in async_delete_thread_state()
/third_party/openssl/crypto/
Dthreads_none.c94 void *CRYPTO_THREAD_get_local(CRYPTO_THREAD_LOCAL *key) in CRYPTO_THREAD_get_local() function
Dmem_dbg.c248 current = (APP_INFO *)CRYPTO_THREAD_get_local(&appinfokey); in pop_info()
288 amim = (APP_INFO *)CRYPTO_THREAD_get_local(&appinfokey); in CRYPTO_mem_debug_push()
362 amim = (APP_INFO *)CRYPTO_THREAD_get_local(&appinfokey); in CRYPTO_mem_debug_malloc()
Dthreads_win.c106 void *CRYPTO_THREAD_get_local(CRYPTO_THREAD_LOCAL *key) in CRYPTO_THREAD_get_local() function
Dthreads_pthread.c132 void *CRYPTO_THREAD_get_local(CRYPTO_THREAD_LOCAL *key) in CRYPTO_THREAD_get_local() function
Dinit.c62 CRYPTO_THREAD_get_local(&destructor_key.value); in ossl_init_get_thread_local()
/third_party/openssl/crypto/rand/
Ddrbg_lib.c949 drbg = CRYPTO_THREAD_get_local(&public_drbg); in drbg_delete_thread_state()
953 drbg = CRYPTO_THREAD_get_local(&private_drbg); in drbg_delete_thread_state()
1115 drbg = CRYPTO_THREAD_get_local(&public_drbg); in RAND_DRBG_get0_public()
1136 drbg = CRYPTO_THREAD_get_local(&private_drbg); in RAND_DRBG_get0_private()
/third_party/openssl/crypto/err/
Derr.c690 ERR_STATE *state = CRYPTO_THREAD_get_local(&err_thread_local); in err_delete_thread_state()
727 state = CRYPTO_THREAD_get_local(&err_thread_local); in ERR_get_state()
781 *state = CRYPTO_THREAD_get_local(&err_thread_local); in err_shelve_state()
/third_party/openssl/include/openssl/
Dcrypto.h434 void *CRYPTO_THREAD_get_local(CRYPTO_THREAD_LOCAL *key);
/third_party/openssl/util/
Dlibcrypto.num752 CRYPTO_THREAD_get_local 751 1_1_0 EXIST::FUNCTION: