aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/sha256-glue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers1-1/+0
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-12/+20
2019-12-11crypto: arm64/sha - fix function typesSami Tolvanen1-12/+20
2019-12-08sched/rt, arm64: Use CONFIG_PREEMPTIONThomas Gleixner1-1/+1
2019-09-05crypto: arm64 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede1-12/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+3
2019-04-16arm64: HWCAP: add support for AT_HWCAP2Andrew Murray1-2/+2
2019-03-22crypto: arm64 - convert to use crypto_simd_usable()Eric Biggers1-2/+3
2018-07-27crypto: arm64/sha256 - increase cra_priority of scalar implementationsEric Biggers1-2/+2
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers1-4/+0
2018-03-16crypto: arm64/sha256-neon - play nice with CONFIG_PREEMPT kernelsArd Biesheuvel1-13/+23
2017-08-04crypto: arm64/sha2-ce - add non-SIMD scalar fallbackArd Biesheuvel1-0/+1
2016-11-28crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512Ard Biesheuvel1-0/+185