Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c48 kcf_context_t *kcf_ctx; in kcf_new_ctx()
78 kcf_free_context(kcf_context_t *kcf_ctx) in kcf_free_context()
113 kcf_context_t *kctx = (kcf_context_t *)buf; in kcf_context_cache_constructor()
124 kcf_context_t *kctx = (kcf_context_t *)buf; in kcf_context_cache_destructor()
/freebsd/sys/contrib/openzfs/module/icp/api/
H A Dkcf_mac.c178 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_mac_init_prov()
251 kcf_context_t *kcf_ctx; in crypto_mac_update()
255 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_mac_update()
280 kcf_context_t *kcf_ctx; in crypto_mac_final()
284 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_mac_final()
/freebsd/sys/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h68 } kcf_context_t; typedef
129 extern void kcf_free_context(kcf_context_t *);