Searched refs:ctxkey (Results 1 – 1 of 1) sorted by relevance
30 static CRYPTO_THREAD_LOCAL ctxkey; variable49 if (!CRYPTO_THREAD_set_local(&ctxkey, nctx)) in async_ctx_new()61 return (async_ctx *)CRYPTO_THREAD_get_local(&ctxkey); in async_get_ctx()70 if (!CRYPTO_THREAD_set_local(&ctxkey, NULL)) in async_ctx_free()330 if (!CRYPTO_THREAD_init_local(&ctxkey, NULL)) in async_init()334 CRYPTO_THREAD_cleanup_local(&ctxkey); in async_init()343 CRYPTO_THREAD_cleanup_local(&ctxkey); in async_deinit()
Completed in 8 milliseconds