Searched refs:b_mac (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | arc_impl.h | 443 uint8_t b_mac[ZIO_DATA_MAC_LEN]; member
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 1368 bcopy(hdr->b_crypt_hdr.b_mac, mac, ZIO_DATA_MAC_LEN); in arc_get_raw_params() 1840 hdr->b_crypt_hdr.b_mac); in arc_hdr_authenticate() 1882 hdr->b_crypt_hdr.b_mac, HDR_GET_PSIZE(hdr), hdr->b_l1hdr.b_pabd, in arc_hdr_decrypt() 3578 bzero(hdr->b_crypt_hdr.b_mac, ZIO_DATA_MAC_LEN); in arc_hdr_realloc_crypt() 3620 bcopy(mac, hdr->b_crypt_hdr.b_mac, ZIO_DATA_MAC_LEN); in arc_convert_to_raw() 3702 bcopy(mac, hdr->b_crypt_hdr.b_mac, ZIO_DATA_MAC_LEN); in arc_alloc_raw_buf() 5705 hdr->b_crypt_hdr.b_mac); in arc_read_done() 5709 zio_crypt_decode_mac_bp(bp, hdr->b_crypt_hdr.b_mac); in arc_read_done() 6857 zio_crypt_decode_mac_bp(bp, hdr->b_crypt_hdr.b_mac); in arc_write_ready() 7084 bcopy(hdr->b_crypt_hdr.b_mac, localprop.zp_mac, in arc_write() [all …]
|