summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* arm: crypto: add sha256 assembly supportJean-Christophe PLAGNIOL-VILLARD2015-03-271-0/+9
* arm: crypto: add sha1 assembly supportJean-Christophe PLAGNIOL-VILLARD2015-03-271-0/+8
* crypto: sha512: switch to linux implementationJean-Christophe PLAGNIOL-VILLARD2015-03-271-266/+198
* crypto: sha256: switch to linux implementationJean-Christophe PLAGNIOL-VILLARD2015-03-271-272/+290
* crypto: sha1: switch to linux implementationJean-Christophe PLAGNIOL-VILLARD2015-03-271-275/+247
* crypto: hmac: move register to hmacJean-Christophe PLAGNIOL-VILLARD2015-03-275-57/+39
* crypto: prepare to allow multiple digest driverJean-Christophe PLAGNIOL-VILLARD2015-03-279-62/+110
* digest: allow algo to specify their length at runtimeJean-Christophe PLAGNIOL-VILLARD2015-03-271-2/+1
* crypto: digest: speficied when a digest need a key to be usedJean-Christophe PLAGNIOL-VILLARD2015-03-201-0/+1
* command: add generic digest commandJean-Christophe PLAGNIOL-VILLARD2015-03-201-5/+20
* crypto: add pbkdf2 hmac key generatorJean-Christophe PLAGNIOL-VILLARD2015-03-193-0/+101
* crypto: hmac: use digest_digest and check the return of every digest_xxxJean-Christophe PLAGNIOL-VILLARD2015-03-191-18/+31
* digest: add digest callbackJean-Christophe PLAGNIOL-VILLARD2015-03-197-0/+25
* digest: add verify callbackJean-Christophe PLAGNIOL-VILLARD2015-03-197-1/+32
* crypto: digest: digest_file_window/digest_file/digest_file_by_name drop key p...Jean-Christophe PLAGNIOL-VILLARD2015-03-191-8/+2
* crypto: digest: digest_file_window: check every digest_xxx returnJean-Christophe PLAGNIOL-VILLARD2015-03-181-3/+7
* crypto: digest: Fix coding styleSascha Hauer2015-03-135-17/+17
* crypto: digest: Make string arguments constSascha Hauer2015-03-131-9/+9
* command: add hmac sum supportfor md5, sha1, sha224, sha256, sha384, sha512Jean-Christophe PLAGNIOL-VILLARD2015-03-131-2/+8
* digest: add HMAC support for md5, sha1, sha224, sha256, sha384, sha512Jean-Christophe PLAGNIOL-VILLARD2015-03-138-24/+250
* crypto: add sha384 & sha512 supportJean-Christophe PLAGNIOL-VILLARD2015-03-123-0/+348
* digest: make it multi-instanceJean-Christophe PLAGNIOL-VILLARD2015-03-124-91/+95
* digest: introduce digest_{init/update/final/length}Jean-Christophe PLAGNIOL-VILLARD2015-03-121-3/+3
* digest: move digest.c to cryptoJean-Christophe PLAGNIOL-VILLARD2015-03-122-0/+175
* sha2: fix invalid length checkLucas Stach2014-10-211-1/+1
* treewide: remove address of the Free Software FoundationAntony Pavlov2014-06-111-4/+0
* scripts: bareboxcrc32 as host and target userspacetoolMichael Grzeschik2013-12-041-0/+60
* Cleanup Kconfig filesAlexander Shiyan2012-12-081-1/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-172-8/+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 crc7 functionFranck Jullien2011-11-253-0/+67
* crypto: add sha224 supportJean-Christophe PLAGNIOL-VILLARD2011-10-123-41/+95
* sha1: drop never used sha1_hmacJean-Christophe PLAGNIOL-VILLARD2011-10-121-39/+0
* move digest to crypto/Jean-Christophe PLAGNIOL-VILLARD2011-10-127-0/+1318