Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_ctxops.c104 &(ctx_tmpl->ct_prov_tmpl), &(ctx_tmpl->ct_size), KCF_RHNDL(kmflag)); in crypto_create_ctx_template()
141 ASSERT(ctx_tmpl->ct_prov_tmpl != NULL); in crypto_destroy_ctx_template()
143 bzero(ctx_tmpl->ct_prov_tmpl, ctx_tmpl->ct_size); in crypto_destroy_ctx_template()
144 kmem_free(ctx_tmpl->ct_prov_tmpl, ctx_tmpl->ct_size); in crypto_destroy_ctx_template()
H A Dkcf_mac.c161 spi_ctx_tmpl = ctx_tmpl->ct_prov_tmpl; in crypto_mac()
286 spi_ctx_tmpl = ctx_tmpl->ct_prov_tmpl; in crypto_mac_verify()
466 spi_ctx_tmpl = ctx_tmpl->ct_prov_tmpl; in crypto_mac_init()
H A Dkcf_cipher.c259 spi_ctx_tmpl = ctx_tmpl->ct_prov_tmpl; in crypto_cipher_init()
386 spi_ctx_tmpl = ctx_tmpl->ct_prov_tmpl; in crypto_encrypt()
669 spi_ctx_tmpl = ctx_tmpl->ct_prov_tmpl; in crypto_decrypt()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h358 crypto_spi_ctx_template_t ct_prov_tmpl; /* context template */ member
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c1628 mops->mo_templ = ctx_mac_tmpl->ct_prov_tmpl; in kcf_next_req()