Searched refs:b_mac (Results 1 – 2 of 2) sorted by relevance
| /src/sys/contrib/openzfs/include/sys/ |
| H A D | arc_impl.h | 488 uint8_t b_mac[ZIO_DATA_MAC_LEN]; member
|
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 1367 memcpy(mac, hdr->b_crypt_hdr.b_mac, ZIO_DATA_MAC_LEN); in arc_get_raw_params() 1856 hdr->b_crypt_hdr.b_mac); in arc_hdr_authenticate() 1891 hdr->b_crypt_hdr.b_mac, HDR_GET_PSIZE(hdr), hdr->b_l1hdr.b_pabd, in arc_hdr_decrypt() 3469 memcpy(hdr->b_crypt_hdr.b_mac, mac, ZIO_DATA_MAC_LEN); in arc_convert_to_raw() 3547 memcpy(hdr->b_crypt_hdr.b_mac, mac, ZIO_DATA_MAC_LEN); in arc_alloc_raw_buf() 5654 hdr->b_crypt_hdr.b_mac); in arc_read_done() 5659 hdr->b_crypt_hdr.b_mac); in arc_read_done() 6892 zio_crypt_decode_mac_bp(bp, hdr->b_crypt_hdr.b_mac); in arc_write_ready() 7117 memcpy(localprop.zp_mac, hdr->b_crypt_hdr.b_mac, in arc_write() 9561 ASSERT0(memcmp(mac, hdr->b_crypt_hdr.b_mac, ZIO_DATA_MAC_LEN)); in l2arc_apply_transforms()
|