summaryrefslogtreecommitdiff
path: root/crypto/sha256.c
AgeCommit message (Expand)Author
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-03-21[CRYPTO]: Fix sparse warning in sha256Domen Puncer
2005-03-07[PATCH] random: Use them throughout the treeMatt Mackall
2004-10-25[CRYPTO]: small sha256 cleanupAndrew Morton
2004-01-31Resolve conflicts in sha256.c change, use Linus's version.David S. Miller
2004-01-29[CRYPTO]: Make padding[] array static in sha{256,512}_final().James Morris
2004-01-29Fix sha256 padding block initializer to be static.Linus Torvalds
2004-01-27[CRYPTO]: Help gcc optimize sha256/sha512 better.Jean-Luc Cooke
2002-11-06[CRYPTO]: Make sha256.c more palatable to GCCs optimizers.David S. Miller
2002-11-06[CRYPTO]: Add in crypto/sha256.cDavid S. Miller