index
:
pub/scm/linux/kernel/git/abelvesa/linux.git
master
Abel Vesa kernel tree
Abel Vesa
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
caamhash.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
-2
/
+2
2026-04-15
Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-10
/
+6
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 DMA corruption 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
/
+4
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2024-09-21
crypto: caam - Pad SG length when allocating hash edesc
Herbert Xu
1
-0
/
+1
2024-01-26
crypto: caam - fix asynchronous hash
Gaurav Jain
1
-2
/
+5
2023-08-18
crypto: caam - Use new crypto_engine_op interface
Herbert Xu
1
-13
/
+15
2023-08-18
crypto: caam - Include internal/engine.h
Herbert Xu
1
-1
/
+1
2023-07-28
crypto: caam - Remove messages related to memory allocation failure
Christophe JAILLET
1
-11
/
+3
2023-07-28
crypto: caam - Use struct_size()
Christophe JAILLET
1
-2
/
+1
2023-04-14
crypto: caam - reduce page 0 regs access to minimum
Horia GeantA
1
-4
/
+6
2023-01-27
crypto: caam - Use ahash_request_complete
Herbert Xu
1
-2
/
+2
2023-01-06
crypto: caam - Remove GFP_DMA and add DMA alignment padding
Herbert Xu
1
-3
/
+11
2022-12-02
crypto: caam - Set DMA alignment explicitly
Herbert Xu
1
-44
/
+43
2021-12-03
crypto: caam - save caam memory to support crypto engine retry mechanism.
Gaurav Jain
1
-0
/
+3
2020-07-16
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
1
-1
/
+1
2020-04-16
crypto: caam - fix use-after-free KASAN issue for HASH algorithms
Iuliana Prodan
1
-2
/
+6
2020-03-06
crypto: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-22
crypto: caam - add crypto_engine support for HASH algorithms
Iuliana Prodan
1
-51
/
+123
2020-02-22
crypto: caam - change return code in caam_jr_enqueue function
Iuliana Prodan
1
-23
/
+11
2020-02-22
crypto: caam - refactor ahash_edesc_alloc
Iuliana Prodan
1
-40
/
+22
2020-02-22
crypto: caam - refactor ahash_done callbacks
Iuliana Prodan
1
-66
/
+22
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-7
/
+2
2019-12-20
crypto: caam - remove double buffering for ahash
Andrei Botila
1
-100
/
+58
2019-08-30
crypto: caam - make CAAM_PTR_SZ dynamic
Andrey Smirnov
1
-1
/
+1
2019-08-09
crypto: caam - change return value in case CAAM has no MDHA
Iuliana Prodan
1
-1
/
+1
2019-08-09
crypto: caam - fix MDHA key derivation for certain user key lengths
Horia Geantă
1
-15
/
+38
2019-08-09
crypto: caam - keep both virtual and dma key addresses
Horia Geantă
1
-20
/
+17
2019-08-09
crypto: caam - check key length
Iuliana Prodan
1
-0
/
+12
2019-08-09
crypto: caam - fix return code in completion callbacks
Horia Geantă
1
-8
/
+12
2019-06-20
crypto: caam - use len instead of nents for bulding HW S/G table
Horia Geantă
1
-8
/
+7
2019-05-30
crypto: caam - print debug messages at debug level
Sascha Hauer
1
-132
/
+93
2019-05-30
crypto: caam - remove unused defines
Sascha Hauer
1
-8
/
+0
2019-05-23
crypto: caam - convert top level drivers to libraries
Horia Geantă
1
-43
/
+5
2019-05-23
crypto: caam - fix S/G table passing page boundary
Horia Geantă
1
-15
/
+18
2019-03-28
crypto: caam - fix copy of next buffer for xcbc and cmac
Iuliana Prodan
1
-7
/
+6
2019-03-07
crypto: caam - add missing put_device() call
Wen Yang
1
-7
/
+11
2019-02-28
crypto: caam - generate hash keys in-place
Horia Geantă
1
-27
/
+13
2019-02-28
crypto: caam - fix DMA mapping xcbc key twice
Horia Geantă
1
-2
/
+1
2019-02-28
crypto: caam - fix hash context DMA unmap size
Franck LENORMAND
1
-3
/
+5
2019-02-01
crypto: caam - fix DMA mapping of stack memory
Horia Geantă
1
-64
/
+21
2019-02-01
crypto: caam - fix indentation of goto label
Roland Hieber
1
-1
/
+1
2019-02-01
crypto: caam - add support for cmac(aes)
Iuliana Prodan
1
-21
/
+111
2019-01-11
crypto: caam - add support for xcbc(aes)
Iuliana Prodan
1
-16
/
+173
2019-01-11
crypto: caam - create ahash shared descriptors only once
Iuliana Prodan
1
-1
/
+6
2019-01-11
crypto: caam - fix error reporting for caam_hash_alloc
Iuliana Prodan
1
-1
/
+2
2019-01-10
crypto: caam - fix zero-length buffer DMA mapping
Aymen Sghaier
1
-6
/
+9
[next]