Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/api/
H A Dkcf_mac.c179 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_mac_init_prov()
256 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_mac_update()
285 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_mac_final()
/freebsd/sys/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c63 ctx->cc_framework_private = (void *)kcf_ctx; in kcf_new_ctx()
/freebsd/sys/contrib/openzfs/module/icp/include/sys/crypto/
H A Dspi.h67 void *cc_framework_private; /* owned by framework */ member