summaryrefslogtreecommitdiff
path: root/arch/arm/crypto
Commit message (Expand)AuthorAge
* crypto: arm/crc32 - enable module autoloading based on CPU feature bitsArd Biesheuvel2017-06-01
* crypto: arm/sha2-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel2017-06-01
* crypto: arm/sha1-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel2017-06-01
* crypto: arm/ghash-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel2017-06-01
* crypto: arm/aes-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel2017-06-01
* crypto: arm/aes-neonbs - resolve fallback cipher at runtimeArd Biesheuvel2017-03-09
* crypto: arm/crc32 - add build time test for CRC instruction supportArd Biesheuvel2017-03-01
* crypto: arm/crc32 - fix build error with outdated binutilsArd Biesheuvel2017-03-01
* crypto: arm/aes - don't use IV buffer to return final keystream blockArd Biesheuvel2017-02-03
* crypto: arm/chacha20 - remove cra_alignmaskArd Biesheuvel2017-02-03
* crypto: arm/aes-ce - remove cra_alignmaskArd Biesheuvel2017-02-03
* crypto: arm/aes-neonbs - fix issue with v2.22 and older assemblerArd Biesheuvel2017-01-23
* crypto: arm/aes - avoid reserved 'tt' mnemonic in asm codeArd Biesheuvel2017-01-13
* crypto: arm/aes - replace bit-sliced OpenSSL NEON codeArd Biesheuvel2017-01-13
* crypto: arm/aes - replace scalar AES cipherArd Biesheuvel2017-01-13
* crypto: arm/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel2017-01-13
* Revert "crypto: arm64/ARM: NEON accelerated ChaCha20"Herbert Xu2016-12-28
* crypto: arm/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel2016-12-27
* crypto: arm/crc32 - accelerated support based on x86 SSE implementationArd Biesheuvel2016-12-07
* crypto: arm/crct10dif - port x86 SSE implementation to ARMArd Biesheuvel2016-12-07
* crypto: aes-ce - Make aes_simd_algs staticHerbert Xu2016-12-01
* crypto: arm/aesbs - fix brokenness after skcipher conversionArd Biesheuvel2016-11-30
* crypto: arm/aes - Add missing SIMD select for aesbsHerbert Xu2016-11-30
* crypto: arm/aes - Select SIMD in KconfigHerbert Xu2016-11-29
* crypto: aesbs - Convert to skcipherHerbert Xu2016-11-28
* crypto: aes-ce - Convert to skcipherHerbert Xu2016-11-28
* crypto: arm/aes-ce - fix for big endianArd Biesheuvel2016-10-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-10-10
|\
| * crypto: arm/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel2016-09-13
* | crypto: arm/ghash - change internal cra_name to "__ghash"Ard Biesheuvel2016-09-07
* | crypto: arm/ghash-ce - add missing async import/exportArd Biesheuvel2016-09-07
* | crypto: arm/sha1-neon - add support for building in Thumb2 modeArd Biesheuvel2016-09-07
|/
* crypto: ghash-ce - Fix cryptd reorderingHerbert Xu2016-06-23
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-17
|\
| * crypto: xts - fix compile errorsStephan Mueller2016-02-17
| * crypto: xts - consolidate sanity check for keysStephan Mueller2016-02-17
* | arm/arm64: crypto: assure that ECB modes don't require an IVJeremy Linton2016-02-15
|/
* crypto: arm - ignore generated SHA2 assembly filesBaruch Siach2015-07-06
* crypto: arm/aes - streamline AES-192 code pathArd Biesheuvel2015-05-11
* crypto: arm/sha512 - accelerated SHA-512 using ARM generic ASM and NEONArd Biesheuvel2015-05-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-04-15
|\
| * crypto: arm - workaround for building with old binutilsArd Biesheuvel2015-04-13
| * crypto: arm/sha256 - avoid sha256 code on ARMv7-MArnd Bergmann2015-04-13
| * crypto: arm/sha2-ce - move SHA-224/256 ARMv8 implementation to base layerArd Biesheuvel2015-04-10
| * crypto: arm/sha256 - move SHA-224/256 ASM/NEON implementation to base layerArd Biesheuvel2015-04-10
| * crypto: arm/sha1-ce - move SHA-1 ARMv8 implementation to base layerArd Biesheuvel2015-04-10
| * crypto: arm/sha1_neon - move SHA-1 NEON implementation to base layerArd Biesheuvel2015-04-10
| * crypto: arm/sha1 - move SHA-1 ARM asm implementation to base layerArd Biesheuvel2015-04-10
| * crypto: arm/sha256 - Add optimized SHA-256/224Sami Tolvanen2015-04-03
| * crypto: aes-ce - mark ARMv8 AES helper ciphersStephan Mueller2015-03-31