Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio_crypt.h116 crypto_ctx_template_t zk_hmac_tmpl; member
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c216 crypto_destroy_ctx_template(key->zk_hmac_tmpl); in zio_crypt_key_destroy()
296 &key->zk_hmac_tmpl); in zio_crypt_key_init()
298 key->zk_hmac_tmpl = NULL; in zio_crypt_key_init()
643 &key->zk_hmac_tmpl); in zio_crypt_key_unwrap()
645 key->zk_hmac_tmpl = NULL; in zio_crypt_key_unwrap()
706 ret = crypto_mac(&mech, &in_data, &key->zk_hmac_key, key->zk_hmac_tmpl, in zio_crypt_do_hmac()