Searched refs:zk_current_tmpl (Results 1 – 2 of 2) sorted by relevance
215 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()
109 crypto_ctx_template_t zk_current_tmpl; member