aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/hash.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-20crypto: ahash - Add crypto_ahash_blocksizeHerbert Xu1-0/+14
2015-08-21crypto: hash - Add AHASH_REQUEST_ON_STACKHerbert Xu1-0/+5
2015-06-04crypto: doc - Fix typo in crypto-API.xmlMasanari Iida1-1/+1
2014-11-17crypto: doc - document uncovered member variablesStephan Mueller1-1/+6
2014-11-13crypto: doc - SHASH API documentationStephan Mueller1-0/+164
2014-11-13crypto: doc - AHASH API documentationStephan Mueller1-0/+228
2014-11-13crypto: doc - hash data structuresStephan Mueller1-0/+95
2014-10-14crypto: LLVMLinux: Add macro to remove use of VLAIS in crypto codeBehan Webster1-0/+5
2014-08-01crypto: Resolve shadow warningsMark Rustad1-2/+2
2009-07-15crypto: shash - Fix digest size offsetHerbert Xu1-1/+2
2009-07-15crypto: ahash - Add unaligned handling and default operationsHerbert Xu1-15/+8
2009-07-14crypto: ahash - Remove old_ahash_algHerbert Xu1-2/+1
2009-07-14crypto: ahash - Convert to new style algorithmsHerbert Xu1-31/+78
2009-07-14crypto: shash - Make descsize a run-time attributeHerbert Xu1-1/+2
2009-07-12crypto: async - Use kzfree for requestsHerbert Xu1-1/+1
2009-07-11crypto: shash - Export/import hash state onlyHerbert Xu1-4/+14
2009-02-18crypto: shash - Add crypto_shash_blocksizeHerbert Xu1-0/+5
2009-02-05crypto: shash - Fix tfm destructionHerbert Xu1-1/+1
2008-12-25crypto: hash - Add import/export interfaceHerbert Xu1-0/+21
2008-12-25crypto: hash - Add shash interfaceHerbert Xu1-0/+104
2008-08-13crypto: hash - Add missing top-level functionsHerbert Xu1-0/+18
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu1-0/+154