Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_ctxops.c134 crypto_destroy_ctx_template(crypto_ctx_template_t tmpl) in crypto_destroy_ctx_template() function
150 EXPORT_SYMBOL(crypto_destroy_ctx_template);
/f-stack/freebsd/contrib/openzfs/include/sys/crypto/
H A Dapi.h68 extern void crypto_destroy_ctx_template(crypto_ctx_template_t tmpl);
/f-stack/freebsd/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()
326 crypto_destroy_ctx_template(key->zk_current_tmpl); in zio_crypt_key_change_salt()