Home
last modified time | relevance | path

Searched refs:ossl_thread_init_local (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Dinitthread.c131 return ossl_thread_init_local(key, cleanup); in CRYPTO_THREAD_init_local()
216 if (!ossl_thread_init_local(&destructor_key.value, in DEFINE_RUN_ONCE_STATIC()
H A Dthreads_none.c170 int ossl_thread_init_local(CRYPTO_THREAD_LOCAL *key, void (*cleanup)(void *)) in ossl_thread_init_local() function
H A Dthreads_win.c560 int ossl_thread_init_local(CRYPTO_THREAD_LOCAL *key, void (*cleanup)(void *)) in ossl_thread_init_local() function
H A Dthreads_pthread.c734 int ossl_thread_init_local(CRYPTO_THREAD_LOCAL *key, void (*cleanup)(void *)) in ossl_thread_init_local() function
/freebsd/crypto/openssl/include/internal/
H A Dcryptlib.h136 int ossl_thread_init_local(CRYPTO_THREAD_LOCAL *key, void (*cleanup)(void *));