Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc_impl.h433 uint8_t b_salt[ZIO_DATA_SALT_LEN]; member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c1366 bcopy(hdr->b_crypt_hdr.b_salt, salt, ZIO_DATA_SALT_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()
3576 bzero(hdr->b_crypt_hdr.b_salt, ZIO_DATA_SALT_LEN); in arc_hdr_realloc_crypt()
3616 bcopy(salt, hdr->b_crypt_hdr.b_salt, ZIO_DATA_SALT_LEN); in arc_convert_to_raw()
3700 bcopy(salt, hdr->b_crypt_hdr.b_salt, ZIO_DATA_SALT_LEN); in arc_alloc_raw_buf()
5696 zio_crypt_decode_params_bp(bp, hdr->b_crypt_hdr.b_salt, in arc_read_done()
6855 zio_crypt_decode_params_bp(bp, hdr->b_crypt_hdr.b_salt, in arc_write_ready()
7080 bcopy(hdr->b_crypt_hdr.b_salt, localprop.zp_salt, in arc_write()
8996 hdr->b_crypt_hdr.b_ot, bswap, hdr->b_crypt_hdr.b_salt, in l2arc_apply_transforms()