summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/sha1-ce-glue.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: arm64/sha1-ce - simplify NEON yieldArd Biesheuvel2021-02-101-10/+12
* crypto: arm64/sha - add missing module aliasesArd Biesheuvel2021-01-221-0/+1
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1
* crypto: arm64/sha - Add declarations for assembly variablesHerbert Xu2020-09-041-0/+3
* crypto: arm64/sha-ce - implement export/importCorentin Labbe2020-03-061-0/+20
* crypto: arm64/sha - fix function typesSami Tolvanen2019-12-111-6/+11
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-1/+1
|\
| * crypto: arm64/sha1-ce - correct digest for empty data in finupElena Petrova2019-06-061-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* crypto: arm64 - convert to use crypto_simd_usable()Eric Biggers2019-03-221-3/+4
* crypto: shash - remove useless setting of type flagsEric Biggers2018-07-091-1/+0
* crypto: arm64/sha1-ce - add non-SIMD generic fallbackArd Biesheuvel2017-08-041-4/+14
* crypto: arm64/sha - avoid non-standard inline asm tricksArd Biesheuvel2017-05-181-8/+3
* crypto: arm64/sha1-ce - prevent asm code finalization in final() pathArd Biesheuvel2015-05-071-0/+3
* crypto: arm64/sha1-ce - move SHA-1 ARMv8 implementation to base layerArd Biesheuvel2015-04-101-107/+44
* arm64/crypto: SHA-1 using ARMv8 Crypto ExtensionsArd Biesheuvel2014-05-141-0/+174