aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/crypto/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-12-02kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada1-1/+1
2018-11-20crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305Eric Biggers1-0/+2
2018-11-20crypto: arm/chacha20 - refactor to allow varying number of roundsEric Biggers1-2/+2
2018-09-04crypto: speck - remove SpeckJason A. Donenfeld1-2/+0
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada1-1/+1
2018-03-23crypto: arm,arm64 - Fix random regeneration of S_shippedLeonard Crestez1-0/+2
2018-02-22crypto: arm/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-01crypto: arm/crc32 - add build time test for CRC instruction supportArd Biesheuvel1-1/+11
2017-01-13crypto: arm/aes - replace bit-sliced OpenSSL NEON codeArd Biesheuvel1-5/+2
2017-01-13crypto: arm/aes - replace scalar AES cipherArd Biesheuvel1-2/+2
2017-01-13crypto: arm/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel1-0/+2
2016-12-28Revert "crypto: arm64/ARM: NEON accelerated ChaCha20"Herbert Xu1-2/+0
2016-12-27crypto: arm/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel1-0/+2
2016-12-07crypto: arm/crc32 - accelerated support based on x86 SSE implementationArd Biesheuvel1-0/+2
2016-12-07crypto: arm/crct10dif - port x86 SSE implementation to ARMArd Biesheuvel1-0/+2
2015-05-11crypto: arm/sha512 - accelerated SHA-512 using ARM generic ASM and NEONArd Biesheuvel1-3/+7
2015-04-13crypto: arm - workaround for building with old binutilsArd Biesheuvel1-4/+15
2015-04-03crypto: arm/sha256 - Add optimized SHA-256/224Sami Tolvanen1-1/+7
2015-03-12crypto: arm - add support for GHASH using ARMv8 Crypto ExtensionsArd Biesheuvel1-0/+2
2015-03-12crypto: arm - AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto ExtensionsArd Biesheuvel1-0/+2
2015-03-12crypto: arm - add support for SHA-224/256 using ARMv8 Crypto ExtensionsArd Biesheuvel1-0/+2
2015-03-12crypto: arm - add support for SHA1 using ARMv8 Crypto InstructionsArd Biesheuvel1-0/+2
2014-08-02ARM: 8120/1: crypto: sha512: add ARM NEON implementationJussi Kivilinna1-0/+2
2014-08-02ARM: 8119/1: crypto: sha1: add ARM NEON implementationJussi Kivilinna1-0/+2
2013-10-04ARM: add support for bit sliced AES using NEON instructionsArd Biesheuvel1-2/+12
2012-09-07arm/crypto: Add optimized AES and SHA1 routinesDavid McCullough1-0/+9