aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/crypto/sha1_neon_glue.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 1-1/+1
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hGravatar Eric Biggers 1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-03-22crypto: arm - convert to use crypto_simd_usable()Gravatar Eric Biggers 1-2/+3
2018-07-09crypto: shash - remove useless setting of type flagsGravatar Eric Biggers 1-1/+0
2015-04-10crypto: arm/sha1_neon - move SHA-1 NEON implementation to base layerGravatar Ard Biesheuvel 1-111/+24
2015-04-10crypto: arm/sha1 - move SHA-1 ARM asm implementation to base layerGravatar Ard Biesheuvel 1-1/+1
2014-11-24crypto: prefix module autoloading with "crypto-"Gravatar Kees Cook 1-1/+1
2014-08-02ARM: 8119/1: crypto: sha1: add ARM NEON implementationGravatar Jussi Kivilinna 1-0/+197