Searched refs:CRYPTO_THREAD_set_local (Results 1 – 16 of 16) 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 | 232 CRYPTO_THREAD_set_local(lkey, NULL); in ossl_rcu_free_local_data() 251 CRYPTO_THREAD_set_local(lkey, data); in ossl_rcu_read_lock() 581 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 | 392 CRYPTO_THREAD_set_local(lkey, NULL); in ossl_rcu_free_local_data() 410 CRYPTO_THREAD_set_local(lkey, data); in ossl_rcu_read_lock() 792 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 | 442 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/test/testutil/ |
H A D | basic_output.c | 64 if (!CRYPTO_THREAD_set_local(&local_test_data, p)) { in get_local_test_data() 84 CRYPTO_THREAD_set_local(&local_test_data, NULL); in cleanup_local_test_data()
|
/openssl/crypto/rand/ |
H A D | rand_lib.c | 595 CRYPTO_THREAD_set_local(&dgbl->public, NULL); in rand_delete_thread_state() 599 CRYPTO_THREAD_set_local(&dgbl->private, NULL); in rand_delete_thread_state() 851 CRYPTO_THREAD_set_local(&dgbl->public, rand); in rand_get0_public() 890 CRYPTO_THREAD_set_local(&dgbl->private, rand); in rand_get0_private() 927 if ((r = CRYPTO_THREAD_set_local(&dgbl->public, rand)) > 0) in RAND_set0_public() 941 if ((r = CRYPTO_THREAD_set_local(&dgbl->private, rand)) > 0) in RAND_set0_private()
|
/openssl/test/radix/ |
H A D | quic_bindings.c | 568 if (!TEST_true(CRYPTO_THREAD_set_local(&radix_thread, rt))) in radix_thread_init() 583 if (!TEST_true(CRYPTO_THREAD_set_local(&radix_thread, NULL))) in radix_thread_cleanup()
|
/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 | 534 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val);
|
Completed in 71 milliseconds