Home
last modified time | relevance | path

Searched refs:b_iv (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc_impl.h434 uint8_t b_iv[ZIO_DATA_IV_LEN]; member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c1367 bcopy(hdr->b_crypt_hdr.b_iv, iv, ZIO_DATA_IV_LEN); in arc_get_raw_params()
1881 B_FALSE, bswap, hdr->b_crypt_hdr.b_salt, hdr->b_crypt_hdr.b_iv, in arc_hdr_decrypt()
3577 bzero(hdr->b_crypt_hdr.b_iv, ZIO_DATA_IV_LEN); in arc_hdr_realloc_crypt()
3618 bcopy(iv, hdr->b_crypt_hdr.b_iv, ZIO_DATA_IV_LEN); in arc_convert_to_raw()
3701 bcopy(iv, hdr->b_crypt_hdr.b_iv, ZIO_DATA_IV_LEN); in arc_alloc_raw_buf()
5697 hdr->b_crypt_hdr.b_iv); in arc_read_done()
6856 hdr->b_crypt_hdr.b_iv); in arc_write_ready()
7082 bcopy(hdr->b_crypt_hdr.b_iv, localprop.zp_iv, in arc_write()
8997 hdr->b_crypt_hdr.b_iv, mac, psize, to_write, eabd, in l2arc_apply_transforms()