Searched refs:CRYPTO_THREAD_set_local (Results 1 – 14 of 14) sorted by relevance
/openssl/crypto/ |
H A D | initthread.c | 104 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 D | threads_win.c | 245 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 D | threads_none.c | 180 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) in CRYPTO_THREAD_set_local() function
|
H A D | threads_pthread.c | 425 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 D | init.c | 598 if (!CRYPTO_THREAD_set_local(&in_init_config_local, (void *)-1)) in OPENSSL_init_crypto()
|
H A D | context.c | 434 return CRYPTO_THREAD_set_local(&default_context_thread_local, defctx); in set_default_context()
|
/openssl/crypto/err/ |
H A D | err.c | 650 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 D | async.c | 49 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 D | rand_lib.c | 529 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 D | missingcrypto.txt | 353 CRYPTO_THREAD_set_local(3)
|
H A D | missingcrypto111.txt | 435 CRYPTO_THREAD_set_local(3)
|
H A D | libcrypto.num | 468 CRYPTO_THREAD_set_local 478 3_0_0 EXIST::FUNCTION:
|
/openssl/test/ |
H A D | threadstest.c | 545 || !TEST_true(CRYPTO_THREAD_set_local(&thread_local_key, in thread_local_thread_cb()
|
/openssl/include/openssl/ |
H A D | crypto.h.in | 531 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val);
|
Completed in 75 milliseconds