linux/fs/verity
Eric Biggers 9e90f30e78 fs-verity: rename fsverity_signed_digest to fsverity_formatted_digest
The name "struct fsverity_signed_digest" is causing confusion because it
isn't actually a signed digest, but rather it's the way that the digest
is formatted in order to be signed.  Rename it to
"struct fsverity_formatted_digest" to prevent this confusion.

Also update the struct's comment to clarify that it's specific to the
built-in signature verification support and isn't a requirement for all
fs-verity users.

I'll be renaming this struct in fsverity-utils too.

Acked-by: Luca Boccassi <luca.boccassi@microsoft.com>
Link: https://lore.kernel.org/r/20201113211918.71883-3-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
2020-11-16 11:40:11 -08:00
..
enable.c fs-verity: remove filenames from file comments 2020-11-16 11:40:10 -08:00
fsverity_private.h fs-verity: rename fsverity_signed_digest to fsverity_formatted_digest 2020-11-16 11:40:11 -08:00
hash_algs.c fs-verity: remove filenames from file comments 2020-11-16 11:40:10 -08:00
init.c fs-verity: remove filenames from file comments 2020-11-16 11:40:10 -08:00
Kconfig fs-verity: support builtin file signatures 2019-08-12 19:33:50 -07:00
Makefile fs-verity: support builtin file signatures 2019-08-12 19:33:50 -07:00
measure.c fs-verity: remove filenames from file comments 2020-11-16 11:40:10 -08:00
open.c fs-verity: remove filenames from file comments 2020-11-16 11:40:10 -08:00
signature.c fs-verity: rename fsverity_signed_digest to fsverity_formatted_digest 2020-11-16 11:40:11 -08:00
verify.c fs-verity: remove filenames from file comments 2020-11-16 11:40:10 -08:00