summaryrefslogtreecommitdiffstats
path: root/include/digest.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: digest: Change the signature of digest_file_window()Andrey Smirnov2019-01-161-1/+1
* digest.h: Sync hash_algo values with kernelSascha Hauer2018-10-081-1/+7
* crypto: add CRC32 digestYegor Yefremov2016-05-251-0/+1
* crypto: add digest_alloc_by_algo()Sascha Hauer2016-01-261-0/+23
* crypto: digest: provide static inline no-ops if digest is disabledMarc Kleine-Budde2015-06-171-0/+11
* crypto: digest: mark signature argument as constMarc Kleine-Budde2015-05-261-5/+5
* crypto: sha1: switch to linux implementationJean-Christophe PLAGNIOL-VILLARD2015-03-271-0/+5
* crypto: prepare to allow multiple digest driverJean-Christophe PLAGNIOL-VILLARD2015-03-271-3/+9
* digest: allow algo to specify their length at runtimeJean-Christophe PLAGNIOL-VILLARD2015-03-271-1/+2
* crypto: digest: speficied when a digest need a key to be usedJean-Christophe PLAGNIOL-VILLARD2015-03-201-0/+12
* command: add generic digest commandJean-Christophe PLAGNIOL-VILLARD2015-03-201-2/+6
* digest: add digest callbackJean-Christophe PLAGNIOL-VILLARD2015-03-191-0/+8
* digest: add verify callbackJean-Christophe PLAGNIOL-VILLARD2015-03-191-0/+6
* crypto: digest: digest_file_window/digest_file/digest_file_by_name drop key p...Jean-Christophe PLAGNIOL-VILLARD2015-03-191-3/+0
* crypto: digest: Make string arguments constSascha Hauer2015-03-131-9/+10
* command: add hmac sum supportfor md5, sha1, sha224, sha256, sha384, sha512Jean-Christophe PLAGNIOL-VILLARD2015-03-131-0/+3
* digest: add HMAC support for md5, sha1, sha224, sha256, sha384, sha512Jean-Christophe PLAGNIOL-VILLARD2015-03-131-0/+8
* digest: make it multi-instanceJean-Christophe PLAGNIOL-VILLARD2015-03-121-9/+19
* digest: introduce digest_{init/update/final/length}Jean-Christophe PLAGNIOL-VILLARD2015-03-121-0/+21
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* digest: factorise file digest to common/digest.cJean-Christophe PLAGNIOL-VILLARD2011-10-121-0/+8
* add digest frameworkJean-Christophe PLAGNIOL-VILLARD2010-09-201-0/+49