Home
last modified time | relevance | path

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

/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()
274 &key->zk_current_tmpl, KM_SLEEP); in zio_crypt_key_init()
276 key->zk_current_tmpl = NULL; in zio_crypt_key_init()
326 crypto_destroy_ctx_template(key->zk_current_tmpl); in zio_crypt_key_change_salt()
328 &key->zk_current_tmpl, KM_SLEEP); in zio_crypt_key_change_salt()
330 key->zk_current_tmpl = NULL; in zio_crypt_key_change_salt()
631 &key->zk_current_tmpl, KM_SLEEP); in zio_crypt_key_unwrap()
633 key->zk_current_tmpl = NULL; in zio_crypt_key_unwrap()
1904 tmpl = key->zk_current_tmpl; in zio_do_crypt_data()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio_crypt.h109 crypto_ctx_template_t zk_current_tmpl; member