aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/hash.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: ahash - remove crypto_ahash_alignmaskGravatar Eric Biggers 1-6/+0
2023-10-27crypto: shash - remove crypto_shash_alignmaskGravatar Eric Biggers 1-6/+0
2023-10-27crypto: shash - eliminate indirect call for default import and exportGravatar Eric Biggers 1-13/+2
2023-05-12crypto: hash - Add statesize to crypto_ahashGravatar Herbert Xu 1-1/+2
2023-04-20crypto: hash - Add crypto_clone_ahash/shashGravatar Herbert Xu 1-0/+8
2023-04-06crypto: hash - Remove maximum statesize limitGravatar Herbert Xu 1-2/+0
2023-03-24crypto: hash - Fix kdoc errors about HASH_ALG_COMMONGravatar Herbert Xu 1-1/+2
2023-03-14crypto: hash - Count error stats differentlyGravatar Herbert Xu 1-20/+64
2022-08-02crypto: add crypto_has_shash()Gravatar Hannes Reinecke 1-0/+2
2021-05-28crypto: header - Fix spelling errorsGravatar Zhen Lei 1-1/+1
2021-03-13crypto: api - check for ERR pointers in crypto_destroy_tfm()Gravatar Ard Biesheuvel 1-0/+4
2021-01-22crypto - shash: reduce minimum alignment of shash_desc structureGravatar Ard Biesheuvel 1-4/+4
2020-08-28crypto: ahash - Remove AHASH_REQUEST_ON_STACKGravatar Herbert Xu 1-5/+0
2020-08-28crypto: ahash - Add init_tfm/exit_tfmGravatar Herbert Xu 1-0/+13
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-1/+1
2020-07-23crypto: hash - drop duplicated word in a commentGravatar Randy Dunlap 1-1/+1
2020-05-08crypto: hash - introduce crypto_shash_tfm_digest()Gravatar Eric Biggers 1-0/+19
2019-12-11crypto: shash - Add init_tfm/exit_tfm and verify descsizeGravatar Herbert Xu 1-0/+13
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportGravatar Ard Biesheuvel 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-05-17crypto: hash - fix incorrect HASH_MAX_DESCSIZEGravatar Eric Biggers 1-1/+7
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-2/+8
2018-12-07crypto: user - fix use_after_free of struct xxx_requestGravatar Corentin Labbe 1-27/+5
2018-12-07crypto: user - convert all stats from u32 to u64Gravatar Corentin Labbe 1-3/+3
2018-09-28crypto: user - Implement a generic crypto statisticsGravatar Corentin Labbe 1-1/+31
2018-09-04crypto: hash - Remove VLA usageGravatar Kees Cook 1-1/+5
2018-03-16crypto: hash - Prevent use of req->result in ahash updateGravatar Kamil Konieczny 1-4/+7
2018-01-12crypto: doc - clear htmldocs build warnings for crypto/hashGravatar tcharding 1-8/+4
2018-01-12crypto: hash - prevent using keyed hashes without setting keyGravatar Eric Biggers 1-10/+24
2017-09-22crypto: doc - clarify return values for async hash methodsGravatar Kamil Konieczny 1-12/+16
2017-02-03crypto: doc - Fix hash export state informationGravatar Rabin Vincent 1-6/+12
2016-12-13crypto: doc - fix source comments for SphinxGravatar Stephan Mueller 1-1/+1
2016-04-15crypto: doc - document correct return value for request allocationGravatar Eric Biggers 1-2/+1
2016-02-06crypto: hash - Add helpers to return alg and driver namesGravatar Herbert Xu 1-0/+20
2016-01-25crypto: hash - Add crypto_has_ahash helperGravatar Herbert Xu 1-0/+12
2016-01-25crypto: hash - Add helpers to zero stack request/descriptorGravatar Herbert Xu 1-0/+13
2016-01-18crypto: hash - Add crypto_ahash_has_setkeyGravatar Herbert Xu 1-0/+6
2015-10-20crypto: ahash - Add crypto_ahash_blocksizeGravatar Herbert Xu 1-0/+14
2015-08-21crypto: hash - Add AHASH_REQUEST_ON_STACKGravatar Herbert Xu 1-0/+5
2015-06-04crypto: doc - Fix typo in crypto-API.xmlGravatar Masanari Iida 1-1/+1
2014-11-17crypto: doc - document uncovered member variablesGravatar Stephan Mueller 1-1/+6
2014-11-13crypto: doc - SHASH API documentationGravatar Stephan Mueller 1-0/+164
2014-11-13crypto: doc - AHASH API documentationGravatar Stephan Mueller 1-0/+228
2014-11-13crypto: doc - hash data structuresGravatar Stephan Mueller 1-0/+95
2014-10-14crypto: LLVMLinux: Add macro to remove use of VLAIS in crypto codeGravatar Behan Webster 1-0/+5
2014-08-01crypto: Resolve shadow warningsGravatar Mark Rustad 1-2/+2
2009-07-15crypto: shash - Fix digest size offsetGravatar Herbert Xu 1-1/+2
2009-07-15crypto: ahash - Add unaligned handling and default operationsGravatar Herbert Xu 1-15/+8
2009-07-14crypto: ahash - Remove old_ahash_algGravatar Herbert Xu 1-2/+1
2009-07-14crypto: ahash - Convert to new style algorithmsGravatar Herbert Xu 1-31/+78