aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/crypto/ghash-ce-glue.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-18ARM: 9286/1: crypto: Implement fused AES-CTR/GHASH version of GCMGravatar Ard Biesheuvel 1-4/+419
2020-07-09crypto: arm/ghash - use variably sized key structGravatar Ard Biesheuvel 1-27/+24
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsGravatar Eric Biggers 1-6/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-3/+1
2019-07-27crypto: ghash - add comment and improve help textGravatar Eric Biggers 1-1/+1
2019-07-26crypto: arm/ghash - provide a synchronous versionGravatar Ard Biesheuvel 1-26/+52
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-3/+0
2019-03-22crypto: arm - convert to use crypto_simd_usable()Gravatar Eric Biggers 1-3/+4
2018-09-04crypto: arm/ghash-ce - implement support for 4-way aggregationGravatar Ard Biesheuvel 1-11/+27
2018-07-09crypto: ahash - remove useless setting of cra_typeGravatar Eric Biggers 1-1/+0
2018-07-09crypto: ahash - remove useless setting of type flagsGravatar Eric Biggers 1-1/+1
2018-07-09crypto: shash - remove useless setting of type flagsGravatar Eric Biggers 1-1/+1
2017-08-04crypto: arm/ghash - add NEON accelerated fallback for vmull.p64Gravatar Ard Biesheuvel 1-3/+21
2017-06-01crypto: arm/ghash-ce - enable module autoloading based on CPU feature bitsGravatar Ard Biesheuvel 1-4/+2
2016-09-07crypto: arm/ghash - change internal cra_name to "__ghash"Gravatar Ard Biesheuvel 1-1/+1
2016-09-07crypto: arm/ghash-ce - add missing async import/exportGravatar Ard Biesheuvel 1-0/+24
2016-06-23crypto: ghash-ce - Fix cryptd reorderingGravatar Herbert Xu 1-23/+17
2015-03-31crypto: ghash-ce - mark GHASH ARMv8 vmull.p64 helper ciphersGravatar Stephan Mueller 1-2/+4
2015-03-12crypto: arm - add support for GHASH using ARMv8 Crypto ExtensionsGravatar Ard Biesheuvel 1-0/+318