Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio_crypt.h127 void zio_crypt_encode_mac_zil(void *data, uint8_t *mac);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_crypt.c862 zio_crypt_encode_mac_zil(void *data, uint8_t *mac) in zio_crypt_encode_mac_zil() function
H A Dzio.c3902 zio_crypt_encode_mac_zil(enc_buf, mac); in zio_encrypt()