Searched refs:b_salt (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | arc_impl.h | 497 uint8_t b_salt[ZIO_DATA_SALT_LEN]; member
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 1381 memcpy(salt, hdr->b_crypt_hdr.b_salt, ZIO_DATA_SALT_LEN); in arc_get_raw_params() 1906 B_FALSE, bswap, hdr->b_crypt_hdr.b_salt, hdr->b_crypt_hdr.b_iv, in arc_hdr_decrypt() 3481 memcpy(hdr->b_crypt_hdr.b_salt, salt, ZIO_DATA_SALT_LEN); in arc_convert_to_raw() 3561 memcpy(hdr->b_crypt_hdr.b_salt, salt, ZIO_DATA_SALT_LEN); in arc_alloc_raw_buf() 5660 zio_crypt_decode_params_bp(bp, hdr->b_crypt_hdr.b_salt, in arc_read_done() 6906 zio_crypt_decode_params_bp(bp, hdr->b_crypt_hdr.b_salt, in arc_write_ready() 7129 memcpy(localprop.zp_salt, hdr->b_crypt_hdr.b_salt, in arc_write() 9574 hdr->b_crypt_hdr.b_ot, bswap, hdr->b_crypt_hdr.b_salt, in l2arc_apply_transforms()
|