Home
last modified time | relevance | path

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

/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()
290 &key->zk_current_tmpl); in zio_crypt_key_init()
292 key->zk_current_tmpl = NULL; in zio_crypt_key_init()
341 crypto_destroy_ctx_template(key->zk_current_tmpl); in zio_crypt_key_change_salt()
343 &key->zk_current_tmpl); in zio_crypt_key_change_salt()
345 key->zk_current_tmpl = NULL; in zio_crypt_key_change_salt()
637 &key->zk_current_tmpl); in zio_crypt_key_unwrap()
639 key->zk_current_tmpl = NULL; in zio_crypt_key_unwrap()
1941 tmpl = key->zk_current_tmpl; in zio_do_crypt_data()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio_crypt.h109 crypto_ctx_template_t zk_current_tmpl; member