Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio_crypt.h125 void zio_crypt_encode_mac_bp(blkptr_t *bp, uint8_t *mac);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c3809 zio_crypt_encode_mac_bp(bp, zp->zp_mac); in zio_encrypt()
3837 zio_crypt_encode_mac_bp(bp, mac); in zio_encrypt()
3859 zio_crypt_encode_mac_bp(bp, mac); in zio_encrypt()
3907 zio_crypt_encode_mac_bp(bp, mac); in zio_encrypt()
H A Dzio_crypt.c815 zio_crypt_encode_mac_bp(blkptr_t *bp, uint8_t *mac) in zio_crypt_encode_mac_bp() function