Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dinitthread.c255 CRYPTO_THREAD_LOCAL *tlocal = OPENSSL_zalloc(sizeof(*tlocal)); in ossl_thread_event_ctx_new() local
257 if (tlocal == NULL) in ossl_thread_event_ctx_new()
260 if (!CRYPTO_THREAD_init_local(tlocal, NULL)) { in ossl_thread_event_ctx_new()
268 if (!CRYPTO_THREAD_set_local(tlocal, hands)) in ossl_thread_event_ctx_new()
271 return tlocal; in ossl_thread_event_ctx_new()
274 OPENSSL_free(tlocal); in ossl_thread_event_ctx_new()
278 void ossl_thread_event_ctx_free(void *tlocal) in ossl_thread_event_ctx_free() argument
280 OPENSSL_free(tlocal); in ossl_thread_event_ctx_free()

Completed in 7 milliseconds