aboutsummaryrefslogtreecommitdiff
path: root/fs/verity/hash_algs.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-11fsverity: explicitly check that there is no algorithm 0Gravatar Eric Biggers 1-0/+8
2023-06-04fsverity: constify fsverity_hash_algGravatar Eric Biggers 1-4/+4
2023-06-04fsverity: use shash API instead of ahash APIGravatar Eric Biggers 1-110/+21
2023-04-11fsverity: use WARN_ON_ONCE instead of WARN_ONGravatar Eric Biggers 1-2/+2
2023-01-09fsverity: replace fsverity_hash_page() with fsverity_hash_block()Gravatar Eric Biggers 1-13/+11
2022-11-29fsverity: simplify fsverity_get_digest()Gravatar Eric Biggers 1-0/+6
2020-11-16fs-verity: remove filenames from file commentsGravatar Eric Biggers 1-1/+1
2020-01-14fs-verity: use mempool for hash requestsGravatar Eric Biggers 1-25/+73
2019-08-12fs-verity: add SHA-512 supportGravatar Eric Biggers 1-0/+5
2019-07-28fs-verity: add Kconfig and the helper functions for hashingGravatar Eric Biggers 1-0/+275