Lines Matching full:encryption
5 * Encryption hooks for higher-level filesystem operations.
17 * Currently, an encrypted regular file can only be opened if its encryption key
19 * Therefore, we first set up the inode's encryption key (if not already done)
24 * encryption policy. This is needed as part of the enforcement that all files
25 * in an encrypted directory tree use the same encryption policy, as a
45 "Inconsistent encryption context (parent directory: %lu)", in fscrypt_file_open()
147 * if the directory uses a v2 encryption policy. in fscrypt_prepare_setflags()
188 * -ENOKEY if the encryption key is missing, or another -errno code if a problem
189 * occurred while setting up the encryption key.
200 * the encryption policy which will be inherited from the directory. in fscrypt_prepare_symlink()
246 * symlink inode's encryption key. We don't wait until now to do it, in __fscrypt_encrypt_symlink()
299 * If the symlink's encryption key is available, we decrypt its target.
325 * Try to set up the symlink's encryption key, but we can continue in fscrypt_get_symlink()