aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sha256.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-05crypto: sha256 - Use the partial block APIHerbert Xu1-23/+58
2025-05-05crypto: sha256 - Use the partial block API for genericHerbert Xu1-37/+42
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu1-1/+1
2025-05-05crypto: sha256 - support arch-optimized lib and expose through shashEric Biggers1-0/+243
2007-10-10[CRYPTO] sha: Load the SHA[1|256] module by an aliasSebastian Siewior1-342/+0
2006-09-21[CRYPTO] sha: Add module aliases for sha1 / sha256Michal Ludvig1-0/+3
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu1-8/+9
2006-06-26[CRYPTO] digest: Remove unnecessary zeroing during initHerbert Xu1-1/+0
2006-06-26[CRYPTO] digest: Add alignment handlingAtsushi Nemoto1-0/+1
2006-01-09[CRYPTO] Use standard byte order macros wherever possibleHerbert Xu1-21/+10
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+349