Searched refs:zio_crypt_decode_mac_bp (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zio_crypt.h | 139 void zio_crypt_decode_mac_bp(const blkptr_t *bp, uint8_t *mac);
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zio_crypt.c | 747 zio_crypt_decode_mac_bp(const blkptr_t *bp, uint8_t *mac) in zio_crypt_decode_mac_bp() function 899 zio_crypt_decode_mac_bp(&tmpbp, bab->bab_mac); in zio_crypt_bp_auth_init()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zio_crypt.c | 830 zio_crypt_decode_mac_bp(const blkptr_t *bp, uint8_t *mac) in zio_crypt_decode_mac_bp() function 981 zio_crypt_decode_mac_bp(&tmpbp, bab->bab_mac); in zio_crypt_bp_auth_init()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_send.c | 520 zio_crypt_decode_mac_bp(bp, drrw->drr_mac); in dmu_dump_write() 640 zio_crypt_decode_mac_bp(bp, drrs->drr_mac); in dump_spill() 835 zio_crypt_decode_mac_bp(bp, drror->drr_mac); in dump_object_range()
|
H A D | zio.c | 597 zio_crypt_decode_mac_bp(bp, mac); in zio_decrypt() 646 zio_crypt_decode_mac_bp(bp, mac); in zio_decrypt() 669 zio_crypt_decode_mac_bp(bp, mac); in zio_decrypt()
|
H A D | arc.c | 5441 zio_crypt_decode_mac_bp(bp, in arc_read_done() 6659 zio_crypt_decode_mac_bp(bp, hdr->b_crypt_hdr.b_mac); in arc_write_ready() 8640 zio_crypt_decode_mac_bp(bp, mac); in l2arc_untransform()
|
H A D | dmu_recv.c | 1476 zio_crypt_decode_mac_bp(bp, mac); in do_corrective_recv()
|