Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/api/
H A Dkcf_ctxops.c132 crypto_destroy_ctx_template(crypto_ctx_template_t tmpl) in crypto_destroy_ctx_template() function
148 EXPORT_SYMBOL(crypto_destroy_ctx_template);
/freebsd/sys/contrib/openzfs/include/sys/crypto/
H A Dapi.h50 extern void crypto_destroy_ctx_template(crypto_ctx_template_t tmpl);
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c215 crypto_destroy_ctx_template(key->zk_current_tmpl); in zio_crypt_key_destroy()
216 crypto_destroy_ctx_template(key->zk_hmac_tmpl); in zio_crypt_key_destroy()
341 crypto_destroy_ctx_template(key->zk_current_tmpl); in zio_crypt_key_change_salt()