Searched refs:b_salt (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | arc_impl.h | 442 uint8_t b_salt[ZIO_DATA_SALT_LEN]; member
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | arc.c | 1341 memcpy(salt, hdr->b_crypt_hdr.b_salt, ZIO_DATA_SALT_LEN); in arc_get_raw_params() 1865 B_FALSE, bswap, hdr->b_crypt_hdr.b_salt, hdr->b_crypt_hdr.b_iv, in arc_hdr_decrypt() 3434 memcpy(hdr->b_crypt_hdr.b_salt, salt, ZIO_DATA_SALT_LEN); in arc_convert_to_raw() 3514 memcpy(hdr->b_crypt_hdr.b_salt, salt, ZIO_DATA_SALT_LEN); in arc_alloc_raw_buf() 5426 zio_crypt_decode_params_bp(bp, hdr->b_crypt_hdr.b_salt, in arc_read_done() 6677 zio_crypt_decode_params_bp(bp, hdr->b_crypt_hdr.b_salt, in arc_write_ready() 6900 memcpy(localprop.zp_salt, hdr->b_crypt_hdr.b_salt, in arc_write() 9234 hdr->b_crypt_hdr.b_ot, bswap, hdr->b_crypt_hdr.b_salt, in l2arc_apply_transforms()
|