Home
last modified time | relevance | path

Searched refs:zk_current_tmpl (Results 1 – 2 of 2) sorted by relevance

/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c216 crypto_destroy_ctx_template(key->zk_current_tmpl); in zio_crypt_key_destroy()
291 &key->zk_current_tmpl); in zio_crypt_key_init()
293 key->zk_current_tmpl = NULL; in zio_crypt_key_init()
342 crypto_destroy_ctx_template(key->zk_current_tmpl); in zio_crypt_key_change_salt()
344 &key->zk_current_tmpl); in zio_crypt_key_change_salt()
346 key->zk_current_tmpl = NULL; in zio_crypt_key_change_salt()
638 &key->zk_current_tmpl); in zio_crypt_key_unwrap()
640 key->zk_current_tmpl = NULL; in zio_crypt_key_unwrap()
1942 tmpl = key->zk_current_tmpl; in zio_do_crypt_data()
/src/sys/contrib/openzfs/include/sys/
H A Dzio_crypt.h110 crypto_ctx_template_t zk_current_tmpl; member