aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/crypto/ghash-ce-glue.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-17crypto: arm64/gcm-aes-ce - remove non-SIMD fallback pathGravatar Ard Biesheuvel 1-158/+51
2020-11-20crypto: arm64/gcm - move authentication tag check to SIMD domainGravatar Ard Biesheuvel 1-18/+28
2020-10-30crypto: hash - Use memzero_explicit() for clearing stateGravatar Arvind Sankar 1-1/+1
2020-09-04crypto: arm64/gcm - Fix endianness warningsGravatar Herbert Xu 1-2/+2
2020-07-09crypto: arm64/gcm - use inline helper to suppress indirect callsGravatar Ard Biesheuvel 1-39/+46
2020-07-09crypto: arm64/gcm - use variably sized key structGravatar Ard Biesheuvel 1-28/+21
2020-07-09crypto: arm64/gcm - disentangle ghash and gcm setkey() routinesGravatar Ard Biesheuvel 1-25/+22
2020-07-09crypto: arm64/ghash - drop PMULL based shashGravatar Ard Biesheuvel 1-78/+12
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-6/+2
2019-12-11crypto: arm64/ghash-neon - bump priority to 150Gravatar Ard Biesheuvel 1-1/+1
2019-10-05crypto: arm64/gcm-ce - implement 4 way interleaveGravatar Ard Biesheuvel 1-170/+123
2019-07-26crypto: arm64/ghash - switch to AES libraryGravatar Ard Biesheuvel 1-20/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-7/+10
2019-04-16arm64: HWCAP: add support for AT_HWCAP2Gravatar Andrew Murray 1-4/+4
2019-03-22crypto: arm64 - convert to use crypto_simd_usable()Gravatar Eric Biggers 1-3/+4
2019-03-22crypto: arm64/gcm-aes-ce - fix no-NEON fallback codeGravatar Eric Biggers 1-4/+6
2019-02-01crypto: arm64/ghash - register PMULL variants as separate algosGravatar Ard Biesheuvel 1-28/+90
2018-08-25crypto: arm64/aes-gcm-ce - fix scatterwalk API violationGravatar Ard Biesheuvel 1-6/+23
2018-08-07crypto: arm64/ghash-ce - implement 4-way aggregationGravatar Ard Biesheuvel 1-34/+37
2018-08-07crypto: arm64/ghash-ce - replace NEON yield check with block limitGravatar Ard Biesheuvel 1-4/+12
2018-08-07crypto: arm64/aes-ce-gcm - don't reload key schedule if avoidableGravatar Ard Biesheuvel 1-38/+43
2018-08-07crypto: arm64/aes-ce-gcm - implement 2-way aggregationGravatar Ard Biesheuvel 1-11/+23
2018-08-07crypto: arm64/aes-ce-gcm - operate on two input blocks at a timeGravatar Ard Biesheuvel 1-39/+64
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxGravatar Herbert Xu 1-2/+6
2018-07-31crypto/arm64: aes-ce-gcm - add missing kernel_neon_begin/end pairGravatar Ard Biesheuvel 1-2/+6
2018-07-09crypto: shash - remove useless setting of type flagsGravatar Eric Biggers 1-1/+0
2018-05-12crypto: arm64/aes-ghash - yield NEON after every block of inputGravatar Ard Biesheuvel 1-11/+17
2017-08-04crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULLGravatar Ard Biesheuvel 1-7/+33
2017-08-04crypto: arm64/gcm - implement native driver using v8 Crypto ExtensionsGravatar Ard Biesheuvel 1-25/+413
2017-08-04crypto: arm64/ghash-ce - add non-SIMD scalar fallbackGravatar Ard Biesheuvel 1-8/+41
2014-06-18arm64/crypto: improve performance of GHASH algorithmGravatar Ard Biesheuvel 1-2/+2
2014-06-18arm64/crypto: fix data corruption bug in GHASH algorithmGravatar Ard Biesheuvel 1-0/+1
2014-05-14arm64/crypto: GHASH secure hash using ARMv8 Crypto ExtensionsGravatar Ard Biesheuvel 1-0/+155