Searched refs:result_sg (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/crypto/qce/ |
| D | cipher.h | 48 struct scatterlist result_sg; member
|
| D | sha.c | 55 dma_unmap_sg(qce->dev, &rctx->result_sg, 1, DMA_FROM_DEVICE); in qce_ahash_done() 99 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_ahash_async_req_handle() 101 ret = dma_map_sg(qce->dev, &rctx->result_sg, 1, DMA_FROM_DEVICE); in qce_ahash_async_req_handle() 106 &rctx->result_sg, 1, qce_ahash_done, async_req); in qce_ahash_async_req_handle() 121 dma_unmap_sg(qce->dev, &rctx->result_sg, 1, DMA_FROM_DEVICE); in qce_ahash_async_req_handle()
|
| D | sha.h | 65 struct scatterlist result_sg; member
|
| D | ablkcipher.c | 96 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_ablkcipher_async_req_handle() 104 sg = qce_sgtable_add(&rctx->dst_tbl, &rctx->result_sg); in qce_ablkcipher_async_req_handle()
|