Home
last modified time | relevance | path

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

1234

/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/node/deps/openssl/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()
/third_party/node/deps/openssl/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.c585 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()
/third_party/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()
/third_party/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.c175 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) in CRYPTO_THREAD_set_local() function
H A Dinit.c585 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()
/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/openssl/test/
H A Dthreadstest.c99 || !TEST_true(CRYPTO_THREAD_set_local(&thread_local_key, in thread_local_thread_cb()
/third_party/openssl/ohos_lite/include/openssl/
H A Dcrypto.h435 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dcrypto.h539 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dcrypto.h539 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dcrypto.h539 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dcrypto.h539 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dcrypto.h539 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val);

Completed in 34 milliseconds

1234