summaryrefslogtreecommitdiff
path: root/include/crypto/internal/hash.h
AgeCommit message (Expand)Author
2025-05-23Revert "crypto: testmgr - Add hash export format testing"Herbert Xu
2025-05-19crypto: testmgr - Add hash export format testingHerbert Xu
2025-05-19crypto: hmac - Add ahash supportHerbert Xu
2025-05-19crypto: hash - Add export_core and import_core hooksHerbert Xu
2025-05-19crypto: hash - Move core export and import into internel/hash.hHerbert Xu
2025-05-05crypto: ahash - Add HASH_REQUEST_ZEROHerbert Xu
2025-05-05crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRTHerbert Xu
2025-04-28crypto: api - Add crypto_stack_request_init and initialise flags fullyHerbert Xu
2025-04-28crypto: api - Add crypto_request_clone and fbHerbert Xu
2025-04-23crypto: shash - Handle partial blocks in APIHerbert Xu
2025-04-16crypto: hash - Add HASH_REQUEST_ON_STACKHerbert Xu
2025-04-16crypto: ahash - Remove request chainingHerbert Xu
2025-04-12crypto: ahash - Disable request chainingHerbert Xu
2025-02-22crypto: ahash - Add virtual address supportHerbert Xu
2025-02-22crypto: hash - Add request chaining APIHerbert Xu
2025-01-04crypto: ahash - make hash walk functions private to ahash.cEric Biggers
2024-02-02crypto: ahash - unexport crypto_hash_alg_has_setkey()Eric Biggers
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