Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc_impl.h421 uint8_t b_salt[ZIO_DATA_SALT_LEN]; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1209 bcopy(hdr->b_crypt_hdr.b_salt, salt, ZIO_DATA_SALT_LEN); in arc_get_raw_params()
1714 B_FALSE, bswap, hdr->b_crypt_hdr.b_salt, hdr->b_crypt_hdr.b_iv, in arc_hdr_decrypt()
3386 bzero(hdr->b_crypt_hdr.b_salt, ZIO_DATA_SALT_LEN); in arc_hdr_realloc_crypt()
3426 bcopy(salt, hdr->b_crypt_hdr.b_salt, ZIO_DATA_SALT_LEN); in arc_convert_to_raw()
3549 bcopy(salt, hdr->b_crypt_hdr.b_salt, ZIO_DATA_SALT_LEN); in arc_alloc_raw_buf()
5421 zio_crypt_decode_params_bp(bp, hdr->b_crypt_hdr.b_salt, in arc_read_done()
6466 zio_crypt_decode_params_bp(bp, hdr->b_crypt_hdr.b_salt, in arc_write_ready()
6687 bcopy(hdr->b_crypt_hdr.b_salt, localprop.zp_salt, in arc_write()
8438 hdr->b_crypt_hdr.b_ot, bswap, hdr->b_crypt_hdr.b_salt, in l2arc_apply_transforms()