aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/crypto
AgeCommit message (Expand)AuthorFilesLines
2018-01-12crypto: hash - annotate algorithms taking optional keyGravatar Eric Biggers 1-0/+2
2017-12-11crypto: arm/aes-neonbs - Use PTR_ERR_OR_ZERO()Gravatar Gomonovych, Vasyl 1-6/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 5-0/+5
2017-08-04crypto: arm/aes - avoid expanded lookup tables in the final roundGravatar Ard Biesheuvel 1-23/+65
2017-08-04crypto: arm/ghash - add NEON accelerated fallback for vmull.p64Gravatar Ard Biesheuvel 3-48/+215
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsGravatar Ard Biesheuvel 2-6/+3
2017-06-01crypto: arm/crc32 - enable module autoloading based on CPU feature bitsGravatar Ard Biesheuvel 1-0/+6
2017-06-01crypto: arm/sha2-ce - enable module autoloading based on CPU feature bitsGravatar Ard Biesheuvel 1-3/+2
2017-06-01crypto: arm/sha1-ce - enable module autoloading based on CPU feature bitsGravatar Ard Biesheuvel 1-3/+2
2017-06-01crypto: arm/ghash-ce - enable module autoloading based on CPU feature bitsGravatar Ard Biesheuvel 1-4/+2
2017-06-01crypto: arm/aes-ce - enable module autoloading based on CPU feature bitsGravatar Ard Biesheuvel 1-4/+2
2017-03-09crypto: arm/aes-neonbs - resolve fallback cipher at runtimeGravatar Ard Biesheuvel 2-16/+46
2017-03-01crypto: arm/crc32 - add build time test for CRC instruction supportGravatar Ard Biesheuvel 1-1/+11
2017-03-01crypto: arm/crc32 - fix build error with outdated binutilsGravatar Ard Biesheuvel 1-1/+1
2017-02-03crypto: arm/aes - don't use IV buffer to return final keystream blockGravatar Ard Biesheuvel 2-11/+14
2017-02-03crypto: arm/chacha20 - remove cra_alignmaskGravatar Ard Biesheuvel 1-1/+0
2017-02-03crypto: arm/aes-ce - remove cra_alignmaskGravatar Ard Biesheuvel 2-52/+47
2017-01-23crypto: arm/aes-neonbs - fix issue with v2.22 and older assemblerGravatar Ard Biesheuvel 1-4/+4
2017-01-13crypto: arm/aes - avoid reserved 'tt' mnemonic in asm codeGravatar Ard Biesheuvel 1-5/+5
2017-01-13crypto: arm/aes - replace bit-sliced OpenSSL NEON codeGravatar Ard Biesheuvel 9-6499/+1429
2017-01-13crypto: arm/aes - replace scalar AES cipherGravatar Ard Biesheuvel 5-119/+256
2017-01-13crypto: arm/chacha20 - implement NEON version based on SSE3 codeGravatar Ard Biesheuvel 4-0/+659
2016-12-28Revert "crypto: arm64/ARM: NEON accelerated ChaCha20"Gravatar Herbert Xu 4-667/+0
2016-12-27crypto: arm/chacha20 - implement NEON version based on SSE3 codeGravatar Ard Biesheuvel 4-0/+667
2016-12-07crypto: arm/crc32 - accelerated support based on x86 SSE implementationGravatar Ard Biesheuvel 4-0/+555
2016-12-07crypto: arm/crct10dif - port x86 SSE implementation to ARMGravatar Ard Biesheuvel 4-0/+535
2016-12-01crypto: aes-ce - Make aes_simd_algs staticGravatar Herbert Xu 1-1/+1
2016-11-30crypto: arm/aesbs - fix brokenness after skcipher conversionGravatar Ard Biesheuvel 1-1/+1
2016-11-30crypto: arm/aes - Add missing SIMD select for aesbsGravatar Herbert Xu 1-3/+3
2016-11-29crypto: arm/aes - Select SIMD in KconfigGravatar Herbert Xu 1-1/+1
2016-11-28crypto: aesbs - Convert to skcipherGravatar Herbert Xu 1-228/+152
2016-11-28crypto: aes-ce - Convert to skcipherGravatar Herbert Xu 1-233/+157
2016-10-21crypto: arm/aes-ce - fix for big endianGravatar Ard Biesheuvel 1-0/+5
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 1-1/+1
2016-09-13crypto: arm/aes-ctr - fix NULL dereference in tail processingGravatar Ard Biesheuvel 1-1/+1
2016-09-07crypto: arm/ghash - change internal cra_name to "__ghash"Gravatar Ard Biesheuvel 1-1/+1
2016-09-07crypto: arm/ghash-ce - add missing async import/exportGravatar Ard Biesheuvel 1-0/+24
2016-09-07crypto: arm/sha1-neon - add support for building in Thumb2 modeGravatar Ard Biesheuvel 1-1/+0
2016-06-23crypto: ghash-ce - Fix cryptd reorderingGravatar Herbert Xu 1-23/+17
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-0/+11
2016-02-17crypto: xts - fix compile errorsGravatar Stephan Mueller 2-0/+2
2016-02-17crypto: xts - consolidate sanity check for keysGravatar Stephan Mueller 2-0/+9
2016-02-15arm/arm64: crypto: assure that ECB modes don't require an IVGravatar Jeremy Linton 1-2/+2
2015-07-06crypto: arm - ignore generated SHA2 assembly filesGravatar Baruch Siach 1-0/+2
2015-05-11crypto: arm/aes - streamline AES-192 code pathGravatar Ard Biesheuvel 1-4/+3
2015-05-11crypto: arm/sha512 - accelerated SHA-512 using ARM generic ASM and NEONGravatar Ard Biesheuvel 9-774/+2748
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 19-212/+5899
2015-04-13crypto: arm - workaround for building with old binutilsGravatar Ard Biesheuvel 1-4/+15
2015-04-13crypto: arm/sha256 - avoid sha256 code on ARMv7-MGravatar Arnd Bergmann 1-0/+1
2015-04-10crypto: arm/sha2-ce - move SHA-224/256 ARMv8 implementation to base layerGravatar Ard Biesheuvel 3-137/+39