aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/internal/hash.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-26crypto: ahash - Add crypto_ahash_tested() helper functionHarald Freudenberger1-0/+7
2025-06-26crypto: ahash - make hash walk functions from ahash.c publicHarald Freudenberger1-0/+23
2025-06-23crypto: ahash - Stop legacy tfms from using the set_virt fallback pathHerbert Xu1-0/+6
2025-05-23Revert "crypto: testmgr - Add hash export format testing"Herbert Xu1-6/+0
2025-05-19crypto: testmgr - Add hash export format testingHerbert Xu1-0/+6
2025-05-19crypto: hmac - Add ahash supportHerbert Xu1-0/+9
2025-05-19crypto: hash - Add export_core and import_core hooksHerbert Xu1-0/+3
2025-05-19crypto: hash - Move core export and import into internel/hash.hHerbert Xu1-0/+48
2025-05-05crypto: ahash - Add HASH_REQUEST_ZEROHerbert Xu1-0/+4
2025-05-05crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRTHerbert Xu1-2/+2
2025-04-28crypto: api - Add crypto_stack_request_init and initialise flags fullyHerbert Xu1-2/+2
2025-04-28crypto: api - Add crypto_request_clone and fbHerbert Xu1-1/+6
2025-04-23crypto: shash - Handle partial blocks in APIHerbert Xu1-0/+15
2025-04-16crypto: hash - Add HASH_REQUEST_ON_STACKHerbert Xu1-1/+25
2025-04-16crypto: ahash - Remove request chainingHerbert Xu1-5/+0
2025-04-12crypto: ahash - Disable request chainingHerbert Xu1-1/+1
2025-02-22crypto: ahash - Add virtual address supportHerbert Xu1-0/+5
2025-02-22crypto: hash - Add request chaining APIHerbert Xu1-0/+10
2025-01-04crypto: ahash - make hash walk functions private to ahash.cEric Biggers1-23/+0
2024-02-02crypto: ahash - unexport crypto_hash_alg_has_setkey()Eric Biggers1-2/+0
2023-10-27crypto: ahash - remove support for nonzero alignmaskEric Biggers1-3/+1
2023-10-27crypto: shash - remove crypto_shash_ctx_aligned()Eric Biggers1-5/+0
2023-05-12crypto: hash - Make crypto_ahash_alg helper availableHerbert Xu1-0/+6
2023-05-12crypto: hash - Add statesize to crypto_ahashHerbert Xu1-0/+6
2023-04-20crypto: hash - Add crypto_clone_ahash/shashHerbert Xu1-2/+0
2023-02-13crypto: hash - Use crypto_request_completeHerbert Xu1-1/+1
2022-12-02crypto: hash - Add ctx helpers with DMA alignmentHerbert Xu1-0/+22
2022-11-25Revert "crypto: shash - avoid comparing pointers to exported functions under ...Eric Biggers1-1/+7
2021-06-17crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel1-7/+1
2020-08-28crypto: ahash - Add ahash_alg_instanceHerbert Xu1-0/+6
2020-08-21crypto: hash - Remove unused async iteratorsIra Weiny1-13/+0
2020-01-09crypto: shash - convert shash_free_instance() to new styleEric Biggers1-1/+1
2020-01-09crypto: hash - add support for new way of freeing instancesEric Biggers1-0/+2
2020-01-09crypto: ahash - unexport crypto_ahash_typeEric Biggers1-2/+0
2020-01-09crypto: algapi - remove obsoleted instance creation helpersEric Biggers1-31/+0
2020-01-09crypto: ahash - introduce crypto_grab_ahash()Eric Biggers1-0/+10
2020-01-09crypto: shash - introduce crypto_grab_shash()Eric Biggers1-0/+10
2020-01-09crypto: ahash - make struct ahash_instance be the full sizeEric Biggers1-3/+9
2020-01-09crypto: shash - make struct shash_instance be the full sizeEric Biggers1-4/+9
2019-12-20crypto: algapi - make unregistration functions return voidEric Biggers1-3/+3
2019-12-11crypto: hmac - Use init_tfm/exit_tfm interfaceHerbert Xu1-0/+6
2019-12-11crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithmsEric Biggers1-0/+6
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-6/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-30crypto: algapi - remove crypto_tfm_in_queue()Eric Biggers1-6/+0
2019-01-11crypto: algapi - remove crypto_alloc_instance()Eric Biggers1-3/+3
2018-02-15crypto: mcryptd - remove pointless wrapper functionsEric Biggers1-5/+0
2018-01-12crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers1-0/+2
2017-11-29crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers1-0/+8
2017-08-22crypto: hash - add crypto_(un)register_ahashes()Rabin Vincent1-0/+2
2017-04-10crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu1-0/+10
2016-06-23crypto: sha1-mb - async implementation for sha1-mbMegha Dey1-8/+4
2016-02-06crypto: hash - Remove crypto_hash interfaceHerbert Xu1-3/+0
2014-08-25crypto: sha-mb - multibuffer crypto infrastructureTim Chen1-0/+9
2014-05-21crypto: hash - Add real ahash walk interfaceHerbert Xu1-0/+13
2012-08-01crypto: add crypto_[un]register_shashes for [un]registering multiple shash en...Jussi Kivilinna1-0/+2
2009-07-15crypto: ahash - Add unaligned handling and default operationsHerbert Xu1-0/+6
2009-07-14crypto: ahash - Remove old_ahash_algHerbert Xu1-6/+0
2009-07-14crypto: crypto4xx - Switch to new style ahashHerbert Xu1-0/+6
2009-07-14crypto: hash - Add helpers to free spawnsHerbert Xu1-0/+10
2009-07-14crypto: ahash - Add instance/spawn supportHerbert Xu1-0/+51
2009-07-14crypto: ahash - Convert to new style algorithmsHerbert Xu1-3/+8
2009-07-14crypto: ahash - Add crypto_ahash_set_reqsizeHerbert Xu1-0/+6
2009-07-14crypto: shash - Export async functionsHerbert Xu1-0/+3
2009-07-14crypto: shash - Make descsize a run-time attributeHerbert Xu1-1/+1
2009-07-09crypto: shash - Add shash_instance_ctxHerbert Xu1-0/+5
2009-07-08crypto: shash - Add __crypto_shash_castHerbert Xu1-0/+5
2009-07-08crypto: shash - Add crypto_shash_ctx_alignedHerbert Xu1-0/+5
2009-07-08crypto: shash - Add shash_register_instanceHerbert Xu1-1/+2
2009-07-08crypto: shash - Add shash_attr_alg2 helperHerbert Xu1-0/+2
2009-07-08crypto: shash - Add spawn supportHerbert Xu1-0/+14
2009-07-08crypto: shash - Add shash_instanceHerbert Xu1-0/+26
2008-12-25crypto: hash - Export shash through hashHerbert Xu1-0/+3
2008-12-25crypto: hash - Add import/export interfaceHerbert Xu1-5/+0
2008-12-25crypto: hash - Add shash interfaceHerbert Xu1-0/+8
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu1-0/+37
2008-07-10crypto: hash - Added scatter list walking helperHerbert Xu1-0/+41