aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/sha256_base.h
AgeCommit message (Expand)AuthorFilesLines
2025-05-05crypto: sha256 - remove sha256_base.hEric Biggers1-151/+0
2025-05-05crypto: sha256 - support arch-optimized lib and expose through shashEric Biggers1-3/+6
2025-05-05crypto: lib/sha256 - Move partial block handling outHerbert Xu1-35/+3
2025-04-23crypto: sha256_base - Remove partial block helpersHerbert Xu1-37/+13
2025-04-23crypto: riscv/sha256 - Use API partial block handlingHerbert Xu1-0/+3
2025-04-23crypto: x86/sha256 - Use API partial block handlingHerbert Xu1-7/+73
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2023-05-19crypto: lib/sha256 - Use generic code from sha256_baseHerbert Xu1-14/+36
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2020-10-30crypto: hash - Use memzero_explicit() for clearing stateArvind Sankar1-1/+2
2020-05-08crypto: lib/sha256 - return voidEric Biggers1-2/+4
2019-09-05crypto: sha256 - Remove sha256/224_init code duplicationHans de Goede1-22/+2
2019-08-02crypto: add header include guardsMasahiro Yamada1-0/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2015-04-10crypto: sha256 - implement base layer for SHA-256Ard Biesheuvel1-0/+128