summaryrefslogtreecommitdiffstats
path: root/crypto/sha256.c
AgeCommit message (Expand)AuthorLines
2025-09-02crypto: sha256 - Implement export_core() and import_core()Eric Biggers-0/+71
2025-07-04crypto: sha256 - Use same state format as legacy driversEric Biggers-0/+95
2025-07-04crypto: sha256 - Wrap library and add HMAC supportEric Biggers-158/+128
2025-07-04lib/crypto: sha256: Make library API use strongly-typed contextsEric Biggers-8/+8
2025-05-05crypto: sha256 - Use the partial block APIHerbert Xu-23/+58
2025-05-05crypto: sha256 - Use the partial block API for genericHerbert Xu-37/+42
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu-1/+1
2025-05-05crypto: sha256 - support arch-optimized lib and expose through shashEric Biggers-0/+243
2007-10-10[CRYPTO] sha: Load the SHA[1|256] module by an aliasSebastian Siewior-342/+0
2006-09-21[CRYPTO] sha: Add module aliases for sha1 / sha256Michal Ludvig-0/+3
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu-8/+9
2006-06-26[CRYPTO] digest: Remove unnecessary zeroing during initHerbert Xu-1/+0
2006-06-26[CRYPTO] digest: Add alignment handlingAtsushi Nemoto-0/+1
2006-01-09[CRYPTO] Use standard byte order macros wherever possibleHerbert Xu-21/+10
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+349