aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/crypto
AgeCommit message (Expand)Author
2017-01-23crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modesArd Biesheuvel
2016-12-07crypto: arm64/crc32 - accelerated support based on x86 SSE implementationArd Biesheuvel
2016-12-07crypto: arm64/crct10dif - port x86 SSE implementation to arm64Ard Biesheuvel
2016-12-01crypto: arm64/aes-ce-ccm - Fix AEAD decryption lengthHerbert Xu
2016-11-30crypto: arm64/aes-ce-ctr - fix skcipher conversionArd Biesheuvel
2016-11-30crypto: arm/aes-ce - fix broken monolithic buildArd Biesheuvel
2016-11-29crypto: arm/aes - Select SIMD in KconfigHerbert Xu
2016-11-29crypto: arm64/sha2 - add generated .S files to .gitignoreArd Biesheuvel
2016-11-28crypto: arm64/aes - Convert to skcipherHerbert Xu
2016-11-28crypto: aes-ce-ccm - Use skcipher walk interfaceHerbert Xu
2016-11-28crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512Ard Biesheuvel
2016-10-21crypto: arm64/aes-xts-ce: fix for big endianArd Biesheuvel
2016-10-21crypto: arm64/aes-neon - fix for big endianArd Biesheuvel
2016-10-21crypto: arm64/aes-ccm-ce: fix for big endianArd Biesheuvel
2016-10-21crypto: arm64/sha2-ce - fix for big endianArd Biesheuvel
2016-10-21crypto: arm64/sha1-ce - fix for big endianArd Biesheuvel
2016-10-21crypto: arm64/ghash-ce - fix for big endianArd Biesheuvel
2016-10-21crypto: arm64/aes-ce - fix for big endianArd Biesheuvel
2016-09-13crypto: arm64/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel
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-11-18arm64: crypto: reduce priority of core AES cipherArd Biesheuvel
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu
2015-07-17crypto: aes-ce-ccm - Convert to new AEAD interfaceHerbert Xu
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu
2015-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2015-05-07crypto: arm64/sha2-ce - prevent asm code finalization in final() pathArd Biesheuvel
2015-05-07crypto: arm64/sha1-ce - prevent asm code finalization in final() pathArd Biesheuvel
2015-05-07crypto: arm64/crc32 - bring in line with generic CRC32Ard Biesheuvel
2015-04-23crypto: arm64/aes-ce-ccm - Include crypto/internal/aead.hHerbert Xu
2015-04-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-04-10crypto: arm64/sha2-ce - move SHA-224/256 ARMv8 implementation to base layerArd Biesheuvel
2015-04-10crypto: arm64/sha1-ce - move SHA-1 ARMv8 implementation to base layerArd Biesheuvel
2015-03-31crypto: arm64/aes - mark 64 bit ARMv8 AES helper ciphersStephan Mueller
2015-03-19arm64/crypto: issue aese/aesmc instructions in pairsArd Biesheuvel
2015-02-26arm64: crypto: increase AES interleave to 4xArd Biesheuvel
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook
2014-11-20crypto: crc32 - Add ARM64 CRC32 hw accelerated moduleYazen Ghannam
2014-11-06arm64/crypto: use crypto instructions to generate AES key scheduleArd Biesheuvel
2014-08-26arm64/crypto: remove redundant update of dataColin Ian King
2014-08-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2014-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-07-28crypto: arm64-aes - fix encryption of unaligned dataMikulas Patocka
2014-07-24arm64/crypto: fix makefile rule for aes-glue-%.oAndreas Schwab
2014-06-18arm64/crypto: improve performance of GHASH algorithmArd Biesheuvel
2014-06-18arm64/crypto: fix data corruption bug in GHASH algorithmArd Biesheuvel