index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
ahash.c
Age
Commit message (
Expand
)
Author
2025-06-18
crypto: ahash - Fix infinite recursion in ahash_def_finup
Herbert Xu
2025-05-19
crypto: hmac - Add ahash support
Herbert Xu
2025-05-19
crypto: shash - Set reqsize in shash_alg
Herbert Xu
2025-05-19
crypto: ahash - Handle partial blocks in API
Herbert Xu
2025-05-19
crypto: hash - Add export_core and import_core hooks
Herbert Xu
2025-05-05
crypto: ahash - Add core export and import
Herbert Xu
2025-05-05
crypto: ahash - Enforce MAX_SYNC_HASH_REQSIZE for sync ahash
Herbert Xu
2025-05-05
crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRT
Herbert Xu
2025-04-28
crypto: hash - Fix clone error handling
Herbert Xu
2025-04-28
crypto: api - Add crypto_request_clone and fb
Herbert Xu
2025-04-16
crypto: hash - Add HASH_REQUEST_ON_STACK
Herbert Xu
2025-04-16
crypto: api - Add support for duplicating algorithms before registration
Herbert Xu
2025-04-16
crypto: ahash - Use cra_reqsize
Herbert Xu
2025-04-16
crypto: ahash - Remove request chaining
Herbert Xu
2025-04-12
crypto: ahash - Disable request chaining
Herbert Xu
2025-03-22
crypto: hash - Fix synchronous ahash chaining fallback
Herbert Xu
2025-03-21
crypto: hash - Use nth_page instead of doing it by hand
Herbert Xu
2025-03-21
crypto: hash - Fix test underflow in shash_ahash_digest
Herbert Xu
2025-02-22
crypto: ahash - Set default reqsize from ahash_alg
Herbert Xu
2025-02-22
crypto: ahash - Add virtual address support
Herbert Xu
2025-02-22
crypto: hash - Add request chaining API
Herbert Xu
2025-02-22
crypto: ahash - Only save callback and data in ahash_save_req
Herbert Xu
2025-02-22
crypto: ahash - use str_yes_no() helper in crypto_ahash_show()
Thorsten Blum
2025-01-04
crypto: ahash - make hash walk functions private to ahash.c
Eric Biggers
2024-04-02
crypto: remove CONFIG_CRYPTO_STATS
Eric Biggers
2024-03-13
Revert "crypto: remove CONFIG_CRYPTO_STATS"
Herbert Xu
2024-03-01
crypto: remove CONFIG_CRYPTO_STATS
Eric Biggers
2024-02-02
crypto: ahash - unexport crypto_hash_alg_has_setkey()
Eric Biggers
2023-11-07
crypto: ahash - Set using_shash for cloned ahash wrapper over shash
Dmitry Safonov
2023-10-27
crypto: ahash - optimize performance when wrapping shash
Eric Biggers
2023-10-27
crypto: ahash - check for shash type instead of not ahash type
Eric Biggers
2023-10-27
crypto: hash - move "ahash wrapping shash" functions to ahash.c
Eric Biggers
2023-10-27
crypto: ahash - improve file comment
Eric Biggers
2023-10-27
crypto: ahash - remove struct ahash_request_priv
Eric Biggers
2023-10-27
crypto: ahash - remove support for nonzero alignmask
Eric Biggers
2023-09-20
crypto: hash - Hide CRYPTO_ALG_TYPE_AHASH_MASK
Herbert Xu
2023-05-12
crypto: hash - Make crypto_ahash_alg helper available
Herbert Xu
2023-05-12
crypto: hash - Add statesize to crypto_ahash
Herbert Xu
2023-05-02
crypto: api - Fix CRYPTO_USER checks for report function
Ondrej Mosnacek
2023-04-20
crypto: hash - Add crypto_clone_ahash/shash
Herbert Xu
2023-03-14
crypto: api - Check CRYPTO_USER instead of NET for report
Herbert Xu
2023-03-14
crypto: hash - Count error stats differently
Herbert Xu
2023-02-13
crypto: api - Use data directly in completion function
Herbert Xu
2023-02-13
crypto: hash - Use crypto_request_complete
Herbert Xu
2022-12-30
crypto: scatterwalk - use kmap_local() not kmap_atomic()
Ard Biesheuvel
2020-08-28
crypto: ahash - Add init_tfm/exit_tfm
Herbert Xu
2020-08-21
crypto: hash - Remove unused async iterators
Ira Weiny
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-01-09
crypto: algapi - enforce that all instances have a ->free() method
Eric Biggers
2020-01-09
crypto: algapi - remove crypto_template::{alloc,free}()
Eric Biggers
[next]