summaryrefslogtreecommitdiffstats
path: root/crypto/sha4.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: digest: initialize earlierSascha Hauer2017-03-311-1/+1
* crypto: add digest_alloc_by_algo()Sascha Hauer2016-01-261-0/+2
* crypto: sha512: switch to linux implementationJean-Christophe PLAGNIOL-VILLARD2015-03-271-266/+198
* 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-7/+28
* crypto: add sha384 & sha512 supportJean-Christophe PLAGNIOL-VILLARD2015-03-121-0/+340