Re: [PATCH RFC 10/11] crypto: caam: add ahash_edesc_add_src()

2015-12-09 Thread Horia Geantă
On 12/7/2015 9:12 PM, Russell King wrote: > Add a helper to map the source scatterlist into the descriptor. > > Signed-off-by: Russell King After appending 07/11 ("crypto: caam: check and use dma_map_sg() return code") as follows: diff --git

[PATCH RFC 10/11] crypto: caam: add ahash_edesc_add_src()

2015-12-07 Thread Russell King
Add a helper to map the source scatterlist into the descriptor. Signed-off-by: Russell King --- drivers/crypto/caam/caamhash.c | 106 +++-- 1 file changed, 49 insertions(+), 57 deletions(-) diff --git