summaryrefslogtreecommitdiffstats
path: root/arch/arm/crypto/Makefile
AgeCommit message (Expand)AuthorLines
2026-01-12lib/crypto: arm/aes: Migrate optimized code into libraryEric Biggers-2/+0
2026-01-12lib/crypto: arm/nh: Migrate optimized code into libraryEric Biggers-2/+0
2025-10-29lib/crypto: arm/blake2b: Migrate optimized code into libraryEric Biggers-2/+0
2025-09-06lib/crypto: curve25519: Consolidate into single moduleEric Biggers-2/+0
2025-07-14lib/crypto: arm/sha1: Migrate optimized code into libraryEric Biggers-6/+0
2025-06-30lib/crypto: arm/sha512: Migrate optimized SHA-512 code to libraryEric Biggers-15/+0
2025-05-05crypto: arm/sha256 - implement library instead of shashEric Biggers-7/+1
2025-04-28crypto: arm - move library functions to arch/arm/lib/crypto/Eric Biggers-13/+1
2024-12-01arm/crc-t10dif: expose CRC-T10DIF function through libEric Biggers-2/+0
2024-12-01arm/crc32: expose CRC32 functions through libEric Biggers-2/+0
2023-01-23ARM: 9287/1: Reduce __thumb2__ definition to crypto files that require itNathan Chancellor-1/+6
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld-3/+1
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld-1/+3
2021-05-14crypto: arm - use a pattern rule for generating *.S filesMasahiro Yamada-7/+1
2021-05-14crypto: arm - generate *.S by Perl at build time instead of shipping themMasahiro Yamada-5/+3
2021-01-03crypto: arm/blake2b - add NEON-accelerated BLAKE2bEric Biggers-0/+2
2021-01-03crypto: arm/blake2s - add ARM scalar optimized BLAKE2sEric Biggers-0/+2
2019-11-17crypto: arm/curve25519 - wire up NEON implementationJason A. Donenfeld-0/+2
2019-11-17crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel-1/+11
2019-11-17crypto: arm/chacha - remove dependency on generic ChaCha driverArd Biesheuvel-1/+2
2019-10-23crypto: arm - use Kconfig based compiler checks for crypto opcodesArd Biesheuvel-26/+6
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2018-12-02kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada-1/+1
2018-11-20crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305Eric Biggers-0/+2
2018-11-20crypto: arm/chacha20 - refactor to allow varying number of roundsEric Biggers-2/+2
2018-09-04crypto: speck - remove SpeckJason A. Donenfeld-2/+0
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada-1/+1
2018-03-23crypto: arm,arm64 - Fix random regeneration of S_shippedLeonard Crestez-0/+2
2018-02-22crypto: arm/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-03-01crypto: arm/crc32 - add build time test for CRC instruction supportArd Biesheuvel-1/+11
2017-01-13crypto: arm/aes - replace bit-sliced OpenSSL NEON codeArd Biesheuvel-5/+2
2017-01-13crypto: arm/aes - replace scalar AES cipherArd Biesheuvel-2/+2
2017-01-13crypto: arm/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel-0/+2
2016-12-28Revert "crypto: arm64/ARM: NEON accelerated ChaCha20"Herbert Xu-2/+0
2016-12-27crypto: arm/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel-0/+2
2016-12-07crypto: arm/crc32 - accelerated support based on x86 SSE implementationArd Biesheuvel-0/+2
2016-12-07crypto: arm/crct10dif - port x86 SSE implementation to ARMArd Biesheuvel-0/+2
2015-05-11crypto: arm/sha512 - accelerated SHA-512 using ARM generic ASM and NEONArd Biesheuvel-3/+7
2015-04-13crypto: arm - workaround for building with old binutilsArd Biesheuvel-4/+15
2015-04-03crypto: arm/sha256 - Add optimized SHA-256/224Sami Tolvanen-1/+7
2015-03-12crypto: arm - add support for GHASH using ARMv8 Crypto ExtensionsArd Biesheuvel-0/+2
2015-03-12crypto: arm - AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto ExtensionsArd Biesheuvel-0/+2
2015-03-12crypto: arm - add support for SHA-224/256 using ARMv8 Crypto ExtensionsArd Biesheuvel-0/+2
2015-03-12crypto: arm - add support for SHA1 using ARMv8 Crypto InstructionsArd Biesheuvel-0/+2
2014-08-02ARM: 8120/1: crypto: sha512: add ARM NEON implementationJussi Kivilinna-0/+2
2014-08-02ARM: 8119/1: crypto: sha1: add ARM NEON implementationJussi Kivilinna-0/+2
2013-10-04ARM: add support for bit sliced AES using NEON instructionsArd Biesheuvel-2/+12
2012-09-07arm/crypto: Add optimized AES and SHA1 routinesDavid McCullough-0/+9