eCryptfs: Use skcipher and shash
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 25 Jan 2016 02:29:33 +0000 (10:29 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 27 Jan 2016 12:36:18 +0000 (20:36 +0800)
commit3095e8e366b471f3bcdbf21c9c72a45718ff8756
treed0eeca59d06f37bbe1e4934e694acf9b4463f232
parentcf80e0e47e0e7a8994dfadefec0e1395c622817a
eCryptfs: Use skcipher and shash

This patch replaces uses of ablkcipher and blkcipher with skcipher,
and the long obsolete hash interface with shash.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
fs/ecryptfs/crypto.c
fs/ecryptfs/ecryptfs_kernel.h
fs/ecryptfs/inode.c
fs/ecryptfs/keystore.c
fs/ecryptfs/main.c
fs/ecryptfs/mmap.c
fs/ecryptfs/super.c