Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_crypt.c220 crypto_destroy_ctx_template(key->zk_current_tmpl); in zio_crypt_key_destroy()
279 &key->zk_current_tmpl, KM_SLEEP); in zio_crypt_key_init()
281 key->zk_current_tmpl = NULL; in zio_crypt_key_init()
331 crypto_destroy_ctx_template(key->zk_current_tmpl); in zio_crypt_key_change_salt()
333 &key->zk_current_tmpl, KM_SLEEP); in zio_crypt_key_change_salt()
335 key->zk_current_tmpl = NULL; in zio_crypt_key_change_salt()
644 &key->zk_current_tmpl, KM_SLEEP); in zio_crypt_key_unwrap()
646 key->zk_current_tmpl = NULL; in zio_crypt_key_unwrap()
1910 tmpl = key->zk_current_tmpl; in zio_do_crypt_data()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio_crypt.h98 crypto_ctx_template_t zk_current_tmpl; member