Searched refs:b_mac (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | arc_impl.h | 442 uint8_t b_mac[ZIO_DATA_MAC_LEN]; member
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 1327 bcopy(hdr->b_crypt_hdr.b_mac, mac, ZIO_DATA_MAC_LEN); in arc_get_raw_params() 1802 hdr->b_crypt_hdr.b_mac); in arc_hdr_authenticate() 1844 hdr->b_crypt_hdr.b_mac, HDR_GET_PSIZE(hdr), hdr->b_l1hdr.b_pabd, in arc_hdr_decrypt() 3537 bzero(hdr->b_crypt_hdr.b_mac, ZIO_DATA_MAC_LEN); in arc_hdr_realloc_crypt() 3579 bcopy(mac, hdr->b_crypt_hdr.b_mac, ZIO_DATA_MAC_LEN); in arc_convert_to_raw() 3657 bcopy(mac, hdr->b_crypt_hdr.b_mac, ZIO_DATA_MAC_LEN); in arc_alloc_raw_buf() 5724 hdr->b_crypt_hdr.b_mac); in arc_read_done() 5728 zio_crypt_decode_mac_bp(bp, hdr->b_crypt_hdr.b_mac); in arc_read_done() 6871 zio_crypt_decode_mac_bp(bp, hdr->b_crypt_hdr.b_mac); in arc_write_ready() 7101 bcopy(hdr->b_crypt_hdr.b_mac, localprop.zp_mac, in arc_write() [all …]
|