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