summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto
AgeCommit message (Expand)AuthorLines
2017-05-18crypto: arm64/sha - avoid non-standard inline asm tricksArd Biesheuvel-20/+16
2017-02-11crypto: arm64/aes - add NEON/Crypto Extensions CBCMAC/CMAC/XCBC driverArd Biesheuvel-2/+267
2017-02-11crypto: arm64/crc32 - merge CRC32 and PMULL instruction based driversArd Biesheuvel-311/+41
2017-02-03crypto: arm64/aes - don't use IV buffer to return final keystream blockArd Biesheuvel-18/+28
2017-02-03crypto: arm64/aes - replace scalar fallback with plain NEON fallbackArd Biesheuvel-11/+29
2017-02-03crypto: arm64/aes-neon-blk - tweak performance for low end coresArd Biesheuvel-135/+102
2017-02-03crypto: arm64/aes - performance tweakArd Biesheuvel-33/+19
2017-02-03crypto: arm64/aes - avoid literals for cross-module symbol referencesArd Biesheuvel-5/+2
2017-02-03crypto: arm64/chacha20 - remove cra_alignmaskArd Biesheuvel-1/+0
2017-02-03crypto: arm64/aes-blk - remove cra_alignmaskArd Biesheuvel-15/+9
2017-02-03crypto: arm64/aes-ce-ccm - remove cra_alignmaskArd Biesheuvel-1/+0
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu-46/+42
2017-01-23crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modesArd Biesheuvel-46/+42
2017-01-13crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64Ard Biesheuvel-0/+1393
2017-01-13crypto: arm64/aes - add scalar implementationArd Biesheuvel-0/+203
2017-01-13crypto: arm64/aes-blk - expose AES-CTR as synchronous cipher as wellArd Biesheuvel-2/+23
2017-01-13crypto: arm64/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel-0/+586
2016-12-28Revert "crypto: arm64/ARM: NEON accelerated ChaCha20"Herbert Xu-620/+0
2016-12-27crypto: arm64/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel-0/+620
2016-12-07crypto: arm64/crc32 - accelerated support based on x86 SSE implementationArd Biesheuvel-0/+487
2016-12-07crypto: arm64/crct10dif - port x86 SSE implementation to arm64Ard Biesheuvel-0/+495
2016-12-01crypto: arm64/aes-ce-ccm - Fix AEAD decryption lengthHerbert Xu-2/+2
2016-11-30crypto: arm64/aes-ce-ctr - fix skcipher conversionArd Biesheuvel-0/+1
2016-11-30crypto: arm/aes-ce - fix broken monolithic buildArd Biesheuvel-1/+1
2016-11-29crypto: arm/aes - Select SIMD in KconfigHerbert Xu-2/+2
2016-11-29crypto: arm64/sha2 - add generated .S files to .gitignoreArd Biesheuvel-0/+2
2016-11-28crypto: arm64/aes - Convert to skcipherHerbert Xu-224/+158
2016-11-28crypto: aes-ce-ccm - Use skcipher walk interfaceHerbert Xu-37/+13
2016-11-28crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512Ard Biesheuvel-0/+4228
2016-10-21crypto: arm64/aes-xts-ce: fix for big endianArd Biesheuvel-1/+3
2016-10-21crypto: arm64/aes-neon - fix for big endianArd Biesheuvel-10/+15
2016-10-21crypto: arm64/aes-ccm-ce: fix for big endianArd Biesheuvel-26/+27
2016-10-21crypto: arm64/sha2-ce - fix for big endianArd Biesheuvel-2/+2
2016-10-21crypto: arm64/sha1-ce - fix for big endianArd Biesheuvel-2/+2
2016-10-21crypto: arm64/ghash-ce - fix for big endianArd Biesheuvel-3/+3
2016-10-21crypto: arm64/aes-ce - fix for big endianArd Biesheuvel-10/+15
2016-09-13crypto: arm64/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel-1/+1
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+5
2016-02-17crypto: xts - fix compile errorsStephan Mueller-0/+1
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller-0/+4
2016-02-15arm/arm64: crypto: assure that ECB modes don't require an IVJeremy Linton-2/+2
2015-11-18arm64: crypto: reduce priority of core AES cipherArd Biesheuvel-1/+1
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu-1/+0
2015-07-17crypto: aes-ce-ccm - Convert to new AEAD interfaceHerbert Xu-26/+43
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu-13/+9
2015-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu-3/+25
2015-05-07crypto: arm64/sha2-ce - prevent asm code finalization in final() pathArd Biesheuvel-0/+3
2015-05-07crypto: arm64/sha1-ce - prevent asm code finalization in final() pathArd Biesheuvel-0/+3
2015-05-07crypto: arm64/crc32 - bring in line with generic CRC32Ard Biesheuvel-3/+19
2015-04-23crypto: arm64/aes-ce-ccm - Include crypto/internal/aead.hHerbert Xu-1/+1