Lines Matching refs:IV
273 included in the IV. Moreover:
295 compliant with the UFS standard, which supports only 64 IV bits per
304 logical block number mod 2^32 to produce a 32-bit IV.
307 compliant with the eMMC v5.2 standard, which supports only 32 IV bits
309 format results in some level of IV reuse, so it should only be used
384 Each block's IV is set to the logical block number within the file as
387 - With CBC mode encryption, ESSIV is also used. Specifically, each IV
391 - With `DIRECT_KEY policies`_, the file's nonce is appended to the IV.
395 to 32 bits and is placed in bits 0-31 of the IV. The inode number
399 to 32 bits and is placed in bits 0-31 of the IV. The inode number
411 filenames of up to 255 bytes, the same IV is used for every filename
417 Thus, IV reuse is limited to within a single directory.
419 With CTS-CBC, the IV reuse means that when the plaintext filenames share a
438 that IV reuse is not a problem as each symlink has its own inode.