index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ahash.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-31
Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-22
/
+17
2025-06-26
crypto: ahash - make hash walk functions from ahash.c public
Harald Freudenberger
1
-21
/
+5
2025-06-23
crypto: ahash - Stop legacy tfms from using the set_virt fallback path
Herbert Xu
1
-0
/
+3
2025-06-18
crypto: ahash - Fix infinite recursion in ahash_def_finup
Herbert Xu
1
-1
/
+3
2025-06-11
crypto: ahash - Add support for drivers with no fallback
Herbert Xu
1
-1
/
+9
2025-05-19
crypto: hmac - Add ahash support
Herbert Xu
1
-1
/
+9
2025-05-19
crypto: shash - Set reqsize in shash_alg
Herbert Xu
1
-1
/
+0
2025-05-19
crypto: ahash - Handle partial blocks in API
Herbert Xu
1
-279
/
+248
2025-05-19
crypto: hash - Add export_core and import_core hooks
Herbert Xu
1
-3
/
+19
2025-05-05
crypto: ahash - Add core export and import
Herbert Xu
1
-1
/
+24
2025-05-05
crypto: ahash - Enforce MAX_SYNC_HASH_REQSIZE for sync ahash
Herbert Xu
1
-9
/
+18
2025-05-05
crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRT
Herbert Xu
1
-3
/
+3
2025-04-28
crypto: hash - Fix clone error handling
Herbert Xu
1
-2
/
+17
2025-04-28
crypto: api - Add crypto_request_clone and fb
Herbert Xu
1
-27
/
+5
2025-04-16
crypto: hash - Add HASH_REQUEST_ON_STACK
Herbert Xu
1
-4
/
+102
2025-04-16
crypto: api - Add support for duplicating algorithms before registration
Herbert Xu
1
-0
/
+1
2025-04-16
crypto: ahash - Use cra_reqsize
Herbert Xu
1
-2
/
+2
2025-04-16
crypto: ahash - Remove request chaining
Herbert Xu
1
-137
/
+32
2025-04-12
crypto: ahash - Disable request chaining
Herbert Xu
1
-75
/
+1
2025-03-22
crypto: hash - Fix synchronous ahash chaining fallback
Herbert Xu
1
-32
/
+28
2025-03-21
crypto: hash - Use nth_page instead of doing it by hand
Herbert Xu
1
-2
/
+2
2025-03-21
crypto: hash - Fix test underflow in shash_ahash_digest
Herbert Xu
1
-16
/
+28
2025-02-22
crypto: ahash - Set default reqsize from ahash_alg
Herbert Xu
1
-0
/
+4
2025-02-22
crypto: ahash - Add virtual address support
Herbert Xu
1
-31
/
+251
2025-02-22
crypto: hash - Add request chaining API
Herbert Xu
1
-26
/
+235
2025-02-22
crypto: ahash - Only save callback and data in ahash_save_req
Herbert Xu
1
-62
/
+35
2025-02-22
crypto: ahash - use str_yes_no() helper in crypto_ahash_show()
Thorsten Blum
1
-2
/
+3
2025-01-04
crypto: ahash - make hash walk functions private to ahash.c
Eric Biggers
1
-71
/
+87
2024-04-02
crypto: remove CONFIG_CRYPTO_STATS
Eric Biggers
1
-58
/
+5
2024-03-13
Revert "crypto: remove CONFIG_CRYPTO_STATS"
Herbert Xu
1
-5
/
+58
2024-03-01
crypto: remove CONFIG_CRYPTO_STATS
Eric Biggers
1
-58
/
+5
2024-02-02
crypto: ahash - unexport crypto_hash_alg_has_setkey()
Eric Biggers
1
-11
/
+10
2023-11-07
crypto: ahash - Set using_shash for cloned ahash wrapper over shash
Dmitry Safonov
1
-0
/
+1
2023-10-27
crypto: ahash - optimize performance when wrapping shash
Eric Biggers
1
-140
/
+145
2023-10-27
crypto: ahash - check for shash type instead of not ahash type
Eric Biggers
1
-5
/
+3
2023-10-27
crypto: hash - move "ahash wrapping shash" functions to ahash.c
Eric Biggers
1
-0
/
+186
2023-10-27
crypto: ahash - improve file comment
Eric Biggers
1
-2
/
+6
2023-10-27
crypto: ahash - remove struct ahash_request_priv
Eric Biggers
1
-8
/
+0
2023-10-27
crypto: ahash - remove support for nonzero alignmask
Eric Biggers
1
-109
/
+8
2023-09-20
crypto: hash - Hide CRYPTO_ALG_TYPE_AHASH_MASK
Herbert Xu
1
-0
/
+2
2023-05-12
crypto: hash - Make crypto_ahash_alg helper available
Herbert Xu
1
-6
/
+0
2023-05-12
crypto: hash - Add statesize to crypto_ahash
Herbert Xu
1
-0
/
+3
2023-05-02
crypto: api - Fix CRYPTO_USER checks for report function
Ondrej Mosnacek
1
-1
/
+1
2023-04-20
crypto: hash - Add crypto_clone_ahash/shash
Herbert Xu
1
-0
/
+51
2023-03-14
crypto: api - Check CRYPTO_USER instead of NET for report
Herbert Xu
1
-8
/
+4
2023-03-14
crypto: hash - Count error stats differently
Herbert Xu
1
-33
/
+48
2023-02-13
crypto: api - Use data directly in completion function
Herbert Xu
1
-6
/
+6
2023-02-13
crypto: hash - Use crypto_request_complete
Herbert Xu
1
-105
/
+74
2022-12-30
crypto: scatterwalk - use kmap_local() not kmap_atomic()
Ard Biesheuvel
1
-2
/
+2
2020-08-28
crypto: ahash - Add init_tfm/exit_tfm
Herbert Xu
1
-1
/
+12
[next]