aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/crypto/hash.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-08crypto: hash - introduce crypto_shash_tfm_digest()Eric Biggers1-0/+19
2019-12-11crypto: shash - Add init_tfm/exit_tfm and verify descsizeHerbert Xu1-0/+13
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-17crypto: hash - fix incorrect HASH_MAX_DESCSIZEEric Biggers1-1/+7
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-2/+8
2018-12-07crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe1-27/+5
2018-12-07crypto: user - convert all stats from u32 to u64Corentin Labbe1-3/+3
2018-09-28crypto: user - Implement a generic crypto statisticsCorentin Labbe1-1/+31
2018-09-04crypto: hash - Remove VLA usageKees Cook1-1/+5
2018-03-16crypto: hash - Prevent use of req->result in ahash updateKamil Konieczny1-4/+7
2018-01-12crypto: doc - clear htmldocs build warnings for crypto/hashtcharding1-8/+4
2018-01-12crypto: hash - prevent using keyed hashes without setting keyEric Biggers1-10/+24
2017-09-22crypto: doc - clarify return values for async hash methodsKamil Konieczny1-12/+16
2017-02-03crypto: doc - Fix hash export state informationRabin Vincent1-6/+12
2016-12-13crypto: doc - fix source comments for SphinxStephan Mueller1-1/+1
2016-04-15crypto: doc - document correct return value for request allocationEric Biggers1-2/+1
2016-02-06crypto: hash - Add helpers to return alg and driver namesHerbert Xu1-0/+20
2016-01-25crypto: hash - Add crypto_has_ahash helperHerbert Xu1-0/+12
2016-01-25crypto: hash - Add helpers to zero stack request/descriptorHerbert Xu1-0/+13
2016-01-18crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu1-0/+6
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