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