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
372 Each block's IV is set to the logical block number within the file as
375 - With CBC mode encryption, ESSIV is also used. Specifically, each IV
379 - With `DIRECT_KEY policies`_, the file's nonce is appended to the IV.
383 to 32 bits and is placed in bits 0-31 of the IV. The inode number
387 to 32 bits and is placed in bits 0-31 of the IV. The inode number
399 filenames of up to 255 bytes, the same IV is used for every filename
405 Thus, IV reuse is limited to within a single directory.
407 With CTS-CBC, the IV reuse means that when the plaintext filenames
426 that IV reuse is not a problem as each symlink has its own inode.