Lines Matching full:contents
57 protects the confidentiality of file contents and filenames in the
90 plaintext file contents or filenames from other users on the same
113 keys and file contents encryption keys (but not other types of fscrypt
144 - In general, decrypted contents and filenames in the kernel VFS
165 unable to exfiltrate the master keys or file contents keys in a form
206 greater of the security strength of the contents and filenames
290 suitable for both contents and filenames encryption, and it accepts
299 (contents or filenames) is encrypted, the file's 16-byte nonce is
316 protected by the same master key sharing a single contents encryption
359 fscrypt allows one encryption mode to be specified for file contents
368 - AES-256-XTS for contents and AES-256-CBC-CTS for filenames
369 - AES-256-XTS for contents and AES-256-HCTR2 for filenames
370 - Adiantum for both contents and filenames
371 - AES-128-CBC-ESSIV for contents and AES-128-CBC-CTS for filenames
372 - SM4-XTS for contents and SM4-CBC-CTS for filenames
379 contents encryption uses a block cipher in `XTS mode
437 platform; refer to the kconfig menus. File contents encryption can
440 the file contents mode doesn't need to supported in the kernel crypto
473 Contents encryption
476 For contents encryption, each file's contents is divided into "data
528 If the user selects FSCRYPT_MODE_AES_128_CBC for the contents mode, an
531 key is the SHA-256 hash of the file's contents encryption key.
645 the granularity of file contents encryption. For example, setting
646 ``log2_data_unit_size`` to 12 causes file contents be passed to the
1334 contents. To enable this, set CONFIG_FS_ENCRYPTION_INLINE_CRYPT=y in
1395 assumes that there is just one file contents encryption key per
1400 Implementation-wise, to encrypt/decrypt the contents of files that are
1411 However, fscrypt doesn't just do file contents encryption; it also
1414 dirhash keys. So even with file contents encryption out of the
1419 its KDF to derive all subkeys other than file contents keys.
1422 protects the file contents encryption keys. It doesn't protect other
1498 inline encryption hardware will encrypt/decrypt the file contents.
1501 the file contents themselves, as described below: