Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dserver.py50 SALT_SIZE = 8 variable
165 return os.getrandom(SALT_SIZE, os.GRND_NONBLOCK).hex()
/openbmc/linux/drivers/md/
H A Ddm-integrity.c46 #define SALT_SIZE 16 macro
81 __u8 salt[SALT_SIZE];
807 r = crypto_shash_update(desc, (__u8 *)&ic->sb->salt, SALT_SIZE); in section_mac()
1668 r = crypto_shash_update(req, (__u8 *)&ic->sb->salt, SALT_SIZE); in integrity_sector_checksum()
3611 get_random_bytes(ic->sb->salt, SALT_SIZE); in initialize_superblock()