aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/crypto/sha2-ce-glue.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-10crypto: arm64/sha2-ce - simplify NEON yieldGravatar Ard Biesheuvel 1-10/+12
2021-01-22crypto: arm64/sha - add missing module aliasesGravatar Ard Biesheuvel 1-0/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 1-1/+1
2020-09-04crypto: arm64/sha - Add declarations for assembly variablesGravatar Herbert Xu 1-0/+3
2020-03-06crypto: arm64/sha-ce - implement export/importGravatar Corentin Labbe 1-0/+23
2019-12-11crypto: arm64/sha - fix function typesGravatar Sami Tolvanen 1-13/+21
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-06crypto: arm64/sha2-ce - correct digest for empty data in finupGravatar Elena Petrova 1-1/+1
2019-03-22crypto: arm64 - convert to use crypto_simd_usable()Gravatar Eric Biggers 1-3/+4
2018-07-09crypto: shash - remove useless setting of type flagsGravatar Eric Biggers 1-2/+0
2017-08-04crypto: arm64/sha2-ce - add non-SIMD scalar fallbackGravatar Ard Biesheuvel 1-4/+26
2017-05-18crypto: arm64/sha - avoid non-standard inline asm tricksGravatar Ard Biesheuvel 1-8/+5
2015-05-07crypto: arm64/sha2-ce - prevent asm code finalization in final() pathGravatar Ard Biesheuvel 1-0/+3
2015-04-10crypto: arm64/sha2-ce - move SHA-224/256 ARMv8 implementation to base layerGravatar Ard Biesheuvel 1-177/+50
2014-08-26arm64/crypto: remove redundant update of dataGravatar Colin Ian King 1-1/+0
2014-05-14arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto ExtensionsGravatar Ard Biesheuvel 1-0/+255