summaryrefslogtreecommitdiffstats
path: root/crypto/sha2.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: digest: initialize earlierSascha Hauer2017-03-311-1/+1
* whole tree: remove trailing whitespacesDu Huanpeng2016-04-211-1/+1
* crypto: add digest_alloc_by_algo()Sascha Hauer2016-01-261-0/+2
* crypto: sha256: switch to linux implementationJean-Christophe PLAGNIOL-VILLARD2015-03-271-272/+290
* crypto: hmac: move register to hmacJean-Christophe PLAGNIOL-VILLARD2015-03-271-14/+2
* crypto: prepare to allow multiple digest driverJean-Christophe PLAGNIOL-VILLARD2015-03-271-4/+13
* digest: add digest callbackJean-Christophe PLAGNIOL-VILLARD2015-03-191-0/+1
* digest: add verify callbackJean-Christophe PLAGNIOL-VILLARD2015-03-191-0/+2
* crypto: digest: Fix coding styleSascha Hauer2015-03-131-4/+4
* digest: add HMAC support for md5, sha1, sha224, sha256, sha384, sha512Jean-Christophe PLAGNIOL-VILLARD2015-03-131-13/+28
* digest: make it multi-instanceJean-Christophe PLAGNIOL-VILLARD2015-03-121-35/+20
* sha2: fix invalid length checkLucas Stach2014-10-211-1/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* Fix SHA224 to produce 28 bytes of hash (instead of 32).Krzysztof Halasa2012-06-071-1/+2
* Fix sha224sum panic by registering SHA224 hash name.Krzysztof Halasa2012-06-071-0/+1
* crypto: add sha224 supportJean-Christophe PLAGNIOL-VILLARD2011-10-121-0/+356