diff options
author | Eric Biggers <[email protected]> | 2022-11-28 20:51:39 -0800 |
---|---|---|
committer | Eric Biggers <[email protected]> | 2022-11-29 21:07:41 -0800 |
commit | a4bbf53d88c728da9ff6c316b1e4ded63a8f3940 (patch) | |
tree | 0462f2ab83d7d9e8fe49c98a6625baf62135bcf7 /scripts/generate_rust_analyzer.py | |
parent | 98dc08bae6780bb950b5c0cdefeb662b22482655 (diff) |
fsverity: simplify fsverity_get_digest()
Instead of looking up the algorithm by name in hash_algo_name[] to get
its hash_algo ID, just store the hash_algo ID in the fsverity_hash_alg
struct. Verify at boot time that every fsverity_hash_alg has a valid
hash_algo ID with matching digest size.
Remove an unnecessary memset() of the whole digest array to 0 before the
digest is copied into it.
Finally, remove the pr_debug statement. There is already a pr_debug for
the fsverity digest when the file is opened.
Signed-off-by: Eric Biggers <[email protected]>
Reviewed-by: Mimi Zohar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions