Home
last modified time | relevance | path

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

/third_party/openssl/crypto/err/
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()
692 CRYPTO_THREAD_set_local(&err_thread_local, NULL); in ossl_err_get_state_int()
697 || !CRYPTO_THREAD_set_local(&err_thread_local, state)) { in ossl_err_get_state_int()
699 CRYPTO_THREAD_set_local(&err_thread_local, NULL); in ossl_err_get_state_int()
746 if (!CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE*)-1)) in err_shelve_state()
760 CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE*)state); in err_unshelve_state()
/third_party/openssl/crypto/
Dinitthread.c103 if (!CRYPTO_THREAD_set_local(local, hands)) { in init_get_thread_local()
110 CRYPTO_THREAD_set_local(local, NULL); in init_get_thread_local()
117 CRYPTO_THREAD_set_local(local, NULL); in init_get_thread_local()
267 if (!CRYPTO_THREAD_set_local(tlocal, hands)) in thread_event_ossl_ctx_new()
Dthreads_none.c102 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) in CRYPTO_THREAD_set_local() function
Dthreads_win.c187 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) in CRYPTO_THREAD_set_local() function
Dthreads_pthread.c175 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) in CRYPTO_THREAD_set_local() function
Dinit.c585 if (!CRYPTO_THREAD_set_local(&in_init_config_local, (void *)-1)) in OPENSSL_init_crypto()
Dcontext.c185 return CRYPTO_THREAD_set_local(&default_context_thread_local, defctx); in set_default_context()
/third_party/openssl/crypto/async/
Dasync.c51 if (!CRYPTO_THREAD_set_local(&ctxkey, nctx)) in async_ctx_new()
72 if (!CRYPTO_THREAD_set_local(&ctxkey, NULL)) in async_ctx_free()
400 if (!CRYPTO_THREAD_set_local(&poolkey, pool)) { in ASYNC_init_thread()
421 CRYPTO_THREAD_set_local(&poolkey, NULL); in async_delete_thread_state()
/third_party/openssl/crypto/rand/
Drand_lib.c516 CRYPTO_THREAD_set_local(&dgbl->public, NULL); in rand_delete_thread_state()
520 CRYPTO_THREAD_set_local(&dgbl->private, NULL); in rand_delete_thread_state()
691 CRYPTO_THREAD_set_local(&dgbl->public, rand); in RAND_get0_public()
724 CRYPTO_THREAD_set_local(&dgbl->private, rand); in RAND_get0_private()
/third_party/openssl/ohos_lite/include/openssl/
Dcrypto.h435 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val);
/third_party/openssl/test/
Dthreadstest.c99 || !TEST_true(CRYPTO_THREAD_set_local(&thread_local_key, in thread_local_thread_cb()
/third_party/openssl/util/
Dmissingcrypto.txt398 CRYPTO_THREAD_set_local(3)
Dmissingcrypto111.txt435 CRYPTO_THREAD_set_local(3)
Dlibcrypto.num468 CRYPTO_THREAD_set_local 478 3_0_0 EXIST::FUNCTION:
/third_party/openssl/include/openssl/
Dcrypto.h.in516 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val);