]> Gentwo Git Trees - linux/.git/commit
crypto: polyval - Rename conflicting functions
authorEric Biggers <ebiggers@kernel.org>
Sun, 9 Nov 2025 23:47:16 +0000 (15:47 -0800)
committerEric Biggers <ebiggers@kernel.org>
Tue, 11 Nov 2025 19:03:38 +0000 (11:03 -0800)
commite1c360849794c2e638cff5486e4ee256568dd3b3
treec267c635487748579cfd848ed3a95a0900f4f85f
parent8ba60c5914f25a44f10189c6919a737b199f6dbf
crypto: polyval - Rename conflicting functions

Rename polyval_init() and polyval_update(), in preparation for adding
library functions with the same name to <crypto/polyval.h>.

Note that polyval-generic.c will be removed later, as it will be
superseded by the library.  This commit just keeps the kernel building
for the initial introduction of the library.

Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20251109234726.638437-2-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
crypto/polyval-generic.c