summaryrefslogtreecommitdiff
path: root/crypto/ahash.c
AgeCommit message (Expand)Author
2025-06-18crypto: ahash - Fix infinite recursion in ahash_def_finupHerbert Xu
2025-05-19crypto: hmac - Add ahash supportHerbert Xu
2025-05-19crypto: shash - Set reqsize in shash_algHerbert Xu
2025-05-19crypto: ahash - Handle partial blocks in APIHerbert Xu
2025-05-19crypto: hash - Add export_core and import_core hooksHerbert Xu
2025-05-05crypto: ahash - Add core export and importHerbert Xu
2025-05-05crypto: ahash - Enforce MAX_SYNC_HASH_REQSIZE for sync ahashHerbert Xu
2025-05-05crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRTHerbert Xu
2025-04-28crypto: hash - Fix clone error handlingHerbert Xu
2025-04-28crypto: api - Add crypto_request_clone and fbHerbert Xu
2025-04-16crypto: hash - Add HASH_REQUEST_ON_STACKHerbert Xu
2025-04-16crypto: api - Add support for duplicating algorithms before registrationHerbert Xu
2025-04-16crypto: ahash - Use cra_reqsizeHerbert Xu
2025-04-16crypto: ahash - Remove request chainingHerbert Xu
2025-04-12crypto: ahash - Disable request chainingHerbert Xu
2025-03-22crypto: hash - Fix synchronous ahash chaining fallbackHerbert Xu
2025-03-21crypto: hash - Use nth_page instead of doing it by handHerbert Xu
2025-03-21crypto: hash - Fix test underflow in shash_ahash_digestHerbert Xu
2025-02-22crypto: ahash - Set default reqsize from ahash_algHerbert Xu
2025-02-22crypto: ahash - Add virtual address supportHerbert Xu
2025-02-22crypto: hash - Add request chaining APIHerbert Xu
2025-02-22crypto: ahash - Only save callback and data in ahash_save_reqHerbert Xu
2025-02-22crypto: ahash - use str_yes_no() helper in crypto_ahash_show()Thorsten Blum
2025-01-04crypto: ahash - make hash walk functions private to ahash.cEric Biggers
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers
2024-03-13Revert "crypto: remove CONFIG_CRYPTO_STATS"Herbert Xu
2024-03-01crypto: remove CONFIG_CRYPTO_STATSEric Biggers
2024-02-02crypto: ahash - unexport crypto_hash_alg_has_setkey()Eric Biggers
2023-11-07crypto: ahash - Set using_shash for cloned ahash wrapper over shashDmitry Safonov
2023-10-27crypto: ahash - optimize performance when wrapping shashEric Biggers
2023-10-27crypto: ahash - check for shash type instead of not ahash typeEric Biggers
2023-10-27crypto: hash - move "ahash wrapping shash" functions to ahash.cEric Biggers
2023-10-27crypto: ahash - improve file commentEric Biggers
2023-10-27crypto: ahash - remove struct ahash_request_privEric Biggers
2023-10-27crypto: ahash - remove support for nonzero alignmaskEric Biggers
2023-09-20crypto: hash - Hide CRYPTO_ALG_TYPE_AHASH_MASKHerbert Xu
2023-05-12crypto: hash - Make crypto_ahash_alg helper availableHerbert Xu
2023-05-12crypto: hash - Add statesize to crypto_ahashHerbert Xu
2023-05-02crypto: api - Fix CRYPTO_USER checks for report functionOndrej Mosnacek
2023-04-20crypto: hash - Add crypto_clone_ahash/shashHerbert Xu
2023-03-14crypto: api - Check CRYPTO_USER instead of NET for reportHerbert Xu
2023-03-14crypto: hash - Count error stats differentlyHerbert Xu
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