Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dcontext.c34 CRYPTO_THREAD_LOCAL rcu_local_key; member
95 if (!CRYPTO_THREAD_init_local(&ctx->rcu_local_key, NULL)) in context_init()
229 CRYPTO_THREAD_cleanup_local(&ctx->rcu_local_key); in context_init()
382 CRYPTO_THREAD_cleanup_local(&ctx->rcu_local_key); in context_deinit()
664 return &libctx->rcu_local_key; in ossl_lib_ctx_get_rcukey()