Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio_crypt.h104 crypto_ctx_template_t zk_hmac_tmpl; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_crypt.c221 crypto_destroy_ctx_template(key->zk_hmac_tmpl); in zio_crypt_key_destroy()
285 &key->zk_hmac_tmpl, KM_SLEEP); in zio_crypt_key_init()
287 key->zk_hmac_tmpl = NULL; in zio_crypt_key_init()
650 &key->zk_hmac_tmpl, KM_SLEEP); in zio_crypt_key_unwrap()
652 key->zk_hmac_tmpl = NULL; in zio_crypt_key_unwrap()
713 ret = crypto_mac(&mech, &in_data, &key->zk_hmac_key, key->zk_hmac_tmpl, in zio_crypt_do_hmac()