index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
caamhash.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: caam - Set DMA alignment explicitly
Herbert Xu
2022-12-02
1
-44
/
+43
*
crypto: caam - save caam memory to support crypto engine retry mechanism.
Gaurav Jain
2021-12-03
1
-0
/
+3
*
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
2020-07-16
1
-1
/
+1
*
crypto: caam - fix use-after-free KASAN issue for HASH algorithms
Iuliana Prodan
2020-04-16
1
-2
/
+6
*
crypto: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-06
1
-1
/
+1
*
crypto: caam - add crypto_engine support for HASH algorithms
Iuliana Prodan
2020-02-22
1
-51
/
+123
*
crypto: caam - change return code in caam_jr_enqueue function
Iuliana Prodan
2020-02-22
1
-23
/
+11
*
crypto: caam - refactor ahash_edesc_alloc
Iuliana Prodan
2020-02-22
1
-40
/
+22
*
crypto: caam - refactor ahash_done callbacks
Iuliana Prodan
2020-02-22
1
-66
/
+22
*
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2020-01-09
1
-7
/
+2
*
crypto: caam - remove double buffering for ahash
Andrei Botila
2019-12-20
1
-100
/
+58
*
crypto: caam - make CAAM_PTR_SZ dynamic
Andrey Smirnov
2019-08-30
1
-1
/
+1
*
crypto: caam - change return value in case CAAM has no MDHA
Iuliana Prodan
2019-08-09
1
-1
/
+1
*
crypto: caam - fix MDHA key derivation for certain user key lengths
Horia Geantă
2019-08-09
1
-15
/
+38
*
crypto: caam - keep both virtual and dma key addresses
Horia Geantă
2019-08-09
1
-20
/
+17
*
crypto: caam - check key length
Iuliana Prodan
2019-08-09
1
-0
/
+12
*
crypto: caam - fix return code in completion callbacks
Horia Geantă
2019-08-09
1
-8
/
+12
*
crypto: caam - use len instead of nents for bulding HW S/G table
Horia Geantă
2019-06-20
1
-8
/
+7
*
crypto: caam - print debug messages at debug level
Sascha Hauer
2019-05-30
1
-132
/
+93
*
crypto: caam - remove unused defines
Sascha Hauer
2019-05-30
1
-8
/
+0
*
crypto: caam - convert top level drivers to libraries
Horia Geantă
2019-05-23
1
-43
/
+5
*
crypto: caam - fix S/G table passing page boundary
Horia Geantă
2019-05-23
1
-15
/
+18
*
crypto: caam - fix copy of next buffer for xcbc and cmac
Iuliana Prodan
2019-03-28
1
-7
/
+6
*
crypto: caam - add missing put_device() call
Wen Yang
2019-03-07
1
-7
/
+11
*
crypto: caam - generate hash keys in-place
Horia Geantă
2019-02-28
1
-27
/
+13
*
crypto: caam - fix DMA mapping xcbc key twice
Horia Geantă
2019-02-28
1
-2
/
+1
*
crypto: caam - fix hash context DMA unmap size
Franck LENORMAND
2019-02-28
1
-3
/
+5
*
crypto: caam - fix DMA mapping of stack memory
Horia Geantă
2019-02-01
1
-64
/
+21
*
crypto: caam - fix indentation of goto label
Roland Hieber
2019-02-01
1
-1
/
+1
*
crypto: caam - add support for cmac(aes)
Iuliana Prodan
2019-02-01
1
-21
/
+111
*
crypto: caam - add support for xcbc(aes)
Iuliana Prodan
2019-01-11
1
-16
/
+173
*
crypto: caam - create ahash shared descriptors only once
Iuliana Prodan
2019-01-11
1
-1
/
+6
*
crypto: caam - fix error reporting for caam_hash_alloc
Iuliana Prodan
2019-01-11
1
-1
/
+2
*
crypto: caam - fix zero-length buffer DMA mapping
Aymen Sghaier
2019-01-10
1
-6
/
+9
*
crypto: caam - add register map changes cf. Era 10
Horia Geantă
2018-11-16
1
-5
/
+15
*
crypto: caam - add SPDX license identifier to all files
Horia Geantă
2018-10-17
1
-0
/
+1
*
crypto: caam - export ahash shared descriptor generation
Horia Geantă
2018-09-21
1
-70
/
+9
*
crypto: ahash - remove useless setting of cra_type
Eric Biggers
2018-07-09
1
-1
/
+0
*
crypto: ahash - remove useless setting of type flags
Eric Biggers
2018-07-09
1
-1
/
+1
*
crypto: caam - add Derived Key Protocol (DKP) support
Horia Geantă
2017-12-28
1
-23
/
+50
*
crypto: caam - remove unused param of ctx_map_to_sec4_sg()
Horia Geantă
2017-11-06
1
-4
/
+4
*
crypto: caam - remove unneeded edesc zeroization
Horia Geantă
2017-11-06
1
-4
/
+0
*
crypto: caam/jr - add support for DPAA2 parts
Horia Geantă
2017-08-03
1
-4
/
+3
*
crypto: caam - fix signals handling
Horia Geantă
2017-07-12
1
-1
/
+1
*
crypto: caam - fix gfp allocation flags (part II)
Horia Geantă
2017-06-22
1
-16
/
+16
*
crypto: caam - fix state buffer DMA (un)mapping
Horia Geantă
2017-02-15
1
-55
/
+52
*
crypto: caam - abstract ahash request double buffering
Horia Geantă
2017-02-15
1
-29
/
+48
*
crypto: caam - fix error path for ctx_dma mapping failure
Horia Geantă
2017-02-15
1
-1
/
+6
*
crypto: caam - fix DMA API leaks for multiple setkey() calls
Horia Geantă
2017-02-15
1
-46
/
+33
*
crypto: caam - don't dma_map key for hash algorithms
Horia Geantă
2017-02-15
1
-17
/
+1
[next]