aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/sha512_base.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-30crypto: sha512 - Remove sha512_base.hEric Biggers1-117/+0
2025-06-30crypto: sha512 - Replace sha512_generic with wrapper around SHA-512 libraryEric Biggers1-3/+0
2025-04-23crypto: sha512_base - Remove partial block helpersHerbert Xu1-64/+0
2025-04-23crypto: riscv/sha512 - Use API partial block handlingHerbert Xu1-0/+6
2025-04-23crypto: x86/sha512 - Use API partial block handlingHerbert Xu1-5/+49
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
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
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: sha512 - implement base layer for SHA-512Ard Biesheuvel1-0/+131