fs-verity: add Kconfig and the helper functions for hashing
Add the beginnings of the fs/verity/ support layer, including the Kconfig option and various helper functions for hashing. To start, only SHA-256 is supported, but other hash algorithms can easily be added. Reviewed-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Jaegeuk Kim <jaegeuk@kernel.org> Signed-off-by: Eric Biggers <ebiggers@google.com>
Showing
fs/verity/Kconfig
0 → 100644
fs/verity/Makefile
0 → 100644
fs/verity/fsverity_private.h
0 → 100644
fs/verity/hash_algs.c
0 → 100644
fs/verity/init.c
0 → 100644
Please register or sign in to comment