summaryrefslogtreecommitdiffstats
path: root/include/crypto/hash.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove CONFIG_CRYPTO_STATSEric Biggers2024-04-021-22/+0
* crypto: shash - remove excess kerneldoc membersVegard Nossum2023-12-291-4/+0
* crypto: ahash - optimize performance when wrapping shashEric Biggers2023-10-271-63/+5
* crypto: ahash - remove crypto_ahash_alignmaskEric Biggers2023-10-271-6/+0
* crypto: shash - remove crypto_shash_alignmaskEric Biggers2023-10-271-6/+0
* crypto: shash - eliminate indirect call for default import and exportEric Biggers2023-10-271-13/+2
* crypto: hash - Add statesize to crypto_ahashHerbert Xu2023-05-121-1/+2
* crypto: hash - Add crypto_clone_ahash/shashHerbert Xu2023-04-201-0/+8
* crypto: hash - Remove maximum statesize limitHerbert Xu2023-04-061-2/+0
* crypto: hash - Fix kdoc errors about HASH_ALG_COMMONHerbert Xu2023-03-241-1/+2
* crypto: hash - Count error stats differentlyHerbert Xu2023-03-141-20/+64
* crypto: add crypto_has_shash()Hannes Reinecke2022-08-021-0/+2
* crypto: header - Fix spelling errorsZhen Lei2021-05-281-1/+1
* crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel2021-03-131-0/+4
* crypto - shash: reduce minimum alignment of shash_desc structureArd Biesheuvel2021-01-221-4/+4
* crypto: ahash - Remove AHASH_REQUEST_ON_STACKHerbert Xu2020-08-281-5/+0
* crypto: ahash - Add init_tfm/exit_tfmHerbert Xu2020-08-281-0/+13
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* crypto: hash - drop duplicated word in a commentRandy Dunlap2020-07-231-1/+1
* crypto: hash - introduce crypto_shash_tfm_digest()Eric Biggers2020-05-081-0/+19
* crypto: shash - Add init_tfm/exit_tfm and verify descsizeHerbert Xu2019-12-111-0/+13
* crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel2019-11-171-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* crypto: hash - fix incorrect HASH_MAX_DESCSIZEEric Biggers2019-05-171-1/+7
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+8
* crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe2018-12-071-27/+5
* crypto: user - convert all stats from u32 to u64Corentin Labbe2018-12-071-3/+3
* crypto: user - Implement a generic crypto statisticsCorentin Labbe2018-09-281-1/+31
* crypto: hash - Remove VLA usageKees Cook2018-09-041-1/+5
* crypto: hash - Prevent use of req->result in ahash updateKamil Konieczny2018-03-161-4/+7
* crypto: doc - clear htmldocs build warnings for crypto/hashtcharding2018-01-121-8/+4
* crypto: hash - prevent using keyed hashes without setting keyEric Biggers2018-01-121-10/+24
* crypto: doc - clarify return values for async hash methodsKamil Konieczny2017-09-221-12/+16
* 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