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>
Showing
- fs/ecryptfs/crypto.c 48 additions, 59 deletionsfs/ecryptfs/crypto.c
- fs/ecryptfs/ecryptfs_kernel.h 6 additions, 6 deletionsfs/ecryptfs/ecryptfs_kernel.h
- fs/ecryptfs/inode.c 0 additions, 1 deletionfs/ecryptfs/inode.c
- fs/ecryptfs/keystore.c 126 additions, 92 deletionsfs/ecryptfs/keystore.c
- fs/ecryptfs/main.c 0 additions, 1 deletionfs/ecryptfs/main.c
- fs/ecryptfs/mmap.c 0 additions, 1 deletionfs/ecryptfs/mmap.c
- fs/ecryptfs/super.c 0 additions, 1 deletionfs/ecryptfs/super.c
Please register or sign in to comment