.3'/>
summaryrefslogtreecommitdiff
path: root/crypto/ahash.c
AgeCommit message (Expand)Author
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu
2023-02-13crypto: hash - Use crypto_request_completeHerbert Xu
2022-12-30crypto: scatterwalk - use kmap_local() not kmap_atomic()Ard Biesheuvel
2020-08-28crypto: ahash - Add init_tfm/exit_tfmHerbert Xu
2020-08-21crypto: hash - Remove unused async iteratorsIra Weiny
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-01-09crypto: algapi - enforce that all instances have a ->free() methodEric Biggers
2020-01-09crypto: algapi - remove crypto_template::{alloc,free}()Eric Biggers
2020-01-09crypto: hash - add support for new way of freeing instancesEric Biggers
2020-01-09crypto: ahash - unexport crypto_ahash_typeEric Biggers
2020-01-09crypto: algapi - remove obsoleted instance creation helpersEric Biggers
2020-01-09crypto: ahash - introduce crypto_grab_ahash()Eric Biggers
2019-12-20crypto: algapi - make unregistration functions return voidEric Biggers