summaryrefslogtreecommitdiffstats
path: root/include/crypto/hash.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: doc - Fix hash export state informationRabin Vincent2017-02-031-6/+12
* crypto: doc - fix source comments for SphinxStephan Mueller2016-12-131-1/+1
* crypto: doc - document correct return value for request allocationEric Biggers2016-04-151-2/+1
* crypto: hash - Add helpers to return alg and driver namesHerbert Xu2016-02-061-0/+20
* crypto: hash - Add crypto_has_ahash helperHerbert Xu2016-01-251-0/+12
* crypto: hash - Add helpers to zero stack request/descriptorHerbert Xu2016-01-251-0/+13
* crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-01-181-0/+6
* crypto: ahash - Add crypto_ahash_blocksizeHerbert Xu2015-10-201-0/+14
* crypto: hash - Add AHASH_REQUEST_ON_STACKHerbert Xu2015-08-211-0/+5
* crypto: doc - Fix typo in crypto-API.xmlMasanari Iida2015-06-041-1/+1
* crypto: doc - document uncovered member variablesStephan Mueller2014-11-171-1/+6
* crypto: doc - SHASH API documentationStephan Mueller2014-11-131-0/+164
* crypto: doc - AHASH API documentationStephan Mueller2014-11-131-0/+228
* crypto: doc - hash data structuresStephan Mueller2014-11-131-0/+95
* crypto: LLVMLinux: Add macro to remove use of VLAIS in crypto codeBehan Webster2014-10-141-0/+5
* crypto: Resolve shadow warningsMark Rustad2014-08-011-2/+2
* crypto: shash - Fix digest size offsetHerbert Xu2009-07-151-1/+2
* crypto: ahash - Add unaligned handling and default operationsHerbert Xu2009-07-151-15/+8
* crypto: ahash - Remove old_ahash_algHerbert Xu2009-07-141-2/+1
* crypto: ahash - Convert to new style algorithmsHerbert Xu2009-07-141-31/+78
* crypto: shash - Make descsize a run-time attributeHerbert Xu2009-07-141-1/+2
* crypto: async - Use kzfree for requestsHerbert Xu2009-07-121-1/+1
* crypto: shash - Export/import hash state onlyHerbert Xu2009-07-111-4/+14
* crypto: shash - Add crypto_shash_blocksizeHerbert Xu2009-02-181-0/+5
* crypto: shash - Fix tfm destructionHerbert Xu2009-02-051-1/+1
* crypto: hash - Add import/export interfaceHerbert Xu2008-12-251-0/+21
* crypto: hash - Add shash interfaceHerbert Xu2008-12-251-0/+104
* crypto: hash - Add missing top-level functionsHerbert Xu2008-08-131-0/+18
* crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu2008-07-101-0/+154