index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
ahash.c
Age
Commit message (
Expand
)
Author
2025-11-24
crypto: ahash - Zero positive err value in ahash_update_finish
Herbert Xu
2025-11-24
crypto: ahash - Fix crypto_ahash_import with partial block data
Herbert Xu
2025-09-21
crypto: remove nth_page() usage within SG entry
David Hildenbrand
2025-07-31
Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2025-06-26
crypto: ahash - make hash walk functions from ahash.c public
Harald Freudenberger
2025-06-23
crypto: ahash - Stop legacy tfms from using the set_virt fallback path
Herbert Xu
2025-06-18
crypto: ahash - Fix infinite recursion in ahash_def_finup
Herbert Xu
2025-06-11
crypto: ahash - Add support for drivers with no fallback
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
[next]