summaryrefslogtreecommitdiffstats
path: root/fs/verity/hash_algs.c
Commit message (Expand)AuthorAgeFilesLines
* fsverity: explicitly check that there is no algorithm 0Eric Biggers2023-07-111-0/+8
* fsverity: constify fsverity_hash_algEric Biggers2023-06-041-4/+4
* fsverity: use shash API instead of ahash APIEric Biggers2023-06-041-110/+21
* fsverity: use WARN_ON_ONCE instead of WARN_ONEric Biggers2023-04-111-2/+2
* fsverity: replace fsverity_hash_page() with fsverity_hash_block()Eric Biggers2023-01-091-13/+11
* fsverity: simplify fsverity_get_digest()Eric Biggers2022-11-291-0/+6
* fs-verity: remove filenames from file commentsEric Biggers2020-11-161-1/+1
* fs-verity: use mempool for hash requestsEric Biggers2020-01-141-25/+73
* fs-verity: add SHA-512 supportEric Biggers2019-08-121-0/+5
* fs-verity: add Kconfig and the helper functions for hashingEric Biggers2019-07-281-0/+275