summaryrefslogtreecommitdiffstats
path: root/include/crypto/sha.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: hash - add zero length message hash for shax and md5LABBE Corentin2015-12-221-0/+6
* crypto: sha512-generic - move to generic glue implementationArd Biesheuvel2015-04-101-0/+3
* crypto: sha256-generic - move to generic glue implementationArd Biesheuvel2015-04-101-0/+3
* crypto: sha1-generic - move to generic glue implementationArd Biesheuvel2015-04-101-0/+3
* crypto: sha512 - implement base layer for SHA-512Ard Biesheuvel2015-04-101-1/+1
* crypto: sha256 - implement base layer for SHA-256Ard Biesheuvel2015-04-101-1/+1
* crypto: sha1 - implement base layer for SHA-1Ard Biesheuvel2015-04-101-1/+1
* crypto: sha512 - Expose generic sha512 routine to be callable from other modulesTim Chen2013-04-251-0/+3
* crypto: sha256 - Expose SHA256 generic routine to be callable externally.Tim Chen2013-04-031-0/+2
* crypto: sha - Fix build error due to crypto_sha1_updateHerbert Xu2011-08-161-0/+2
* crypto: sha1 - export sha1_update for reuseMathias Krause2011-08-101-0/+3
* crypto: sha512_generic - Use 64-bit countersHerbert Xu2009-07-221-3/+3
* crypto: sha512 - Export struct sha512_stateHerbert Xu2009-07-221-0/+6
* crypto: sha256_generic - Add export/import supportHerbert Xu2009-07-111-0/+6
* crypto: sha1_generic - Add export/import supportHerbert Xu2009-07-111-0/+8
* [CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224Jonathan Lynch2008-01-111-0/+12
* [CRYPTO] sha: Add header file for SHA definitionsJan Glauber2007-10-101-0/+53