summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/sha2-ce-glue.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: arm64/sha2-ce - clean up backwards function namesEric Biggers2023-10-201-15/+16
* crypto: arm64/sha2-ce - implement ->digest for sha256Eric Biggers2023-10-201-0/+8
* crypto: arm64/sha2-ce - simplify NEON yieldArd Biesheuvel2021-02-101-10/+12
* crypto: arm64/sha - add missing module aliasesArd Biesheuvel2021-01-221-0/+2
* 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/+23
* crypto: arm64/sha - fix function typesSami Tolvanen2019-12-111-13/+21
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-1/+1
|\
| * crypto: arm64/sha2-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-2/+0
* crypto: arm64/sha2-ce - add non-SIMD scalar fallbackArd Biesheuvel2017-08-041-4/+26
* crypto: arm64/sha - avoid non-standard inline asm tricksArd Biesheuvel2017-05-181-8/+5
* crypto: arm64/sha2-ce - prevent asm code finalization in final() pathArd Biesheuvel2015-05-071-0/+3
* crypto: arm64/sha2-ce - move SHA-224/256 ARMv8 implementation to base layerArd Biesheuvel2015-04-101-177/+50
* arm64/crypto: remove redundant update of dataColin Ian King2014-08-261-1/+0
* arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto ExtensionsArd Biesheuvel2014-05-141-0/+255