Searched refs:result_sg (Results 1 – 4 of 4) sorted by relevance
/drivers/crypto/qce/ |
D | sha.c | 56 qce_unmapsg(qce->dev, &rctx->result_sg, 1, DMA_FROM_DEVICE, 0); in qce_ahash_done() 102 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_ahash_async_req_handle() 104 ret = qce_mapsg(qce->dev, &rctx->result_sg, 1, DMA_FROM_DEVICE, 0); in qce_ahash_async_req_handle() 109 &rctx->result_sg, 1, qce_ahash_done, async_req); in qce_ahash_async_req_handle() 124 qce_unmapsg(qce->dev, &rctx->result_sg, 1, DMA_FROM_DEVICE, 0); in qce_ahash_async_req_handle()
|
D | cipher.h | 52 struct scatterlist result_sg; member
|
D | sha.h | 67 struct scatterlist result_sg; member
|
D | ablkcipher.c | 102 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_ablkcipher_async_req_handle() 110 sg = qce_sgtable_add(&rctx->dst_tbl, &rctx->result_sg); in qce_ablkcipher_async_req_handle()
|