index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
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
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
2018-11-16
crypto: caam - add register map changes cf. Era 10
Horia Geantă
1
-5
/
+15
2018-10-17
crypto: caam - add SPDX license identifier to all files
Horia Geantă
1
-0
/
+1
2018-09-21
crypto: caam - export ahash shared descriptor generation
Horia Geantă
1
-70
/
+9
2018-07-08
crypto: ahash - remove useless setting of cra_type
Eric Biggers
1
-1
/
+0
2018-07-08
crypto: ahash - remove useless setting of type flags
Eric Biggers
1
-1
/
+1
2017-12-28
crypto: caam - add Derived Key Protocol (DKP) support
Horia Geantă
1
-23
/
+50
2017-11-06
crypto: caam - remove unused param of ctx_map_to_sec4_sg()
Horia Geantă
1
-4
/
+4
2017-11-06
crypto: caam - remove unneeded edesc zeroization
Horia Geantă
1
-4
/
+0
2017-08-03
crypto: caam/jr - add support for DPAA2 parts
Horia Geantă
1
-4
/
+3
2017-07-12
crypto: caam - fix signals handling
Horia Geantă
1
-1
/
+1
2017-06-22
crypto: caam - fix gfp allocation flags (part II)
Horia Geantă
1
-16
/
+16
2017-02-15
crypto: caam - fix state buffer DMA (un)mapping
Horia Geantă
1
-55
/
+52
2017-02-15
crypto: caam - abstract ahash request double buffering
Horia Geantă
1
-29
/
+48
2017-02-15
crypto: caam - fix error path for ctx_dma mapping failure
Horia Geantă
1
-1
/
+6
2017-02-15
crypto: caam - fix DMA API leaks for multiple setkey() calls
Horia Geantă
1
-46
/
+33
2017-02-15
crypto: caam - don't dma_map key for hash algorithms
Horia Geantă
1
-17
/
+1
2016-11-28
crypto: caam - refactor ahash shared descriptor generation
Horia Geantă
1
-94
/
+36
2016-11-28
crypto: caam - consolidate split key length computation
Horia Geantă
1
-22
/
+2
2016-11-28
crypto: caam - rewrite some generic inline append cmds
Horia Geantă
1
-4
/
+4
2016-11-28
crypto: caam - remove superfluous alg_op algorithm param
Horia Geantă
1
-15
/
+5
2016-11-28
crypto: caam - group algorithm related params
Horia Geantă
1
-25
/
+23
2016-11-13
crypto: caam - merge identical ahash_final/finup shared desc
Horia Geantă
1
-25
/
+1
2016-11-13
crypto: caam - trivial code clean-up
Horia Geantă
1
-8
/
+4
2016-11-13
crypto: caam - completely remove error propagation handling
Horia Geantă
1
-4
/
+1
2016-09-22
crypto: caam - Move common error handling code in two functions
Markus Elfring
1
-12
/
+14
2016-09-22
crypto: caam - Delete an unnecessary initialisation in seven functions
Markus Elfring
1
-7
/
+7
2016-09-22
crypto: caam - Return a value directly in caam_hash_cra_init()
Markus Elfring
1
-5
/
+1
[next]