index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
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 - 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
*
crypto: caam - refactor ahash shared descriptor generation
Horia Geantă
2016-11-28
1
-94
/
+36
*
crypto: caam - consolidate split key length computation
Horia Geantă
2016-11-28
1
-22
/
+2
*
crypto: caam - rewrite some generic inline append cmds
Horia Geantă
2016-11-28
1
-4
/
+4
*
crypto: caam - remove superfluous alg_op algorithm param
Horia Geantă
2016-11-28
1
-15
/
+5
*
crypto: caam - group algorithm related params
Horia Geantă
2016-11-28
1
-25
/
+23
*
crypto: caam - merge identical ahash_final/finup shared desc
Horia Geantă
2016-11-13
1
-25
/
+1
*
crypto: caam - trivial code clean-up
Horia Geantă
2016-11-13
1
-8
/
+4
*
crypto: caam - completely remove error propagation handling
Horia Geantă
2016-11-13
1
-4
/
+1
*
crypto: caam - Move common error handling code in two functions
Markus Elfring
2016-09-22
1
-12
/
+14
*
crypto: caam - Delete an unnecessary initialisation in seven functions
Markus Elfring
2016-09-22
1
-7
/
+7
*
crypto: caam - Return a value directly in caam_hash_cra_init()
Markus Elfring
2016-09-22
1
-5
/
+1
*
crypto: caam - Rename a jump label in five functions
Markus Elfring
2016-09-22
1
-27
/
+22
*
crypto: caam - Rename jump labels in ahash_setkey()
Markus Elfring
2016-09-22
1
-6
/
+5
*
crypto: caam - Use kmalloc_array() in ahash_setkey()
Markus Elfring
2016-09-22
1
-2
/
+3
*
crypto: caam - add ahash_edesc_add_src()
Russell King
2016-08-09
1
-80
/
+57
*
crypto: caam - move job descriptor initialisation to ahash_edesc_alloc()
Russell King
2016-08-09
1
-50
/
+34
*
crypto: caam - add ahash_edesc_alloc() for descriptor allocation
Russell King
2016-08-09
1
-27
/
+33
*
crypto: caam - check and use dma_map_sg() return code
Russell King
2016-08-09
1
-35
/
+103
*
crypto: caam - ensure that we clean up after an error
Russell King
2016-08-09
1
-53
/
+79
*
crypto: caam - replace sec4_sg pointer with array
Russell King
2016-08-09
1
-9
/
+3
*
crypto: caam - mark the hardware descriptor as cache line aligned
Russell King
2016-08-09
1
-1
/
+1
*
crypto: caam - incorporate job descriptor into struct ahash_edesc
Russell King
2016-08-09
1
-30
/
+19
*
crypto: caam - ensure descriptor buffers are cacheline aligned
Russell King
2016-08-09
1
-7
/
+7
*
crypto: caam - fix DMA API mapping leak
Russell King
2016-08-09
1
-9
/
+17
[next]