Lines Matching +full:error +full:- +full:correction
2 dm-verity
5 Device-Mapper's "verity" target provides transparent integrity checking of
7 This target is read-only.
21 This is the type of the on-disk hash format.
40 dm-verity device.
55 This is the offset, in <hash_block_size>-blocks, from the start of hash_dev
96 Use forward error correction (FEC) to recover from corruption if hash
110 is M-N.
122 rather than every time. This reduces the overhead of dm-verity so that it
151 dm-verity is meant to be set up as part of a verified boot path. This
153 booting from a known-good device (like a USB drive or CD).
155 When a dm-verity device is configured, it is expected that the caller
157 After instantiation, all hashes will be verified on-demand during
163 per-block basis. This allows for a lightweight hash computation on first read
167 If forward error correction (FEC) support is enabled any recovery of
169 corresponding data. This is why combining error correction with
173 ---------
181 selected cryptographic digest algorithm. The hashes are linearly-ordered in
200 On-disk format
203 The verity kernel code does not read the verity metadata on-disk header.
205 It is expected that a user-space tool will verify the integrity of the
209 be passed via the kernel command-line in a rooted chain of trust where
210 the command-line is verified.
216 The full specification of kernel parameters and on-disk metadata format
230 # dmsetup create vroot --readonly --table \