summaryrefslogtreecommitdiff
path: root/include/crypto/hash.h
AgeCommit message (Expand)Author
2023-12-29crypto: shash - remove excess kerneldoc membersVegard Nossum
2023-10-27crypto: ahash - optimize performance when wrapping shashEric Biggers
2023-10-27crypto: ahash - remove crypto_ahash_alignmaskEric Biggers
2023-10-27crypto: shash - remove crypto_shash_alignmaskEric Biggers
2023-10-27crypto: shash - eliminate indirect call for default import and exportEric Biggers
2023-05-12crypto: hash - Add statesize to crypto_ahashHerbert Xu
2023-04-20crypto: hash - Add crypto_clone_ahash/shashHerbert Xu
2023-04-06crypto: hash - Remove maximum statesize limitHerbert Xu
2023-03-24crypto: hash - Fix kdoc errors about HASH_ALG_COMMONHerbert Xu
2023-03-14crypto: hash - Count error stats differentlyHerbert Xu
2022-08-02crypto: add crypto_has_shash()Hannes Reinecke
2021-05-28crypto: header - Fix spelling errorsZhen Lei
2021-03-13crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel
2021-01-22crypto - shash: reduce minimum alignment of shash_desc structureArd Biesheuvel
2020-08-28crypto: ahash - Remove AHASH_REQUEST_ON_STACKHerbert Xu
2020-08-28crypto: ahash - Add init_tfm/exit_tfmHerbert Xu
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-07-23crypto: hash - drop duplicated word in a commentRandy Dunlap
2020-05-08crypto: hash - introduce crypto_shash_tfm_digest()Eric Biggers
2019-12-11crypto: shash - Add init_tfm/exit_tfm and verify descsizeHerbert Xu
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-17crypto: hash - fix incorrect HASH_MAX_DESCSIZEEric Biggers
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2018-12-07crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe
2018-12-07crypto: user - convert all stats from u32 to u64Corentin Labbe
2018-09-28crypto: user - Implement a generic crypto statisticsCorentin Labbe
2018-09-04crypto: hash - Remove VLA usageKees Cook
2018-03-16crypto: hash - Prevent use of req->result in ahash updateKamil Konieczny
2018-01-12crypto: doc - clear htmldocs build warnings for crypto/hashtcharding
2018-01-12crypto: hash - prevent using keyed hashes without setting keyEric Biggers
2017-09-22crypto: doc - clarify return values for async hash methodsKamil Konieczny
2017-02-03crypto: doc - Fix hash export state informationRabin Vincent
2016-12-13crypto: doc - fix source comments for SphinxStephan Mueller
2016-04-15crypto: doc - document correct return value for request allocationEric Biggers
2016-02-06crypto: hash - Add helpers to return alg and driver namesHerbert Xu
2016-01-25crypto: hash - Add crypto_has_ahash helperHerbert Xu
2016-01-25crypto: hash - Add helpers to zero stack request/descriptorHerbert Xu
2016-01-18crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu
2015-10-20crypto: ahash - Add crypto_ahash_blocksizeHerbert Xu
2015-08-21crypto: hash - Add AHASH_REQUEST_ON_STACKHerbert Xu
2015-06-04crypto: doc - Fix typo in crypto-API.xmlMasanari Iida
2014-11-17crypto: doc - document uncovered member variablesStephan Mueller
2014-11-13crypto: doc - SHASH API documentationStephan Mueller
2014-11-13crypto: doc - AHASH API documentationStephan Mueller
2014-11-13crypto: doc - hash data structuresStephan Mueller
2014-10-14crypto: LLVMLinux: Add macro to remove use of VLAIS in crypto codeBehan Webster
2014-08-01crypto: Resolve shadow warningsMark Rustad
2009-07-15crypto: shash - Fix digest size offsetHerbert Xu
2009-07-15crypto: ahash - Add unaligned handling and default operationsHerbert Xu