summaryrefslogtreecommitdiff
path: root/crypto/ahash.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: ahash - ensure statesize is non-zeroRussell King2015-10-131-1/+2
* crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica2015-01-261-1/+1
* crypto: ahash - fixed style error in ahash.cJoshua I. James2014-12-221-0/+1
* crypto: hash - initialize entry len for null input in crypto hash sg list walkTim Chen2014-08-251-3/+9
* crypto: hash - Add real ahash walk interfaceHerbert Xu2014-05-211-5/+36
* crypto: hash - Simplify the ahash_finup implementationMarek Vasut2014-03-211-27/+9
* crypto: hash - Pull out the functions to save/restore requestMarek Vasut2014-03-211-45/+62
* crypto: hash - Fix the pointer voodoo in unaligned ahashMarek Vasut2014-03-211-7/+49
* crypto: ahash - Fully restore ahash request before completingMarek Vasut2014-01-051-1/+4
* crypto: user - fix info leaks in report APIMathias Krause2013-02-191-1/+1
* crypto: Stop using NLA_PUT*().David S. Miller2012-04-021-3/+3
* crypto: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* crypto: algapi - Fix build problem with NET disabledHerbert Xu2011-11-111-0/+7