Searched refs:CRYPTO_THREAD_set_local (Results 1 – 15 of 15) sorted by relevance
/third_party/openssl/crypto/err/ |
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() 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/ |
D | initthread.c | 103 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()
|
D | threads_none.c | 102 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) in CRYPTO_THREAD_set_local() function
|
D | threads_win.c | 187 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) in CRYPTO_THREAD_set_local() function
|
D | threads_pthread.c | 175 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) in CRYPTO_THREAD_set_local() function
|
D | init.c | 585 if (!CRYPTO_THREAD_set_local(&in_init_config_local, (void *)-1)) in OPENSSL_init_crypto()
|
D | context.c | 185 return CRYPTO_THREAD_set_local(&default_context_thread_local, defctx); in set_default_context()
|
/third_party/openssl/crypto/async/ |
D | async.c | 51 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/ |
D | rand_lib.c | 516 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/ |
D | crypto.h | 435 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val);
|
/third_party/openssl/test/ |
D | threadstest.c | 99 || !TEST_true(CRYPTO_THREAD_set_local(&thread_local_key, in thread_local_thread_cb()
|
/third_party/openssl/util/ |
D | missingcrypto.txt | 398 CRYPTO_THREAD_set_local(3)
|
D | missingcrypto111.txt | 435 CRYPTO_THREAD_set_local(3)
|
D | libcrypto.num | 468 CRYPTO_THREAD_set_local 478 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/include/openssl/ |
D | crypto.h.in | 516 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val);
|