]> Gentwo Git Trees - linux/.git/commit
lib/crypto: arm64: Move remaining algorithms to scoped ksimd API
authorArd Biesheuvel <ardb@kernel.org>
Wed, 12 Nov 2025 08:54:34 +0000 (09:54 +0100)
committerEric Biggers <ebiggers@kernel.org>
Wed, 12 Nov 2025 18:14:11 +0000 (10:14 -0800)
commit8dcac98a477c299f1f2347187979f508e98d6308
treec4bafd601bd45ff5ec2a4d9eb02890ef092f8fa6
parentc0d597e01626a28598119570b29186c93f3aced3
lib/crypto: arm64: Move remaining algorithms to scoped ksimd API

Move the arm64 implementations of SHA-3 and POLYVAL to the newly
introduced scoped ksimd API, which replaces kernel_neon_begin() and
kernel_neon_end(). On arm64, this is needed because the latter API
will change in an incompatible manner.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
lib/crypto/arm64/polyval.h
lib/crypto/arm64/sha3.h