summaryrefslogtreecommitdiffstats
path: root/arch/arm/crypto
AgeCommit message (Expand)Author
2019-11-20crypto: arm/crc32 - avoid warning when compiling with ClangStefan Agner
2019-05-22crypto: arm/aes-neonbs - don't access already-freed walk.ivEric Biggers
2019-04-20crypto: sha512/arm - fix crash bug in Thumb2 buildArd Biesheuvel
2019-04-20crypto: sha256/arm - fix crash bug in Thumb2 buildArd Biesheuvel
2019-03-23crypto: arm/crct10dif - revert to C code for short inputsArd Biesheuvel
2018-11-13crypto: speck - remove SpeckJason A. Donenfeld
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann
2018-08-03crypto: arm/chacha20 - always use vrev for 16-bit rotatesEric Biggers
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers
2018-07-01crypto: arm/speck - fix building in Thumb2 modeEric Biggers
2018-05-31crypto: clarify licensing of OpenSSL asm codeAdam Langley
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada
2018-03-23crypto: arm,arm64 - Fix random regeneration of S_shippedLeonard Crestez
2018-02-22crypto: arm/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers
2018-02-22crypto: arm/aes-cipher - move S-box to .rodata sectionJinbum Park
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers
2017-12-11crypto: arm/aes-neonbs - Use PTR_ERR_OR_ZERO()Gomonovych, Vasyl
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-04crypto: arm/aes - avoid expanded lookup tables in the final roundArd Biesheuvel
2017-08-04crypto: arm/ghash - add NEON accelerated fallback for vmull.p64Ard Biesheuvel
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel
2017-06-01crypto: arm/crc32 - enable module autoloading based on CPU feature bitsArd Biesheuvel
2017-06-01crypto: arm/sha2-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel
2017-06-01crypto: arm/sha1-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel
2017-06-01crypto: arm/ghash-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel
2017-06-01crypto: arm/aes-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel
2017-03-09crypto: arm/aes-neonbs - resolve fallback cipher at runtimeArd Biesheuvel
2017-03-01crypto: arm/crc32 - add build time test for CRC instruction supportArd Biesheuvel
2017-03-01crypto: arm/crc32 - fix build error with outdated binutilsArd Biesheuvel
2017-02-03crypto: arm/aes - don't use IV buffer to return final keystream blockArd Biesheuvel
2017-02-03crypto: arm/chacha20 - remove cra_alignmaskArd Biesheuvel
2017-02-03crypto: arm/aes-ce - remove cra_alignmaskArd Biesheuvel
2017-01-23crypto: arm/aes-neonbs - fix issue with v2.22 and older assemblerArd Biesheuvel
2017-01-13crypto: arm/aes - avoid reserved 'tt' mnemonic in asm codeArd Biesheuvel
2017-01-13crypto: arm/aes - replace bit-sliced OpenSSL NEON codeArd Biesheuvel
2017-01-13crypto: arm/aes - replace scalar AES cipherArd Biesheuvel
2017-01-13crypto: arm/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel
2016-12-28Revert "crypto: arm64/ARM: NEON accelerated ChaCha20"Herbert Xu
2016-12-27crypto: arm/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel
2016-12-07crypto: arm/crc32 - accelerated support based on x86 SSE implementationArd Biesheuvel
2016-12-07crypto: arm/crct10dif - port x86 SSE implementation to ARMArd Biesheuvel
2016-12-01crypto: aes-ce - Make aes_simd_algs staticHerbert Xu
2016-11-30crypto: arm/aesbs - fix brokenness after skcipher conversionArd Biesheuvel
2016-11-30crypto: arm/aes - Add missing SIMD select for aesbsHerbert Xu
2016-11-29crypto: arm/aes - Select SIMD in KconfigHerbert Xu
2016-11-28crypto: aesbs - Convert to skcipherHerbert Xu
2016-11-28crypto: aes-ce - Convert to skcipherHerbert Xu