index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
crypto
/
ahash.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-08-21
crypto: hash - Remove unused async iterators
Ira Weiny
1
-37
/
+4
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
1
-2
/
+2
2020-01-09
crypto: algapi - enforce that all instances have a ->free() method
Eric Biggers
1
-0
/
+3
2020-01-09
crypto: algapi - remove crypto_template::{alloc,free}()
Eric Biggers
1
-5
/
+0
2020-01-09
crypto: hash - add support for new way of freeing instances
Eric Biggers
1
-0
/
+13
[next]
Otomatik - 86.109.7.149
CloudFlare DNS
Türk Telekom DNS
Google DNS
Open DNS
OSZAR »