Lines Matching full:encrypted
35 UBIFS. This allows encrypted files to be read and written without
36 caching both the decrypted and encrypted pages in the pagecache,
39 needed. eCryptfs also limits encrypted filenames to 143 bytes,
45 supports marking an empty directory as encrypted. Then, after
48 encrypted.
118 "locked", i.e. in ciphertext or encrypted form.
124 encrypted files and directories before removing a master key, as
126 encrypted directory.
156 with another user's encrypted files to which they have read-only
169 policies on all new encrypted directories.
177 Each encrypted directory tree is protected by a *master key*. Master
185 To "unlock" an encrypted directory tree, userspace must provide the
244 encrypted inode (regular file, directory, or symlink) is created,
272 (contents or filenames) is encrypted, the file's 16-byte nonce is
327 encrypted directories use this style of hashing.
454 For file contents, each filesystem block is encrypted independently.
462 is encrypted with AES-256 where the AES-256 key is the SHA-256 hash
478 encrypted files, e.g. via "collapse range" or "insert range".
483 For filenames, each full filename is encrypted at once. Because of
488 However, each encrypted directory still uses a unique key, or
495 corresponding encrypted filenames will also share a common prefix. This is
502 being encrypted. In addition, to reduce leakage of filename lengths
511 encrypted in the same way as filenames in directory entries, except
557 For new encrypted directories, use v2 policies.
598 before any files can be created in the encrypted directory.
608 If the file is not yet encrypted, then FS_IOC_SET_ENCRYPTION_POLICY
611 encrypted directory. After that, and after providing the
614 directory will be encrypted, inheriting the same encryption policy.
615 The filenames in the directory's entries will be encrypted as well.
617 Alternatively, if the file is already encrypted, then
629 encrypted directory does not need to be accessed immediately, then the
633 encrypted, even if it is empty. Users who want to encrypt an entire
641 - ``EEXIST``: the file is already encrypted with an encryption policy
662 - ``EPERM``: this directory may not be encrypted, e.g. because it is
708 - ``EINVAL``: the file is encrypted, but it uses an unrecognized
710 - ``ENODATA``: the file is not encrypted
717 - ``EOVERFLOW``: the file is encrypted and uses a recognized
721 Note: if you only need to know whether a file is encrypted or not, on
739 encrypted using a newer encryption policy version.
757 On encrypted files and directories it gets the inode's 16-byte nonce.
772 encrypted using that key appear "unlocked", i.e. in plaintext form.
896 locked/unlocked status of encrypted files (i.e. whether they appear to
900 access encrypted files.
1106 for determining whether the key for a given encrypted directory needs
1123 With the encryption key, encrypted regular files, directories, and
1128 - Unencrypted files, or files encrypted with a different encryption
1130 linked into an encrypted directory; see `Encryption policy
1132 encrypted files can be renamed within an encrypted directory, or
1135 Note: "moving" an unencrypted file into an encrypted directory, e.g.
1139 all files encrypted from the very beginning. The `shred` program
1143 - Direct I/O is supported on encrypted files only under some
1147 FALLOC_FL_INSERT_RANGE are not supported on encrypted files and will
1150 - Online defragmentation of encrypted files is not supported. The
1154 - The ext4 filesystem does not support data journaling with encrypted
1157 - DAX (Direct Access) is not supported on encrypted files.
1159 - The maximum length of an encrypted symlink is 2 bytes shorter than
1162 to 4095 bytes long, while encrypted symlinks can only be up to 4093
1166 for an encrypted file contains the plaintext, not the ciphertext.
1171 Some filesystem operations may be performed on encrypted regular
1186 present and are not encrypted or encoded.
1194 in encrypted form, similar to filenames in directories. Hence, they
1203 be created or linked into an encrypted directory, nor can a name in an
1204 encrypted directory be the source or target of a rename, nor can an
1205 O_TMPFILE temporary file be created in an encrypted directory. All
1208 It is not currently possible to backup and restore encrypted files
1219 not be encrypted.
1222 files, or files encrypted with a different encryption policy, in an
1223 encrypted directory tree. Attempts to link or rename such a file into
1224 an encrypted directory will fail with EXDEV. This is also enforced
1248 (I/O requests) to specify how the data will be encrypted or decrypted
1278 For direct I/O on an encrypted file to work, the following conditions
1294 encrypted file will fall back to buffered I/O.
1339 different files to be encrypted differently; see `Per-file encryption
1378 impossible for the filesystem's fsck tool to optimize encrypted
1404 ``rm -r`` work as expected on encrypted directories.
1435 encrypted with a dummy key, without having to make any API calls.
1436 This tests the encrypted I/O paths more thoroughly. To do this with