android_kernel_samsung_msm8976/fs/ecryptfs
Roberto Sassu 0e1fc5ef47 eCryptfs: verify authentication tokens before their use
Authentication tokens content may change if another requestor calls the
update() method of the corresponding key. The new function
ecryptfs_verify_auth_tok_from_key() retrieves the authentication token from
the provided key and verifies if it is still valid before being used to
encrypt or decrypt an eCryptfs file.

Signed-off-by: Roberto Sassu <roberto.sassu@polito.it>
[tyhicks: Minor formatting changes]
Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
2011-03-28 01:49:41 -05:00
..
crypto.c eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_stat 2011-03-28 01:49:39 -05:00
debug.c
dentry.c
ecryptfs_kernel.h eCryptfs: verify authentication tokens before their use 2011-03-28 01:49:41 -05:00
file.c
inode.c
Kconfig
keystore.c eCryptfs: verify authentication tokens before their use 2011-03-28 01:49:41 -05:00
kthread.c
main.c eCryptfs: verify authentication tokens before their use 2011-03-28 01:49:41 -05:00
Makefile
messaging.c
miscdev.c
mmap.c
read_write.c
super.c