summaryrefslogtreecommitdiffstats
path: root/crypto/ahash.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "crypto: remove CONFIG_CRYPTO_STATS"Herbert Xu2024-03-131-5/+58
* crypto: remove CONFIG_CRYPTO_STATSEric Biggers2024-03-011-58/+5
* crypto: ahash - unexport crypto_hash_alg_has_setkey()Eric Biggers2024-02-021-11/+10
* crypto: ahash - Set using_shash for cloned ahash wrapper over shashDmitry Safonov2023-11-071-0/+1
* crypto: ahash - optimize performance when wrapping shashEric Biggers2023-10-271-140/+145
* crypto: ahash - check for shash type instead of not ahash typeEric Biggers2023-10-271-5/+3
* crypto: hash - move "ahash wrapping shash" functions to ahash.cEric Biggers2023-10-271-0/+186
* crypto: ahash - improve file commentEric Biggers2023-10-271-2/+6
* crypto: ahash - remove struct ahash_request_privEric Biggers2023-10-271-8/+0
* crypto: ahash - remove support for nonzero alignmaskEric Biggers2023-10-271-109/+8
* crypto: hash - Hide CRYPTO_ALG_TYPE_AHASH_MASKHerbert Xu2023-09-201-0/+2
* crypto: hash - Make crypto_ahash_alg helper availableHerbert Xu2023-05-121-6/+0
* crypto: hash - Add statesize to crypto_ahashHerbert Xu2023-05-121-0/+3
* crypto: api - Fix CRYPTO_USER checks for report functionOndrej Mosnacek2023-05-021-1/+1
* crypto: hash - Add crypto_clone_ahash/shashHerbert Xu2023-04-201-0/+51
* crypto: api - Check CRYPTO_USER instead of NET for reportHerbert Xu2023-03-141-8/+4
* crypto: hash - Count error stats differentlyHerbert Xu2023-03-141-33/+48
* crypto: api - Use data directly in completion functionHerbert Xu2023-02-131-6/+6
* crypto: hash - Use crypto_request_completeHerbert Xu2023-02-131-105/+74
* crypto: scatterwalk - use kmap_local() not kmap_atomic()Ard Biesheuvel2022-12-301-2/+2
* crypto: ahash - Add init_tfm/exit_tfmHerbert Xu2020-08-281-1/+12
* crypto: hash - Remove unused async iteratorsIra Weiny2020-08-211-37/+4
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-2/+2
* crypto: algapi - enforce that all instances have a ->free() methodEric Biggers2020-01-091-0/+3
* crypto: algapi - remove crypto_template::{alloc,free}()Eric Biggers2020-01-091-5/+0
* crypto: hash - add support for new way of freeing instancesEric Biggers2020-01-091-0/+13
* crypto: ahash - unexport crypto_ahash_typeEric Biggers2020-01-091-2/+3
* crypto: algapi - remove obsoleted instance creation helpersEric Biggers2020-01-091-25/+0
* crypto: ahash - introduce crypto_grab_ahash()Eric Biggers2020-01-091-0/+9
* crypto: algapi - make unregistration functions return voidEric Biggers2019-12-201-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* crypto: ahash - fix another early termination in hash walkEric Biggers2019-02-081-7/+7
* crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2019-01-181-9/+19
* crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe2018-12-071-3/+14
* crypto: user - clean up report structure copyingEric Biggers2018-11-091-8/+4
* crypto: user - Implement a generic crypto statisticsCorentin Labbe2018-09-281-5/+16
* crypto: hash - Remove VLA usageKees Cook2018-09-041-2/+2
* crypto: ahash - Fix early termination in hash walkHerbert Xu2018-03-311-3/+4
* crypto: hash - Require export/import in ahashKamil Konieczny2018-02-151-16/+2
* crypto: hash - prevent using keyed hashes without setting keyEric Biggers2018-01-121-5/+17
* crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-01-121-0/+11
* crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef2017-11-031-9/+3
* crypto: hash - add crypto_(un)register_ahashes()Rabin Vincent2017-08-221-0/+29
* crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2017-04-101-29/+50
* crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza2017-01-131-1/+2
* crypto: ahash - Add padding in crypto_ahash_extsizeHerbert Xu2016-07-011-3/+3
* crypto: hash - Fix page length clamping in hash walkHerbert Xu2016-05-051-1/+2
* crypto: hash - Remove crypto_hash interfaceHerbert Xu2016-02-061-18/+0
* crypto: hash - Add crypto_has_ahash helperHerbert Xu2016-01-251-0/+6
* crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-01-181-1/+4