summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/ghash-ce-glue.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: arm64/ghash - register PMULL variants as separate algosArd Biesheuvel2019-02-011-28/+90
* crypto: arm64/aes-gcm-ce - fix scatterwalk API violationArd Biesheuvel2018-08-251-6/+23
* crypto: arm64/ghash-ce - implement 4-way aggregationArd Biesheuvel2018-08-071-34/+37
* crypto: arm64/ghash-ce - replace NEON yield check with block limitArd Biesheuvel2018-08-071-4/+12
* crypto: arm64/aes-ce-gcm - don't reload key schedule if avoidableArd Biesheuvel2018-08-071-38/+43
* crypto: arm64/aes-ce-gcm - implement 2-way aggregationArd Biesheuvel2018-08-071-11/+23
* crypto: arm64/aes-ce-gcm - operate on two input blocks at a timeArd Biesheuvel2018-08-071-39/+64
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-031-2/+6
|\
| * crypto/arm64: aes-ce-gcm - add missing kernel_neon_begin/end pairArd Biesheuvel2018-07-311-2/+6
* | crypto: shash - remove useless setting of type flagsEric Biggers2018-07-091-1/+0
|/
* crypto: arm64/aes-ghash - yield NEON after every block of inputArd Biesheuvel2018-05-121-11/+17
* crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULLArd Biesheuvel2017-08-041-7/+33
* crypto: arm64/gcm - implement native driver using v8 Crypto ExtensionsArd Biesheuvel2017-08-041-25/+413
* crypto: arm64/ghash-ce - add non-SIMD scalar fallbackArd Biesheuvel2017-08-041-8/+41
* arm64/crypto: improve performance of GHASH algorithmArd Biesheuvel2014-06-181-2/+2
* arm64/crypto: fix data corruption bug in GHASH algorithmArd Biesheuvel2014-06-181-0/+1
* arm64/crypto: GHASH secure hash using ARMv8 Crypto ExtensionsArd Biesheuvel2014-05-141-0/+155