Horia Geantă
|
944c3d4dca
crypto: caam - fix state buffer DMA (un)mapping
|
8 年之前 |
Horia Geantă
|
0355d23d40
crypto: caam - abstract ahash request double buffering
|
8 年之前 |
Horia Geantă
|
87ec02e740
crypto: caam - fix error path for ctx_dma mapping failure
|
8 年之前 |
Horia Geantă
|
bbf2234494
crypto: caam - fix DMA API leaks for multiple setkey() calls
|
8 年之前 |
Horia Geantă
|
cfb725f6d3
crypto: caam - don't dma_map key for hash algorithms
|
8 年之前 |
Horia Geantă
|
1a0166f199
crypto: caam - refactor ahash shared descriptor generation
|
8 年之前 |
Horia Geantă
|
6655cb8e56
crypto: caam - consolidate split key length computation
|
8 年之前 |
Horia Geantă
|
281669dfba
crypto: caam - rewrite some generic inline append cmds
|
8 年之前 |
Horia Geantă
|
488ebc3a41
crypto: caam - remove superfluous alg_op algorithm param
|
8 年之前 |
Horia Geantă
|
db57656b00
crypto: caam - group algorithm related params
|
8 年之前 |
Horia Geantă
|
9a1a1c08dc
crypto: caam - merge identical ahash_final/finup shared desc
|
8 年之前 |
Horia Geantă
|
4ca7c7d8fe
crypto: caam - trivial code clean-up
|
8 年之前 |
Horia Geantă
|
39957c8eb3
crypto: caam - completely remove error propagation handling
|
8 年之前 |
Markus Elfring
|
06435f3437
crypto: caam - Move common error handling code in two functions
|
9 年之前 |
Markus Elfring
|
9e6df0fdfc
crypto: caam - Delete an unnecessary initialisation in seven functions
|
9 年之前 |
Markus Elfring
|
e6cc5b8df0
crypto: caam - Return a value directly in caam_hash_cra_init()
|
9 年之前 |
Markus Elfring
|
58b0e5d0ab
crypto: caam - Rename a jump label in five functions
|
9 年之前 |
Markus Elfring
|
d6e7a7d0c2
crypto: caam - Rename jump labels in ahash_setkey()
|
9 年之前 |
Markus Elfring
|
e7a33c4d0a
crypto: caam - Use kmalloc_array() in ahash_setkey()
|
9 年之前 |
Russell King
|
65cf164a4a
crypto: caam - add ahash_edesc_add_src()
|
9 年之前 |
Russell King
|
30a43b4498
crypto: caam - move job descriptor initialisation to ahash_edesc_alloc()
|
9 年之前 |
Russell King
|
5588d039b5
crypto: caam - add ahash_edesc_alloc() for descriptor allocation
|
9 年之前 |
Russell King
|
bc13c69e29
crypto: caam - check and use dma_map_sg() return code
|
9 年之前 |
Russell King
|
32686d34f8
crypto: caam - ensure that we clean up after an error
|
9 年之前 |
Russell King
|
343e44b15e
crypto: caam - replace sec4_sg pointer with array
|
9 年之前 |
Russell King
|
d7b24ed4a9
crypto: caam - mark the hardware descriptor as cache line aligned
|
9 年之前 |
Russell King
|
64ce56cb44
crypto: caam - incorporate job descriptor into struct ahash_edesc
|
9 年之前 |
Russell King
|
e11793f5da
crypto: caam - ensure descriptor buffers are cacheline aligned
|
9 年之前 |
Russell King
|
3d5a2db695
crypto: caam - fix DMA API mapping leak
|
9 年之前 |
Russell King
|
a0118c8b2b
crypto: caam - fix non-hmac hashes
|
9 年之前 |