Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-integrity.c48 #define SALT_SIZE 16 macro
85 __u8 salt[SALT_SIZE];
804 r = crypto_shash_update(desc, (__u8 *)&ic->sb->salt, SALT_SIZE); in section_mac()
1664 r = crypto_shash_update(req, (__u8 *)&ic->sb->salt, SALT_SIZE); in integrity_sector_checksum_shash()
1724 sg_set_buf(s, (const __u8 *)&ic->sb->salt, SALT_SIZE); in integrity_sector_checksum_ahash()
1725 nbytes += SALT_SIZE; in integrity_sector_checksum_ahash()
4178 get_random_bytes(ic->sb->salt, SALT_SIZE); in initialize_superblock()