Home
last modified time | relevance | path

Searched refs:zio_crypt_do_hmac (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio_crypt.h135 int zio_crypt_do_hmac(zio_crypt_key_t *key, uint8_t *data, uint_t datalen,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_crypt.c684 zio_crypt_do_hmac(zio_crypt_key_t *key, uint8_t *data, uint_t datalen, in zio_crypt_do_hmac() function
736 ret = zio_crypt_do_hmac(key, data, datalen, in zio_crypt_generate_iv_salt_dedup()
H A Ddsl_crypt.c2757 ret = zio_crypt_do_hmac(&dck->dck_key, buf, datalen, in spa_do_crypt_mac_abd()