aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto/ahash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-19crypto: hmac - Add ahash supportHerbert Xu1-1/+9
2025-05-19crypto: shash - Set reqsize in shash_algHerbert Xu1-1/+0
2025-05-19crypto: ahash - Handle partial blocks in APIHerbert Xu1-279/+248
2025-05-19crypto: hash - Add export_core and import_core hooksHerbert Xu1-3/+19
2025-05-05crypto: ahash - Add core export and importHerbert Xu1-1/+24
2025-05-05crypto: ahash - Enforce MAX_SYNC_HASH_REQSIZE for sync ahashHerbert Xu1-9/+18
2025-05-05crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRTHerbert Xu1-3/+3
2025-04-28crypto: hash - Fix clone error handlingHerbert Xu1-2/+17
2025-04-28crypto: api - Add crypto_request_clone and fbHerbert Xu1-27/+5
2025-04-16crypto: hash - Add HASH_REQUEST_ON_STACKHerbert Xu1-4/+102
2025-04-16crypto: api - Add support for duplicating algorithms before registrationHerbert Xu1-0/+1
2025-04-16crypto: ahash - Use cra_reqsizeHerbert Xu1-2/+2
2025-04-16crypto: ahash - Remove request chainingHerbert Xu1-137/+32
2025-04-12crypto: ahash - Disable request chainingHerbert Xu1-75/+1
2025-03-22crypto: hash - Fix synchronous ahash chaining fallbackHerbert Xu1-32/+28
2025-03-21crypto: hash - Use nth_page instead of doing it by handHerbert Xu1-2/+2
2025-03-21crypto: hash - Fix test underflow in shash_ahash_digestHerbert Xu1-16/+28
2025-02-22crypto: ahash - Set default reqsize from ahash_algHerbert Xu1-0/+4
2025-02-22crypto: ahash - Add virtual address supportHerbert Xu1-31/+251
2025-02-22crypto: hash - Add request chaining APIHerbert Xu1-26/+235
2025-02-22crypto: ahash - Only save callback and data in ahash_save_reqHerbert Xu1-62/+35
2025-02-22crypto: ahash - use str_yes_no() helper in crypto_ahash_show()Thorsten Blum1-2/+3
2025-01-04crypto: ahash - make hash walk functions private to ahash.cEric Biggers1-71/+87
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers1-58/+5
2024-03-13Revert "crypto: remove CONFIG_CRYPTO_STATS"Herbert Xu1-5/+58
2024-03-01crypto: remove CONFIG_CRYPTO_STATSEric Biggers1-58/+5
2024-02-02crypto: ahash - unexport crypto_hash_alg_has_setkey()Eric Biggers1-11/+10
2023-11-07crypto: ahash - Set using_shash for cloned ahash wrapper over shashDmitry Safonov1-0/+1
2023-10-27crypto: ahash - optimize performance when wrapping shashEric Biggers1-140/+145
2023-10-27crypto: ahash - check for shash type instead of not ahash typeEric Biggers1-5/+3
2023-10-27crypto: hash - move "ahash wrapping shash" functions to ahash.cEric Biggers1-0/+186
2023-10-27crypto: ahash - improve file commentEric Biggers1-2/+6
2023-10-27crypto: ahash - remove struct ahash_request_privEric Biggers1-8/+0
2023-10-27crypto: ahash - remove support for nonzero alignmaskEric Biggers1-109/+8
2023-09-20crypto: hash - Hide CRYPTO_ALG_TYPE_AHASH_MASKHerbert Xu1-0/+2
2023-05-12crypto: hash - Make crypto_ahash_alg helper availableHerbert Xu1-6/+0
2023-05-12crypto: hash - Add statesize to crypto_ahashHerbert Xu1-0/+3
2023-05-02crypto: api - Fix CRYPTO_USER checks for report functionOndrej Mosnacek1-1/+1
2023-04-20crypto: hash - Add crypto_clone_ahash/shashHerbert Xu1-0/+51
2023-03-14crypto: api - Check CRYPTO_USER instead of NET for reportHerbert Xu1-8/+4
2023-03-14crypto: hash - Count error stats differentlyHerbert Xu1-33/+48
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu1-6/+6
2023-02-13crypto: hash - Use crypto_request_completeHerbert Xu1-105/+74
2022-12-30crypto: scatterwalk - use kmap_local() not kmap_atomic()Ard Biesheuvel1-2/+2
2020-08-28crypto: ahash - Add init_tfm/exit_tfmHerbert Xu1-1/+12
2020-08-21crypto: hash - Remove unused async iteratorsIra Weiny1-37/+4
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-2/+2
2020-01-09crypto: algapi - enforce that all instances have a ->free() methodEric Biggers1-0/+3
2020-01-09crypto: algapi - remove crypto_template::{alloc,free}()Eric Biggers1-5/+0
2020-01-09crypto: hash - add support for new way of freeing instancesEric Biggers1-0/+13
OSZAR »