Searched refs:CRYPTO_THREAD_set_local (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Dthreads_none.c102 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) function
H A Dthreads_win.c130 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) function
H A Dthreads_pthread.c137 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) function
H A Dmem_dbg.c254 CRYPTO_THREAD_set_local(&appinfokey, next);
256 CRYPTO_THREAD_set_local(&appinfokey, NULL);
289 CRYPTO_THREAD_set_local(&appinfokey, ami);
H A Dinit.c67 && !CRYPTO_THREAD_set_local(&destructor_key.value, local)) {
72 CRYPTO_THREAD_set_local(&destructor_key.value, NULL);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/async/
H A Dasync.c49 if (!CRYPTO_THREAD_set_local(&ctxkey, nctx))
70 if (!CRYPTO_THREAD_set_local(&ctxkey, NULL))
364 if (!CRYPTO_THREAD_set_local(&poolkey, pool)) {
385 CRYPTO_THREAD_set_local(&poolkey, NULL);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dinitthread.c103 if (!CRYPTO_THREAD_set_local(local, hands)) {
110 CRYPTO_THREAD_set_local(local, NULL);
117 CRYPTO_THREAD_set_local(local, NULL);
267 if (!CRYPTO_THREAD_set_local(tlocal, hands))
H A Dthreads_none.c102 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) function
H A Dthreads_win.c187 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) function
H A Dthreads_pthread.c173 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) function
H A Dinit.c587 if (!CRYPTO_THREAD_set_local(&in_init_config_local, (void *)-1))
H A Dcontext.c186 return CRYPTO_THREAD_set_local(&default_context_thread_local, defctx);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/async/
H A Dasync.c51 if (!CRYPTO_THREAD_set_local(&ctxkey, nctx))
72 if (!CRYPTO_THREAD_set_local(&ctxkey, NULL))
400 if (!CRYPTO_THREAD_set_local(&poolkey, pool)) {
421 CRYPTO_THREAD_set_local(&poolkey, NULL);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/err/
H A Derr.c725 CRYPTO_THREAD_set_local(&err_thread_local, NULL);
763 if (!CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE*)-1))
767 CRYPTO_THREAD_set_local(&err_thread_local, NULL);
772 || !CRYPTO_THREAD_set_local(&err_thread_local, state)) {
774 CRYPTO_THREAD_set_local(&err_thread_local, NULL);
813 if (!CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE*)-1))
827 CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE*)state);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/err/
H A Derr.c650 CRYPTO_THREAD_set_local(&err_thread_local, NULL);
688 if (!CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE*)-1))
692 CRYPTO_THREAD_set_local(&err_thread_local, NULL);
697 || !CRYPTO_THREAD_set_local(&err_thread_local, state)) {
699 CRYPTO_THREAD_set_local(&err_thread_local, NULL);
746 if (!CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE*)-1))
760 CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE*)state);
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dthreadstest.c143 || !TEST_true(CRYPTO_THREAD_set_local(&thread_local_key,
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Ddrbg_lib.c940 CRYPTO_THREAD_set_local(&public_drbg, NULL);
944 CRYPTO_THREAD_set_local(&private_drbg, NULL);
1110 CRYPTO_THREAD_set_local(&public_drbg, drbg);
1131 CRYPTO_THREAD_set_local(&private_drbg, drbg);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_lib.c523 CRYPTO_THREAD_set_local(&dgbl->public, NULL);
527 CRYPTO_THREAD_set_local(&dgbl->private, NULL);
698 CRYPTO_THREAD_set_local(&dgbl->public, rand);
731 CRYPTO_THREAD_set_local(&dgbl->private, rand);
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dcrypto.h435 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dthreadstest.c99 || !TEST_true(CRYPTO_THREAD_set_local(&thread_local_key,

Completed in 233 milliseconds