summaryrefslogtreecommitdiff
path: root/include/crypto/internal/hash.h
AgeCommit message (Expand)Author
2023-10-27crypto: ahash - remove support for nonzero alignmaskEric Biggers
2023-10-27crypto: shash - remove crypto_shash_ctx_aligned()Eric Biggers
2023-05-12crypto: hash - Make crypto_ahash_alg helper availableHerbert Xu
2023-05-12crypto: hash - Add statesize to crypto_ahashHerbert Xu
2023-04-20crypto: hash - Add crypto_clone_ahash/shashHerbert Xu
2023-02-13crypto: hash - Use crypto_request_completeHerbert Xu
2022-12-02crypto: hash - Add ctx helpers with DMA alignmentHerbert Xu
2022-11-25Revert "crypto: shash - avoid comparing pointers to exported functions under ...Eric Biggers
2021-06-17crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel
2020-08-28crypto: ahash - Add ahash_alg_instanceHerbert Xu
2020-08-21crypto: hash - Remove unused async iteratorsIra Weiny
2020-01-09crypto: shash - convert shash_free_instance() to new styleEric 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
2020-01-09crypto: shash - introduce crypto_grab_shash()Eric Biggers
2020-01-09crypto: ahash - make struct ahash_instance be the full sizeEric Biggers
2020-01-09crypto: shash - make struct shash_instance be the full sizeEric Biggers
2019-12-20crypto: algapi - make unregistration functions return voidEric Biggers
2019-12-11crypto: hmac - Use init_tfm/exit_tfm interfaceHerbert Xu
2019-12-11crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithmsEric Biggers
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-30crypto: algapi - remove crypto_tfm_in_queue()Eric Biggers
2019-01-11crypto: algapi - remove crypto_alloc_instance()Eric Biggers
2018-02-15crypto: mcryptd - remove pointless wrapper functionsEric Biggers
2018-01-12crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers
2017-11-29crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers
2017-08-22crypto: hash - add crypto_(un)register_ahashes()Rabin Vincent
2017-04-10crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu
2016-06-23crypto: sha1-mb - async implementation for sha1-mbMegha Dey
2016-02-06crypto: hash - Remove crypto_hash interfaceHerbert Xu
2014-08-25crypto: sha-mb - multibuffer crypto infrastructureTim Chen
2014-05-21crypto: hash - Add real ahash walk interfaceHerbert Xu
2012-08-01crypto: add crypto_[un]register_shashes for [un]registering multiple shash en...Jussi Kivilinna
2009-07-15crypto: ahash - Add unaligned handling and default operationsHerbert Xu
2009-07-14crypto: ahash - Remove old_ahash_algHerbert Xu
2009-07-14crypto: crypto4xx - Switch to new style ahashHerbert Xu
2009-07-14crypto: hash - Add helpers to free spawnsHerbert Xu
2009-07-14crypto: ahash - Add instance/spawn supportHerbert Xu
2009-07-14crypto: ahash - Convert to new style algorithmsHerbert Xu
2009-07-14crypto: ahash - Add crypto_ahash_set_reqsizeHerbert Xu
2009-07-14crypto: shash - Export async functionsHerbert Xu
2009-07-14crypto: shash - Make descsize a run-time attributeHerbert Xu
2009-07-09crypto: shash - Add shash_instance_ctxHerbert Xu
2009-07-08crypto: shash - Add __crypto_shash_castHerbert Xu
2009-07-08crypto: shash - Add crypto_shash_ctx_alignedHerbert Xu
2009-07-08crypto: shash - Add shash_register_instanceHerbert Xu
2009-07-08crypto: shash - Add shash_attr_alg2 helperHerbert Xu