]> www.infradead.org Git - users/dwmw2/linux.git/commit
dm-verity: move hash algorithm setup into its own function
authorEric Biggers <ebiggers@kernel.org>
Tue, 2 Jul 2024 14:37:45 +0000 (16:37 +0200)
committerMikulas Patocka <mpatocka@redhat.com>
Tue, 2 Jul 2024 18:53:52 +0000 (20:53 +0200)
commit44d36a2ea426be14d2e5db72e2e7676346c8b802
treea7e434b55aae411316289288d26578851aa01e86
parent140ce37fd78a629105377e17842465258a5459ef
dm-verity: move hash algorithm setup into its own function

Move the code that sets up the hash transformation into its own
function.  No change in behavior.

Reviewed-by: Sami Tolvanen <samitolvanen@google.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
drivers/md/dm-verity-target.c