index
:
pub/scm/linux/kernel/git/rui/linux.git
master
Huang Rui AMD Stuff
Huang Rui
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
caamalg_qi2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-07
crypto: caam - use print_hex_dump_devel to guard key hex dumps
Thorsten Blum
1
-6
/
+6
2026-04-15
Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-10
/
+7
2026-03-27
crypto: caam - guard HMAC key hex dumps in hash_digest_key
Thorsten Blum
1
-2
/
+2
2026-03-26
crypto: caam - fix overflow on long hmac keys
Horia Geantă
1
-1
/
+2
2026-02-28
crypto: caam - Replace snprintf with strscpy in caam_hash_alloc
Thorsten Blum
1
-8
/
+5
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+3
2026-01-31
crypto: caam - fix netdev memory leak in dpaa2_caam_probe
Jianpeng Chang
1
-12
/
+15
2025-02-09
crypto: drivers - Use str_enable_disable-like helpers
Krzysztof Kozlowski
1
-1
/
+2
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-08-10
crypto: caam/qi* - Use cpumask_var_t instead of cpumask_t
Herbert Xu
1
-5
/
+12
2024-07-04
crypto: caam: Unembed net_dev structure in dpaa2
Breno Leitao
1
-3
/
+25
2024-01-26
crypto: caam - fix asynchronous hash
Gaurav Jain
1
-2
/
+5
2023-10-01
crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failure
Gaurav Jain
1
-1
/
+2
2023-05-30
bus: fsl-mc: Make remove function return void
Uwe Kleine-König
1
-3
/
+1
2023-01-27
crypto: caam - Use ahash_request_complete
Herbert Xu
1
-4
/
+4
2023-01-06
crypto: caam - Remove GFP_DMA and add DMA alignment padding
Herbert Xu
1
-19
/
+29
2022-12-02
crypto: caam - Set DMA alignment explicitly
Herbert Xu
1
-86
/
+87
2022-07-15
crypto: caam/qi2 - switch to netif_napi_add_tx_weight()
Jakub Kicinski
1
-2
/
+3
2022-06-30
crypto: caam - drop unexpected word 'a' in comments
Jiang Jian
1
-1
/
+1
2021-11-20
crypto: caam - replace this_cpu_ptr with raw_cpu_ptr
Meng Li
1
-1
/
+1
2021-03-26
crypto: caam - Provide the name of the function and provide missing descriptions
Lee Jones
1
-0
/
+3
2020-11-06
crypto: caam - fix printing on xts fallback allocation error path
Horia Geantă
1
-1
/
+2
2020-10-02
crypto: caam/qi2 - add support for XTS with 16B IV
Andrei Botila
1
-5
/
+10
2020-10-02
crypto: caam - add xts check for block length equal to zero
Andrei Botila
1
-2
/
+12
2020-10-02
crypto: caam/qi2 - add support for more XTS key lengths
Andrei Botila
1
-4
/
+12
2020-10-02
crypto: caam/qi2 - add fallback for XTS with more than 8B IV
Andrei Botila
1
-5
/
+75
2020-09-18
crypto: caam - Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-2
/
+1
2020-09-18
crypto: caam - Fix kerneldoc
Krzysztof Kozlowski
1
-2
/
+2
2020-07-31
crypto: caam/qi2 - add module alias
Horia Geantă
1
-0
/
+1
2020-07-31
crypto: caam - silence .setkey in case of bad key length
Horia Geantă
1
-1
/
+1
2020-07-31
crypto: caam/qi2 - create ahash shared descriptors only once
Horia Geantă
1
-1
/
+5
2020-07-31
crypto: caam/qi2 - fix error reporting for caam_hash_alloc
Horia Geantă
1
-1
/
+1
2020-07-16
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
1
-3
/
+5
2020-06-26
crypto: caam/qi2 - fix return code in ahash_finup_no_ctx()
Horia Geantă
1
-4
/
+6
2020-06-18
crypto: caam/qi2 - remove redundant assignment to ret
Colin Ian King
1
-2
/
+0
2020-06-18
crypto: caam/qi2 - add support for dpseci_reset()
Andrei Botila
1
-0
/
+15
2020-01-22
crypto: caam/qi2 - fix typo in algorithm's driver name
Horia Geantă
1
-1
/
+1
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-37
/
+10
2019-12-20
crypto: caam/qi2 - remove double buffering for ahash
Andrei Botila
1
-99
/
+58
2019-08-22
crypto: caam/des - switch to new verification routines
Ard Biesheuvel
1
-25
/
+11
2019-08-09
crypto: caam - fix MDHA key derivation for certain user key lengths
Horia Geantă
1
-20
/
+47
2019-08-09
crypto: caam - check zero-length input
Iuliana Prodan
1
-0
/
+5
2019-08-09
crypto: caam - check assoclen
Iuliana Prodan
1
-8
/
+2
2019-08-09
crypto: caam - check authsize
Iuliana Prodan
1
-0
/
+13
2019-08-09
crypto: caam - check key length
Iuliana Prodan
1
-38
/
+117
2019-08-09
crypto: caam - update IV only when crypto operation succeeds
Horia Geantă
1
-2
/
+6
2019-08-09
crypto: caam - fix return code in completion callbacks
Horia Geantă
1
-44
/
+18
2019-08-02
crypto: caam/qi2 - Add printing dpseci fq stats using debugfs
Vakul Garg
1
-0
/
+5
2019-06-20
crypto: caam - update IV using HW support
Horia Geantă
1
-50
/
+46
[next]