summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/sha1-ce-glue.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-10crypto: arm64/sha1-ce - simplify NEON yieldArd Biesheuvel1-10/+12
2021-01-22crypto: arm64/sha - add missing module aliasesArd Biesheuvel1-0/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2020-09-04crypto: arm64/sha - Add declarations for assembly variablesHerbert Xu1-0/+3
2020-03-06crypto: arm64/sha-ce - implement export/importCorentin Labbe1-0/+20
2019-12-11crypto: arm64/sha - fix function typesSami Tolvanen1-6/+11
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-06crypto: arm64/sha1-ce - correct digest for empty data in finupElena Petrova1-1/+1
2019-03-22crypto: arm64 - convert to use crypto_simd_usable()Eric Biggers1-3/+4
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers1-1/+0
2017-08-04crypto: arm64/sha1-ce - add non-SIMD generic fallbackArd Biesheuvel1-4/+14
2017-05-18crypto: arm64/sha - avoid non-standard inline asm tricksArd Biesheuvel1-8/+3
2015-05-07crypto: arm64/sha1-ce - prevent asm code finalization in final() pathArd Biesheuvel1-0/+3
2015-04-10crypto: arm64/sha1-ce - move SHA-1 ARMv8 implementation to base layerArd Biesheuvel1-107/+44
2014-05-14arm64/crypto: SHA-1 using ARMv8 Crypto ExtensionsArd Biesheuvel1-0/+174