Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_ctxops.c77 kcf_ctx_template_t *ctx_tmpl; in crypto_create_ctx_template()
92 if ((ctx_tmpl = (kcf_ctx_template_t *)kmem_alloc( in crypto_create_ctx_template()
93 sizeof (kcf_ctx_template_t), kmflag)) == NULL) { in crypto_create_ctx_template()
110 kmem_free(ctx_tmpl, sizeof (kcf_ctx_template_t)); in crypto_create_ctx_template()
136 kcf_ctx_template_t *ctx_tmpl = (kcf_ctx_template_t *)tmpl; in crypto_destroy_ctx_template()
145 kmem_free(ctx_tmpl, sizeof (kcf_ctx_template_t)); in crypto_destroy_ctx_template()
H A Dkcf_mac.c132 kcf_ctx_template_t *ctx_tmpl; in crypto_mac()
154 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in crypto_mac()
257 kcf_ctx_template_t *ctx_tmpl; in crypto_mac_verify()
279 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in crypto_mac_verify()
437 kcf_ctx_template_t *ctx_tmpl; in crypto_mac_init()
459 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in crypto_mac_init()
H A Dkcf_cipher.c231 kcf_ctx_template_t *ctx_tmpl; in crypto_cipher_init()
252 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in crypto_cipher_init()
357 kcf_ctx_template_t *ctx_tmpl; in crypto_encrypt()
379 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in crypto_encrypt()
640 kcf_ctx_template_t *ctx_tmpl; in crypto_decrypt()
662 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in crypto_decrypt()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h360 } kcf_ctx_template_t; typedef
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c1619 kcf_ctx_template_t *ctx_mac_tmpl; in kcf_next_req()
1621 ctx_mac_tmpl = (kcf_ctx_template_t *)mac_tmpl; in kcf_next_req()