Home
last modified time | relevance | path

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

/freebsd/crypto/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()
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()
/freebsd/crypto/openssl/crypto/
H A 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()
H A Dthreads_none.c102 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) in CRYPTO_THREAD_set_local() function
H A Dthreads_win.c187 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) in CRYPTO_THREAD_set_local() function
H A Dthreads_pthread.c173 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) in CRYPTO_THREAD_set_local() function
H A Dinit.c587 if (!CRYPTO_THREAD_set_local(&in_init_config_local, (void *)-1)) in OPENSSL_init_crypto()
H A Dcontext.c186 return CRYPTO_THREAD_set_local(&default_context_thread_local, defctx); in set_default_context()
/freebsd/crypto/openssl/crypto/async/
H A 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()
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c523 CRYPTO_THREAD_set_local(&dgbl->public, NULL); in rand_delete_thread_state()
527 CRYPTO_THREAD_set_local(&dgbl->private, NULL); in rand_delete_thread_state()
698 CRYPTO_THREAD_set_local(&dgbl->public, rand); in RAND_get0_public()
731 CRYPTO_THREAD_set_local(&dgbl->private, rand); in RAND_get0_private()
/freebsd/crypto/openssl/test/
H A Dthreadstest.c99 || !TEST_true(CRYPTO_THREAD_set_local(&thread_local_key, in thread_local_thread_cb()
/freebsd/crypto/openssl/include/openssl/
H A Dcrypto.h539 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val);
H A Dcrypto.h.in516 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val);
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt376 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:
/freebsd/secure/lib/libcrypto/
H A DVersion.map772 CRYPTO_THREAD_set_local;