index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
ahash.c
Age
Commit message (
Expand
)
Author
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
2023-02-13
crypto: hash - Use crypto_request_complete
Herbert Xu
2022-12-30
crypto: scatterwalk - use kmap_local() not kmap_atomic()
Ard Biesheuvel
[next]