Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/async/
H A Dasync.c63 return (async_ctx *)CRYPTO_THREAD_get_local(&ctxkey); in async_get_ctx()
108 pool = (async_pool *)CRYPTO_THREAD_get_local(&poolkey); in async_get_pool_job()
116 pool = (async_pool *)CRYPTO_THREAD_get_local(&poolkey); in async_get_pool_job()
140 pool = (async_pool *)CRYPTO_THREAD_get_local(&poolkey); in async_release_job()
415 async_pool *pool = (async_pool *)CRYPTO_THREAD_get_local(&poolkey); in async_delete_thread_state()
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c522 rand = CRYPTO_THREAD_get_local(&dgbl->public); in rand_delete_thread_state()
526 rand = CRYPTO_THREAD_get_local(&dgbl->private); in rand_delete_thread_state()
682 rand = CRYPTO_THREAD_get_local(&dgbl->public); in RAND_get0_public()
693 if (CRYPTO_THREAD_get_local(&dgbl->private) == NULL in RAND_get0_public()
715 rand = CRYPTO_THREAD_get_local(&dgbl->private); in RAND_get0_private()
726 if (CRYPTO_THREAD_get_local(&dgbl->public) == NULL in RAND_get0_private()
/freebsd/crypto/openssl/test/
H A Dthreadstest.c97 ptr = CRYPTO_THREAD_get_local(&thread_local_key); in thread_local_thread_cb()
103 ptr = CRYPTO_THREAD_get_local(&thread_local_key); in thread_local_thread_cb()
119 ptr = CRYPTO_THREAD_get_local(&thread_local_key); in test_thread_local()
128 ptr = CRYPTO_THREAD_get_local(&thread_local_key); in test_thread_local()
/freebsd/crypto/openssl/crypto/
H A Dthreads_none.c94 void *CRYPTO_THREAD_get_local(CRYPTO_THREAD_LOCAL *key) in CRYPTO_THREAD_get_local() function
H A Dthreads_win.c163 void *CRYPTO_THREAD_get_local(CRYPTO_THREAD_LOCAL *key) in CRYPTO_THREAD_get_local() function
H A Dthreads_pthread.c168 void *CRYPTO_THREAD_get_local(CRYPTO_THREAD_LOCAL *key) in CRYPTO_THREAD_get_local() function
H A Dinitthread.c95 THREAD_EVENT_HANDLER **hands = CRYPTO_THREAD_get_local(local); in init_get_thread_local()
H A Dinit.c579 int loading = CRYPTO_THREAD_get_local(&in_init_config_local) != NULL; in OPENSSL_init_crypto()
H A Dcontext.c169 return CRYPTO_THREAD_get_local(&default_context_thread_local); in get_thread_default_context()
/freebsd/crypto/openssl/crypto/err/
H A Derr.c646 ERR_STATE *state = CRYPTO_THREAD_get_local(&err_thread_local); in err_delete_thread_state()
683 state = CRYPTO_THREAD_get_local(&err_thread_local); in ossl_err_get_state_int()
745 *state = CRYPTO_THREAD_get_local(&err_thread_local); in err_shelve_state()
/freebsd/crypto/openssl/include/openssl/
H A Dcrypto.h538 void *CRYPTO_THREAD_get_local(CRYPTO_THREAD_LOCAL *key);
H A Dcrypto.h.in515 void *CRYPTO_THREAD_get_local(CRYPTO_THREAD_LOCAL *key);
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt374 CRYPTO_THREAD_get_local(3)
H A Dmissingcrypto111.txt433 CRYPTO_THREAD_get_local(3)
H A Dlibcrypto.num731 CRYPTO_THREAD_get_local 751 3_0_0 EXIST::FUNCTION:
/freebsd/secure/lib/libcrypto/
H A DVersion.map766 CRYPTO_THREAD_get_local;