aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/ghash-ce-core.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26arm64: Add types to indirect called assembly functionsSami Tolvanen1-2/+3
2020-11-20crypto: arm64/gcm - move authentication tag check to SIMD domainArd Biesheuvel1-0/+15
2020-03-09arm64: crypto: Modernize some extra assembly annotationsMark Brown1-8/+8
2019-12-20crypto: arm64 - Use modern annotations for assembly functionsMark Brown1-4/+4
2019-10-05crypto: arm64/gcm-ce - implement 4 way interleaveArd Biesheuvel1-157/+344
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-08-07crypto: arm64/ghash-ce - implement 4-way aggregationArd Biesheuvel1-17/+105
2018-08-07crypto: arm64/ghash-ce - replace NEON yield check with block limitArd Biesheuvel1-28/+11
2018-08-07crypto: arm64/aes-ce-gcm - don't reload key schedule if avoidableArd Biesheuvel1-3/+6
2018-08-07crypto: arm64/aes-ce-gcm - implement 2-way aggregationArd Biesheuvel1-57/+29
2018-08-07crypto: arm64/aes-ce-gcm - operate on two input blocks at a timeArd Biesheuvel1-30/+97
2018-08-07crypto: arm64 - revert NEON yield for fast AEAD implementationsArd Biesheuvel1-51/+25
2018-05-12crypto: arm64/aes-ghash - yield NEON after every block of inputArd Biesheuvel1-33/+80
2017-08-04crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULLArd Biesheuvel1-29/+219
2017-08-04crypto: arm64/gcm - implement native driver using v8 Crypto ExtensionsArd Biesheuvel1-0/+175
2016-10-21crypto: arm64/ghash-ce - fix for big endianArd Biesheuvel1-3/+3
2014-06-18arm64/crypto: improve performance of GHASH algorithmArd Biesheuvel1-54/+38
2014-05-14arm64/crypto: GHASH secure hash using ARMv8 Crypto ExtensionsArd Biesheuvel1-0/+95