summaryrefslogtreecommitdiffstats
path: root/arch/arm/crypto/sha1_neon_glue.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: arm/sha1-neon - Fix clang function cast warningsHerbert Xu2023-05-121-7/+5
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1
* crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-081-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* crypto: arm - convert to use crypto_simd_usable()Eric Biggers2019-03-221-2/+3
* crypto: shash - remove useless setting of type flagsEric Biggers2018-07-091-1/+0
* crypto: arm/sha1_neon - move SHA-1 NEON implementation to base layerArd Biesheuvel2015-04-101-111/+24
* crypto: arm/sha1 - move SHA-1 ARM asm implementation to base layerArd Biesheuvel2015-04-101-1/+1
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-1/+1
* ARM: 8119/1: crypto: sha1: add ARM NEON implementationJussi Kivilinna2014-08-021-0/+197