Home
last modified time | relevance | path

Searched refs:CRYPTO_THREAD_set_local (Results 1 – 14 of 14) sorted by relevance

/openssl/crypto/
H A Dinitthread.c104 if (!CRYPTO_THREAD_set_local(local, hands)) { in init_get_thread_local()
111 CRYPTO_THREAD_set_local(local, NULL); in init_get_thread_local()
118 CRYPTO_THREAD_set_local(local, NULL); in init_get_thread_local()
276 if (!CRYPTO_THREAD_set_local(tlocal, hands)) in ossl_thread_event_ctx_new()
H A Dthreads_win.c245 CRYPTO_THREAD_set_local(lkey, NULL); in ossl_rcu_free_local_data()
264 CRYPTO_THREAD_set_local(lkey, data); in ossl_rcu_read_lock()
600 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) in CRYPTO_THREAD_set_local() function
H A Dthreads_none.c180 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) in CRYPTO_THREAD_set_local() function
H A Dthreads_pthread.c425 CRYPTO_THREAD_set_local(lkey, NULL); in ossl_rcu_free_local_data()
443 CRYPTO_THREAD_set_local(lkey, data); in ossl_rcu_read_lock()
835 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) in CRYPTO_THREAD_set_local() function
H A Dinit.c598 if (!CRYPTO_THREAD_set_local(&in_init_config_local, (void *)-1)) in OPENSSL_init_crypto()
H A Dcontext.c434 return CRYPTO_THREAD_set_local(&default_context_thread_local, defctx); in set_default_context()
/openssl/crypto/err/
H A Derr.c650 CRYPTO_THREAD_set_local(&err_thread_local, NULL); in err_delete_thread_state()
688 if (!CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE*)-1)) in ossl_err_get_state_int()
693 CRYPTO_THREAD_set_local(&err_thread_local, NULL); in ossl_err_get_state_int()
698 || !CRYPTO_THREAD_set_local(&err_thread_local, state)) { in ossl_err_get_state_int()
700 CRYPTO_THREAD_set_local(&err_thread_local, NULL); in ossl_err_get_state_int()
747 if (!CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE*)-1)) in err_shelve_state()
761 CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE*)state); in err_unshelve_state()
/openssl/crypto/async/
H A Dasync.c49 if (!CRYPTO_THREAD_set_local(&ctxkey, nctx)) in async_ctx_new()
70 if (!CRYPTO_THREAD_set_local(&ctxkey, NULL)) in async_ctx_free()
394 if (!CRYPTO_THREAD_set_local(&poolkey, pool)) { in ASYNC_init_thread()
415 CRYPTO_THREAD_set_local(&poolkey, NULL); in async_delete_thread_state()
/openssl/crypto/rand/
H A Drand_lib.c529 CRYPTO_THREAD_set_local(&dgbl->public, NULL); in rand_delete_thread_state()
533 CRYPTO_THREAD_set_local(&dgbl->private, NULL); in rand_delete_thread_state()
830 CRYPTO_THREAD_set_local(&dgbl->public, rand); in RAND_get0_public()
863 CRYPTO_THREAD_set_local(&dgbl->private, rand); in RAND_get0_private()
889 if ((r = CRYPTO_THREAD_set_local(&dgbl->public, rand)) > 0) in RAND_set0_public()
903 if ((r = CRYPTO_THREAD_set_local(&dgbl->private, rand)) > 0) in RAND_set0_private()
/openssl/util/
H A Dmissingcrypto.txt353 CRYPTO_THREAD_set_local(3)
H A Dmissingcrypto111.txt435 CRYPTO_THREAD_set_local(3)
H A Dlibcrypto.num468 CRYPTO_THREAD_set_local 478 3_0_0 EXIST::FUNCTION:
/openssl/test/
H A Dthreadstest.c545 || !TEST_true(CRYPTO_THREAD_set_local(&thread_local_key, in thread_local_thread_cb()
/openssl/include/openssl/
H A Dcrypto.h.in531 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val);

Completed in 69 milliseconds