summaryrefslogtreecommitdiff
path: root/arch/arm/crypto/ghash-ce-glue.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: 9286/1: crypto: Implement fused AES-CTR/GHASH version of GCMArd Biesheuvel2023-01-181-4/+419
* crypto: arm/ghash - use variably sized key structArd Biesheuvel2020-07-091-27/+24
* crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2020-01-091-6/+1
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
* crypto: ghash - add comment and improve help textEric Biggers2019-07-271-1/+1
* crypto: arm/ghash - provide a synchronous versionArd Biesheuvel2019-07-261-26/+52
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-3/+0
* crypto: arm - convert to use crypto_simd_usable()Eric Biggers2019-03-221-3/+4
* crypto: arm/ghash-ce - implement support for 4-way aggregationArd Biesheuvel2018-09-041-11/+27
* crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-091-1/+0
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-091-1/+1
* crypto: shash - remove useless setting of type flagsEric Biggers2018-07-091-1/+1
* crypto: arm/ghash - add NEON accelerated fallback for vmull.p64Ard Biesheuvel2017-08-041-3/+21
* crypto: arm/ghash-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel2017-06-011-4/+2
* crypto: arm/ghash - change internal cra_name to "__ghash"Ard Biesheuvel2016-09-071-1/+1
* crypto: arm/ghash-ce - add missing async import/exportArd Biesheuvel2016-09-071-0/+24
* crypto: ghash-ce - Fix cryptd reorderingHerbert Xu2016-06-231-23/+17
* crypto: ghash-ce - mark GHASH ARMv8 vmull.p64 helper ciphersStephan Mueller2015-03-311-2/+4
* crypto: arm - add support for GHASH using ARMv8 Crypto ExtensionsArd Biesheuvel2015-03-121-0/+318