aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/crypto
Commit message (Expand)AuthorAgeFilesLines
* BACKPORT: crypto: arm64/aes-ce-cipher - move assembler code to .S fileArd Biesheuvel2018-04-123-104/+100
* UPSTREAM: crypto: arm64/aes-ce-cipher: add non-SIMD generic fallbackArd Biesheuvel2018-04-122-3/+18
* UPSTREAM: crypto: arm64/aes-ce-cipher - match round key endianness with gener...Ard Biesheuvel2018-04-123-40/+37
* BACKPORT: crypto: arm64/aes - add scalar implementationArd Biesheuvel2018-04-124-0/+203
* Merge tag 'android-p-preview-1_r0.2' into oreo-mr1Nathan Chancellor2018-03-081-1/+1
|\
| * arch/arm64/crypto: disable LTO for aes-ce-cipher.cSami Tolvanen2017-10-251-1/+1
* | arm64: crypto: Improve target optimization flagsAlex Naidis2017-12-161-2/+0
* | UPSTREAM: crypto: arm64/sha - avoid non-standard inline asm tricksArd Biesheuvel2017-12-054-20/+16
* | Revert "ANDROID: arm64: crypto, LLVMLinux: use %c constraint code in ASM_EXPORT"Nathan Chancellor2017-12-052-2/+2
|/
* Revert "ANDROID: HACK: arm64: crypto, LLVMLinux: explicitly pass -mcpu option...Nick Desaulniers2017-09-011-1/+1
* Merge branch 'android-msm-8998-4.4-common' into android-msm-wahoo-4.4Thierry Strudel2017-04-079-101/+110
|\
| * crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modesArd Biesheuvel2017-02-091-46/+42
| * crypto: arm64/aes-ce - fix for big endianArd Biesheuvel2017-01-121-10/+15
| * crypto: arm64/aes-xts-ce: fix for big endianArd Biesheuvel2017-01-122-1/+3
| * crypto: arm64/sha1-ce - fix for big endianArd Biesheuvel2017-01-121-2/+2
| * crypto: arm64/aes-neon - fix for big endianArd Biesheuvel2017-01-121-10/+15
| * crypto: arm64/aes-ccm-ce: fix for big endianArd Biesheuvel2017-01-121-26/+27
| * crypto: arm64/ghash-ce - fix for big endianArd Biesheuvel2017-01-121-3/+3
| * crypto: arm64/sha2-ce - fix for big endianArd Biesheuvel2017-01-121-2/+2
| * crypto: arm64/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel2016-09-301-1/+1
* | ANDROID: HACK: arm64: crypto, LLVMLinux: explictly pass -mcpu option to gasGreg Hackmann2017-04-031-1/+1
* | ANDROID: arm64: crypto, LLVMLinux: use %c constraint code in ASM_EXPORTGreg Hackmann2017-04-032-2/+2
* | LLVMLINUX: DO-NOT-UPSTREAM crypto: LLVMLinux: Explicitly pass through assembl...Mark Charlebois2017-04-031-1/+1
* | ANDROID: arm64/crypto: add ARMv8-CE optimized poly_hash algorithmEric Biggers2017-02-144-0/+337
* | UPSTREAM: arm/arm64: crypto: assure that ECB modes don't require an IVJeremy Linton2017-02-141-2/+2
|/
* arm64: crypto: reduce priority of core AES cipherArd Biesheuvel2015-11-181-1/+1
* crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-171-1/+0
* crypto: aes-ce-ccm - Convert to new AEAD interfaceHerbert Xu2015-07-171-26/+43
* Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu2015-06-192-13/+9
|\
| * Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-162-13/+9
| |\
| | * arm64/crypto: issue aese/aesmc instructions in pairsArd Biesheuvel2015-03-192-13/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2015-05-283-3/+25
|\ \ \
| * | | crypto: arm64/sha2-ce - prevent asm code finalization in final() pathArd Biesheuvel2015-05-071-0/+3
| * | | crypto: arm64/sha1-ce - prevent asm code finalization in final() pathArd Biesheuvel2015-05-071-0/+3
| * | | crypto: arm64/crc32 - bring in line with generic CRC32Ard Biesheuvel2015-05-071-3/+19
| |/ /
* / / crypto: arm64/aes-ce-ccm - Include crypto/internal/aead.hHerbert Xu2015-04-231-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-04-155-322/+130
|\ \ | |/ |/|
| * crypto: arm64/sha2-ce - move SHA-224/256 ARMv8 implementation to base layerArd Biesheuvel2015-04-102-193/+63
| * crypto: arm64/sha1-ce - move SHA-1 ARMv8 implementation to base layerArd Biesheuvel2015-04-102-125/+59
| * crypto: arm64/aes - mark 64 bit ARMv8 AES helper ciphersStephan Mueller2015-03-311-4/+8
* | arm64: crypto: increase AES interleave to 4xArd Biesheuvel2015-02-261-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-135-5/+287
|\
| * crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-242-5/+5
| * crypto: crc32 - Add ARM64 CRC32 hw accelerated moduleYazen Ghannam2014-11-203-0/+282
* | arm64/crypto: use crypto instructions to generate AES key scheduleArd Biesheuvel2014-11-065-11/+133
|/
* arm64/crypto: remove redundant update of dataColin Ian King2014-08-261-1/+0
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-08-041-1/+1
|\
| * arm64/crypto: fix makefile rule for aes-glue-%.oAndreas Schwab2014-07-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-07-281-6/+6
|\ \ | |/ |/|
| * crypto: arm64-aes - fix encryption of unaligned dataMikulas Patocka2014-07-281-6/+6