Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c1184 bzero(&hdr->b_crypt_hdr, sizeof (hdr->b_crypt_hdr)); in hdr_full_crypt_cons()
1840 hdr->b_crypt_hdr.b_mac); in arc_hdr_authenticate()
1881 B_FALSE, bswap, hdr->b_crypt_hdr.b_salt, hdr->b_crypt_hdr.b_iv, in arc_hdr_decrypt()
3575 hdr->b_crypt_hdr.b_dsobj = 0; in arc_hdr_realloc_crypt()
3609 hdr->b_crypt_hdr.b_ot = ot; in arc_convert_to_raw()
3697 hdr->b_crypt_hdr.b_ot = ot; in arc_alloc_raw_buf()
5697 hdr->b_crypt_hdr.b_iv); in arc_read_done()
5705 hdr->b_crypt_hdr.b_mac); in arc_read_done()
6856 hdr->b_crypt_hdr.b_iv); in arc_write_ready()
8524 hdr->b_crypt_hdr.b_rabd; in l2arc_read_done()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc_impl.h509 arc_buf_hdr_crypt_t b_crypt_hdr; member