OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRYPTO_THREAD_LOCAL
(Results
1 - 25
of
35
) sorted by relevancy
1
2
/src/crypto/external/bsd/openssl.old/dist/crypto/
threads_none.c
80
int CRYPTO_THREAD_init_local(
CRYPTO_THREAD_LOCAL
*key, void (*cleanup)(void *))
94
void *CRYPTO_THREAD_get_local(
CRYPTO_THREAD_LOCAL
*key)
102
int CRYPTO_THREAD_set_local(
CRYPTO_THREAD_LOCAL
*key, void *val)
112
int CRYPTO_THREAD_cleanup_local(
CRYPTO_THREAD_LOCAL
*key)
threads_win.c
97
int CRYPTO_THREAD_init_local(
CRYPTO_THREAD_LOCAL
*key, void (*cleanup)(void *))
106
void *CRYPTO_THREAD_get_local(
CRYPTO_THREAD_LOCAL
*key)
130
int CRYPTO_THREAD_set_local(
CRYPTO_THREAD_LOCAL
*key, void *val)
138
int CRYPTO_THREAD_cleanup_local(
CRYPTO_THREAD_LOCAL
*key)
threads_pthread.c
124
int CRYPTO_THREAD_init_local(
CRYPTO_THREAD_LOCAL
*key, void (*cleanup)(void *))
132
void *CRYPTO_THREAD_get_local(
CRYPTO_THREAD_LOCAL
*key)
137
int CRYPTO_THREAD_set_local(
CRYPTO_THREAD_LOCAL
*key, void *val)
145
int CRYPTO_THREAD_cleanup_local(
CRYPTO_THREAD_LOCAL
*key)
init.c
35
* available, i.e. not on Windows, only below
CRYPTO_THREAD_LOCAL
key
49
CRYPTO_THREAD_LOCAL
value;
91
CRYPTO_THREAD_LOCAL
key;
499
CRYPTO_THREAD_LOCAL
key;
/src/crypto/external/bsd/openssl/dist/crypto/
threads_none.c
80
int CRYPTO_THREAD_init_local(
CRYPTO_THREAD_LOCAL
*key, void (*cleanup)(void *))
94
void *CRYPTO_THREAD_get_local(
CRYPTO_THREAD_LOCAL
*key)
102
int CRYPTO_THREAD_set_local(
CRYPTO_THREAD_LOCAL
*key, void *val)
112
int CRYPTO_THREAD_cleanup_local(
CRYPTO_THREAD_LOCAL
*key)
threads_pthread.c
160
int CRYPTO_THREAD_init_local(
CRYPTO_THREAD_LOCAL
*key, void (*cleanup)(void *))
168
void *CRYPTO_THREAD_get_local(
CRYPTO_THREAD_LOCAL
*key)
173
int CRYPTO_THREAD_set_local(
CRYPTO_THREAD_LOCAL
*key, void *val)
181
int CRYPTO_THREAD_cleanup_local(
CRYPTO_THREAD_LOCAL
*key)
threads_win.c
154
int CRYPTO_THREAD_init_local(
CRYPTO_THREAD_LOCAL
*key, void (*cleanup)(void *))
163
void *CRYPTO_THREAD_get_local(
CRYPTO_THREAD_LOCAL
*key)
187
int CRYPTO_THREAD_set_local(
CRYPTO_THREAD_LOCAL
*key, void *val)
195
int CRYPTO_THREAD_cleanup_local(
CRYPTO_THREAD_LOCAL
*key)
initthread.c
93
init_get_thread_local(
CRYPTO_THREAD_LOCAL
*local, int alloc, int keep)
126
* available, i.e. not on Windows, only below
CRYPTO_THREAD_LOCAL
key
140
CRYPTO_THREAD_LOCAL
value;
254
CRYPTO_THREAD_LOCAL
*tlocal = OPENSSL_zalloc(sizeof(*tlocal));
296
CRYPTO_THREAD_LOCAL
*local
365
CRYPTO_THREAD_LOCAL
*local
375
CRYPTO_THREAD_LOCAL
*local = &destructor_key.value;
init.c
51
static
CRYPTO_THREAD_LOCAL
in_init_config_local;
/src/crypto/external/apache2/openssl/dist/crypto/
threads_none.c
170
int ossl_thread_init_local(
CRYPTO_THREAD_LOCAL
*key, void (*cleanup)(void *))
189
void *CRYPTO_THREAD_get_local(
CRYPTO_THREAD_LOCAL
*key)
197
int CRYPTO_THREAD_set_local(
CRYPTO_THREAD_LOCAL
*key, void *val)
207
int CRYPTO_THREAD_cleanup_local(
CRYPTO_THREAD_LOCAL
*key)
initthread.c
94
init_get_thread_local(
CRYPTO_THREAD_LOCAL
*local, int alloc, int keep)
124
int CRYPTO_THREAD_init_local(
CRYPTO_THREAD_LOCAL
*key, void (*cleanup)(void *))
137
* available, i.e. not on Windows, only below
CRYPTO_THREAD_LOCAL
key
151
CRYPTO_THREAD_LOCAL
value;
283
CRYPTO_THREAD_LOCAL
*tlocal = OPENSSL_zalloc(sizeof(*tlocal));
331
CRYPTO_THREAD_LOCAL
*local
398
CRYPTO_THREAD_LOCAL
*local
407
CRYPTO_THREAD_LOCAL
*local = &destructor_key.value;
threads_pthread.c
298
CRYPTO_THREAD_LOCAL
*lkey = ossl_lib_ctx_get_rcukey(ctx);
309
CRYPTO_THREAD_LOCAL
*lkey = ossl_lib_ctx_get_rcukey(lock->ctx);
347
CRYPTO_THREAD_LOCAL
*lkey = ossl_lib_ctx_get_rcukey(lock->ctx);
734
int ossl_thread_init_local(
CRYPTO_THREAD_LOCAL
*key, void (*cleanup)(void *))
743
void *CRYPTO_THREAD_get_local(
CRYPTO_THREAD_LOCAL
*key)
748
int CRYPTO_THREAD_set_local(
CRYPTO_THREAD_LOCAL
*key, void *val)
756
int CRYPTO_THREAD_cleanup_local(
CRYPTO_THREAD_LOCAL
*key)
threads_win.c
222
CRYPTO_THREAD_LOCAL
*lkey = ossl_lib_ctx_get_rcukey(ctx);
233
CRYPTO_THREAD_LOCAL
*lkey = ossl_lib_ctx_get_rcukey(lock->ctx);
278
CRYPTO_THREAD_LOCAL
*lkey = ossl_lib_ctx_get_rcukey(lock->ctx);
546
int ossl_thread_init_local(
CRYPTO_THREAD_LOCAL
*key, void (*cleanup)(void *))
556
void *CRYPTO_THREAD_get_local(
CRYPTO_THREAD_LOCAL
*key)
580
int CRYPTO_THREAD_set_local(
CRYPTO_THREAD_LOCAL
*key, void *val)
588
int CRYPTO_THREAD_cleanup_local(
CRYPTO_THREAD_LOCAL
*key)
context.c
34
CRYPTO_THREAD_LOCAL
rcu_local_key;
389
static
CRYPTO_THREAD_LOCAL
default_context_thread_local;
657
CRYPTO_THREAD_LOCAL
*ossl_lib_ctx_get_rcukey(OSSL_LIB_CTX *libctx)
/src/crypto/external/apache2/openssl/dist/include/internal/
cryptlib.h
134
CRYPTO_THREAD_LOCAL
*ossl_lib_ctx_get_rcukey(OSSL_LIB_CTX *libctx);
136
int ossl_thread_init_local(
CRYPTO_THREAD_LOCAL
*key, void (*cleanup)(void *));
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
crypto.h
408
typedef DWORD
CRYPTO_THREAD_LOCAL
;
417
typedef pthread_key_t
CRYPTO_THREAD_LOCAL
;
426
typedef unsigned int
CRYPTO_THREAD_LOCAL
;
433
int CRYPTO_THREAD_init_local(
CRYPTO_THREAD_LOCAL
*key, void (*cleanup)(void *));
434
void *CRYPTO_THREAD_get_local(
CRYPTO_THREAD_LOCAL
*key);
435
int CRYPTO_THREAD_set_local(
CRYPTO_THREAD_LOCAL
*key, void *val);
436
int CRYPTO_THREAD_cleanup_local(
CRYPTO_THREAD_LOCAL
*key);
/src/crypto/external/apache2/openssl/dist/include/openssl/
crypto.h.in
507
typedef DWORD
CRYPTO_THREAD_LOCAL
;
522
typedef pthread_key_t
CRYPTO_THREAD_LOCAL
;
531
typedef unsigned int
CRYPTO_THREAD_LOCAL
;
538
int CRYPTO_THREAD_init_local(
CRYPTO_THREAD_LOCAL
*key, void (*cleanup)(void *));
539
void *CRYPTO_THREAD_get_local(
CRYPTO_THREAD_LOCAL
*key);
540
int CRYPTO_THREAD_set_local(
CRYPTO_THREAD_LOCAL
*key, void *val);
541
int CRYPTO_THREAD_cleanup_local(
CRYPTO_THREAD_LOCAL
*key);
/src/crypto/external/bsd/openssl/dist/include/openssl/
crypto.h.in
483
typedef DWORD
CRYPTO_THREAD_LOCAL
;
498
typedef pthread_key_t
CRYPTO_THREAD_LOCAL
;
507
typedef unsigned int
CRYPTO_THREAD_LOCAL
;
514
int CRYPTO_THREAD_init_local(
CRYPTO_THREAD_LOCAL
*key, void (*cleanup)(void *));
515
void *CRYPTO_THREAD_get_local(
CRYPTO_THREAD_LOCAL
*key);
516
int CRYPTO_THREAD_set_local(
CRYPTO_THREAD_LOCAL
*key, void *val);
517
int CRYPTO_THREAD_cleanup_local(
CRYPTO_THREAD_LOCAL
*key);
/src/crypto/external/bsd/openssl.old/dist/test/
threadstest.c
121
static
CRYPTO_THREAD_LOCAL
thread_local_key;
/src/crypto/external/apache2/openssl/dist/test/testutil/
basic_output.c
30
static
CRYPTO_THREAD_LOCAL
local_test_data; /* (LOCAL_TEST_DATA *) */
/src/crypto/external/apache2/openssl/dist/crypto/async/
async.c
30
static
CRYPTO_THREAD_LOCAL
ctxkey;
31
static
CRYPTO_THREAD_LOCAL
poolkey;
/src/crypto/external/bsd/openssl/dist/crypto/async/
async.c
30
static
CRYPTO_THREAD_LOCAL
ctxkey;
31
static
CRYPTO_THREAD_LOCAL
poolkey;
/src/crypto/external/bsd/openssl.old/dist/crypto/async/
async.c
30
static
CRYPTO_THREAD_LOCAL
ctxkey;
31
static
CRYPTO_THREAD_LOCAL
poolkey;
/src/crypto/external/bsd/openssl/dist/crypto/rand/
rand_lib.c
417
CRYPTO_THREAD_LOCAL
public;
427
CRYPTO_THREAD_LOCAL
private;
/src/crypto/external/bsd/openssl.old/dist/crypto/rand/
drbg_lib.c
57
static
CRYPTO_THREAD_LOCAL
public_drbg;
65
static
CRYPTO_THREAD_LOCAL
private_drbg;
Completed in 32 milliseconds
1
2
Indexes created Thu Jun 11 00:25:07 UTC 2026