summaryrefslogtreecommitdiff
path: root/arch/arm64/crypto/ghash-ce-glue.c
AgeCommit message (Expand)Author
2023-01-20crypto: arm64/gcm - add RFC4106 supportArd Biesheuvel
2022-11-18crypto: arm64 - Fix unused variable compilation warnings of cpu_featureTianjia Zhang
2021-09-17crypto: arm64/gcm-aes-ce - remove non-SIMD fallback pathArd Biesheuvel
2020-11-20crypto: arm64/gcm - move authentication tag check to SIMD domainArd Biesheuvel
2020-10-30crypto: hash - Use memzero_explicit() for clearing stateArvind Sankar
2020-09-04crypto: arm64/gcm - Fix endianness warningsHerbert Xu
2020-07-09crypto: arm64/gcm - use inline helper to suppress indirect callsArd Biesheuvel
2020-07-09crypto: arm64/gcm - use variably sized key structArd Biesheuvel
2020-07-09crypto: arm64/gcm - disentangle ghash and gcm setkey() routinesArd Biesheuvel
2020-07-09crypto: arm64/ghash - drop PMULL based shashArd Biesheuvel
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-12-11crypto: arm64/ghash-neon - bump priority to 150Ard Biesheuvel
2019-10-05crypto: arm64/gcm-ce - implement 4 way interleaveArd Biesheuvel
2019-07-26crypto: arm64/ghash - switch to AES libraryArd Biesheuvel
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-04-16arm64: HWCAP: add support for AT_HWCAP2Andrew Murray
2019-03-22crypto: arm64 - convert to use crypto_simd_usable()Eric Biggers
2019-03-22crypto: arm64/gcm-aes-ce - fix no-NEON fallback codeEric Biggers
2019-02-01crypto: arm64/ghash - register PMULL variants as separate algosArd Biesheuvel
2018-08-25crypto: arm64/aes-gcm-ce - fix scatterwalk API violationArd Biesheuvel
2018-08-07crypto: arm64/ghash-ce - implement 4-way aggregationArd Biesheuvel
2018-08-07crypto: arm64/ghash-ce - replace NEON yield check with block limitArd Biesheuvel
2018-08-07crypto: arm64/aes-ce-gcm - don't reload key schedule if avoidableArd Biesheuvel
2018-08-07crypto: arm64/aes-ce-gcm - implement 2-way aggregationArd Biesheuvel
2018-08-07crypto: arm64/aes-ce-gcm - operate on two input blocks at a timeArd Biesheuvel
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2018-07-31crypto/arm64: aes-ce-gcm - add missing kernel_neon_begin/end pairArd Biesheuvel
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers
2018-05-12crypto: arm64/aes-ghash - yield NEON after every block of inputArd Biesheuvel
2017-08-04crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULLArd Biesheuvel
2017-08-04crypto: arm64/gcm - implement native driver using v8 Crypto ExtensionsArd Biesheuvel
2017-08-04crypto: arm64/ghash-ce - add non-SIMD scalar fallbackArd Biesheuvel
2014-06-18arm64/crypto: improve performance of GHASH algorithmArd Biesheuvel
2014-06-18arm64/crypto: fix data corruption bug in GHASH algorithmArd Biesheuvel
2014-05-14arm64/crypto: GHASH secure hash using ARMv8 Crypto ExtensionsArd Biesheuvel