Searched defs:dm_verity (Results 1 – 1 of 1) sorted by relevance
36 struct dm_verity { struct37 struct dm_dev *data_dev;38 struct dm_dev *hash_dev;39 struct dm_target *ti;40 struct dm_bufio_client *bufio;41 char *alg_name;42 struct crypto_ahash *ahash_tfm; /* either this or shash_tfm is set */43 struct crypto_shash *shash_tfm; /* either this or ahash_tfm is set */44 u8 *root_digest; /* digest of the root block */45 u8 *salt; /* salt: its size is salt_size */[all …]