summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/ghash-ce-core.S
Commit message (Expand)AuthorAgeFilesLines
* crypto: arm64/ghash-ce - implement 4-way aggregationArd Biesheuvel2018-08-071-17/+105
* crypto: arm64/ghash-ce - replace NEON yield check with block limitArd Biesheuvel2018-08-071-28/+11
* crypto: arm64/aes-ce-gcm - don't reload key schedule if avoidableArd Biesheuvel2018-08-071-3/+6
* crypto: arm64/aes-ce-gcm - implement 2-way aggregationArd Biesheuvel2018-08-071-57/+29
* crypto: arm64/aes-ce-gcm - operate on two input blocks at a timeArd Biesheuvel2018-08-071-30/+97
* crypto: arm64 - revert NEON yield for fast AEAD implementationsArd Biesheuvel2018-08-071-51/+25
* crypto: arm64/aes-ghash - yield NEON after every block of inputArd Biesheuvel2018-05-121-33/+80
* crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULLArd Biesheuvel2017-08-041-29/+219
* crypto: arm64/gcm - implement native driver using v8 Crypto ExtensionsArd Biesheuvel2017-08-041-0/+175
* crypto: arm64/ghash-ce - fix for big endianArd Biesheuvel2016-10-211-3/+3
* arm64/crypto: improve performance of GHASH algorithmArd Biesheuvel2014-06-181-54/+38
* arm64/crypto: GHASH secure hash using ARMv8 Crypto ExtensionsArd Biesheuvel2014-05-141-0/+95