summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/ghash-ce-glue.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: arm64/gcm - add RFC4106 supportArd Biesheuvel2023-01-201-38/+107
* crypto: arm64 - Fix unused variable compilation warnings of cpu_featureTianjia Zhang2022-11-181-1/+1
* crypto: arm64/gcm-aes-ce - remove non-SIMD fallback pathArd Biesheuvel2021-09-171-158/+51
* crypto: arm64/gcm - move authentication tag check to SIMD domainArd Biesheuvel2020-11-201-18/+28
* crypto: hash - Use memzero_explicit() for clearing stateArvind Sankar2020-10-301-1/+1
* crypto: arm64/gcm - Fix endianness warningsHerbert Xu2020-09-041-2/+2
* crypto: arm64/gcm - use inline helper to suppress indirect callsArd Biesheuvel2020-07-091-39/+46
* crypto: arm64/gcm - use variably sized key structArd Biesheuvel2020-07-091-28/+21
* crypto: arm64/gcm - disentangle ghash and gcm setkey() routinesArd Biesheuvel2020-07-091-25/+22
* crypto: arm64/ghash - drop PMULL based shashArd Biesheuvel2020-07-091-78/+12
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-6/+2
* crypto: arm64/ghash-neon - bump priority to 150Ard Biesheuvel2019-12-111-1/+1
* crypto: arm64/gcm-ce - implement 4 way interleaveArd Biesheuvel2019-10-051-170/+123
* crypto: arm64/ghash - switch to AES libraryArd Biesheuvel2019-07-261-20/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-061-7/+10
|\
| * crypto: arm64 - convert to use crypto_simd_usable()Eric Biggers2019-03-221-3/+4
| * crypto: arm64/gcm-aes-ce - fix no-NEON fallback codeEric Biggers2019-03-221-4/+6
* | arm64: HWCAP: add support for AT_HWCAP2Andrew Murray2019-04-161-4/+4
|/
* 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