summaryrefslogtreecommitdiff
path: root/arch/arm/crypto
AgeCommit message (Expand)Author
2019-11-20crypto: arm/crc32 - avoid warning when compiling with ClangStefan Agner
2019-05-21crypto: 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-04-08crypto: arm,arm64 - Fix random regeneration of S_shippedLeonard Crestez
2018-02-16crypto: hash - annotate algorithms taking optional keyEric Biggers
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
2016-10-21crypto: arm/aes-ce - fix for big endianArd Biesheuvel
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-09-13crypto: arm/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel
2016-09-07crypto: arm/ghash - change internal cra_name to "__ghash"Ard Biesheuvel
2016-09-07crypto: arm/ghash-ce - add missing async import/exportArd Biesheuvel
2016-09-07crypto: arm/sha1-neon - add support for building in Thumb2 modeArd Biesheuvel
2016-06-23crypto: ghash-ce - Fix cryptd reorderingHerbert Xu
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-02-17crypto: xts - fix compile errorsStephan Mueller
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller
2016-02-15arm/arm64: crypto: assure that ECB modes don't require an IVJeremy Linton
2015-07-06crypto: arm - ignore generated SHA2 assembly filesBaruch Siach
2015-05-11crypto: arm/aes - streamline AES-192 code pathArd Biesheuvel