kernel-fxtec-pro1x/fs/crypto
Neeraj Soni 0c7cfe4998 fs: crypto: Fix memory leak while allocating blk crypto key
In case of legaacy data encryption mode, block crypto key allocated
for file encryption was not freed when inode is evicted or destroyed
as crypto data do not own the key. So free the blk crpto key
explicitly in case legacy data encryption mode is used.

Change-Id: Ia860edc7c67516bf8fa47b6e3241ce068a09492b
Signed-off-by: Neeraj Soni <neersoni@codeaurora.org>
2020-08-03 12:26:51 +05:30
..
bio.c
crypto.c Merge "ANDROID: fscrypt: handle direct I/O with IV_INO_LBLK_32" 2020-07-29 22:49:09 -07:00
fname.c
fscrypt_private.h
hkdf.c
hooks.c
inline_crypt.c Merge "ANDROID: fscrypt: handle direct I/O with IV_INO_LBLK_32" 2020-07-29 22:49:09 -07:00
Kconfig
keyring.c
keysetup.c fs: crypto: Fix memory leak while allocating blk crypto key 2020-08-03 12:26:51 +05:30
keysetup_v1.c fs: crypto: Fix memory leak while allocating blk crypto key 2020-08-03 12:26:51 +05:30
Makefile
policy.c