]> git.hungrycats.org Git - linux/commit
crypto: aegis128 - Use neon-intrinsics.h on ARM too
authorArd Biesheuvel <ardb@kernel.org>
Wed, 22 Apr 2026 17:17:02 +0000 (19:17 +0200)
committerEric Biggers <ebiggers@kernel.org>
Thu, 28 May 2026 20:14:25 +0000 (13:14 -0700)
commitcbe44c389ae80362e72696ac08f7c55a83f2a050
treef02fb94b2d9bddbc71f5b067e9bcb73e0bffd236
parente3babebfb83865ec2be90e64d3f73f9aca140b3a
crypto: aegis128 - Use neon-intrinsics.h on ARM too

Use the asm/neon-intrinsics.h header on ARM as well as arm64, so that
the calling code does not have to know the difference.

Clean up the Makefile a bit while at it.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://patch.msgid.link/20260422171655.3437334-16-ardb+git@google.com
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
crypto/Makefile
crypto/aegis128-neon-inner.c