summaryrefslogtreecommitdiffstats
path: root/fs/crypto/Makefile
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-08-04 19:35:45 -0700
committerEric Biggers <ebiggers@google.com>2019-08-12 19:05:51 -0700
commit3ec4f2a62927c72607db633f55b0489e3d5b8e48 (patch)
tree3d0db9c40d623b71b43ec7a99ac9e17bd6d592d9 /fs/crypto/Makefile
parenta828daabb2ae917c12f4dc617c04db1185e6221f (diff)
downloadlinux-stable-3ec4f2a62927c72607db633f55b0489e3d5b8e48.tar.gz
linux-stable-3ec4f2a62927c72607db633f55b0489e3d5b8e48.tar.bz2
linux-stable-3ec4f2a62927c72607db633f55b0489e3d5b8e48.zip
fscrypt: refactor key setup code in preparation for v2 policies
Do some more refactoring of the key setup code, in preparation for introducing a filesystem-level keyring and v2 encryption policies: - Now that ci_inode exists, don't pass around the inode unnecessarily. - Define a function setup_file_encryption_key() which handles the crypto key setup given an under-construction fscrypt_info. Don't pass the fscrypt_context, since everything is in the fscrypt_info. [This will be extended for v2 policies and the fs-level keyring.] - Define a function fscrypt_set_derived_key() which sets the per-file key, without depending on anything specific to v1 policies. [This will also be used for v2 policies.] - Define a function fscrypt_setup_v1_file_key() which takes the raw master key, thus separating finding the key from using it. [This will also be used if the key is found in the fs-level keyring.] Reviewed-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'fs/crypto/Makefile')
0 files changed, 0 insertions, 0 deletions