linux/fs/verity
Eric Biggers add890c9f9 fs-verity: add SHA-512 support
Add SHA-512 support to fs-verity.  This is primarily a demonstration of
the trivial changes needed to support a new hash algorithm in fs-verity;
most users will still use SHA-256, due to the smaller space required to
store the hashes.  But some users may prefer SHA-512.

Reviewed-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Eric Biggers <ebiggers@google.com>
2019-08-12 19:33:50 -07:00
..
enable.c fs-verity: implement FS_IOC_ENABLE_VERITY ioctl 2019-08-12 19:33:50 -07:00
fsverity_private.h fs-verity: add SHA-512 support 2019-08-12 19:33:50 -07:00
hash_algs.c fs-verity: add SHA-512 support 2019-08-12 19:33:50 -07:00
init.c fs-verity: add data verification hooks for ->readpages() 2019-07-28 16:59:16 -07:00
Kconfig
Makefile fs-verity: implement FS_IOC_MEASURE_VERITY ioctl 2019-08-12 19:33:50 -07:00
measure.c fs-verity: implement FS_IOC_MEASURE_VERITY ioctl 2019-08-12 19:33:50 -07:00
open.c fs-verity: add data verification hooks for ->readpages() 2019-07-28 16:59:16 -07:00
verify.c fs-verity: add data verification hooks for ->readpages() 2019-07-28 16:59:16 -07:00