summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/Makefile
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-291-1/+1
|\
| * kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada2018-12-021-1/+1
* | crypto: arm64/chacha20 - refactor to allow varying number of roundsEric Biggers2018-12-131-2/+2
* | crypto: arm64/nhpoly1305 - add NEON-accelerated NHPoly1305Eric Biggers2018-12-131-0/+3
|/
* crypto: arm64/crc32 - remove PMULL based CRC32 driverArd Biesheuvel2018-09-041-3/+0Star
* crypto: speck - remove SpeckJason A. Donenfeld2018-09-041-3/+0Star
* crypto: arm64 - add support for SM4 encryption using special instructionsArd Biesheuvel2018-05-051-0/+3
* kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada2018-04-071-1/+1
* crypto: arm,arm64 - Fix random regeneration of S_shippedLeonard Crestez2018-03-231-0/+2
* crypto: arm64/aes-blk - remove configurable interleaveArd Biesheuvel2018-03-161-3/+0Star
* crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers2018-03-161-0/+3
* crypto: arm64/sm3 - new v8.2 Crypto Extensions implementationArd Biesheuvel2018-01-251-0/+3
* crypto: arm64/sha3 - new v8.2 Crypto Extensions implementationArd Biesheuvel2018-01-251-0/+3
* crypto: arm64 - implement SHA-512 using special instructionsArd Biesheuvel2018-01-181-0/+3
* crypto: arm64/aes-ce-cipher - move assembler code to .S fileArd Biesheuvel2017-11-291-1/+1
* crypto: arm64/crc32 - merge CRC32 and PMULL instruction based driversArd Biesheuvel2017-02-111-4/+0Star
* crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64Ard Biesheuvel2017-01-121-0/+3
* crypto: arm64/aes - add scalar implementationArd Biesheuvel2017-01-121-0/+3
* crypto: arm64/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel2017-01-121-0/+3
* Revert "crypto: arm64/ARM: NEON accelerated ChaCha20"Herbert Xu2016-12-281-3/+0Star
* crypto: arm64/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel2016-12-271-0/+3
* crypto: arm64/crc32 - accelerated support based on x86 SSE implementationArd Biesheuvel2016-12-071-0/+3
* crypto: arm64/crct10dif - port x86 SSE implementation to arm64Ard Biesheuvel2016-12-071-0/+3
* crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512Ard Biesheuvel2016-11-281-0/+17
* arm64: crypto: increase AES interleave to 4xArd Biesheuvel2015-02-261-1/+1
* crypto: crc32 - Add ARM64 CRC32 hw accelerated moduleYazen Ghannam2014-11-201-0/+4
* arm64/crypto: fix makefile rule for aes-glue-%.oAndreas Schwab2014-07-241-1/+1
* arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto ExtensionsArd Biesheuvel2014-05-141-0/+14
* arm64/crypto: AES in CCM mode using ARMv8 Crypto ExtensionsArd Biesheuvel2014-05-141-0/+3
* arm64/crypto: AES using ARMv8 Crypto ExtensionsArd Biesheuvel2014-05-141-0/+3
* arm64/crypto: GHASH secure hash using ARMv8 Crypto ExtensionsArd Biesheuvel2014-05-141-0/+3
* arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto ExtensionsArd Biesheuvel2014-05-141-0/+3
* arm64/crypto: SHA-1 using ARMv8 Crypto ExtensionsArd Biesheuvel2014-05-141-0/+12