Searched refs:result_sg (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/crypto/qce/
H A Dcipher.h37 * @result_sg: scatterlist used for result buffer
52 struct scatterlist result_sg; member in struct:qce_cipher_reqctx
H A Dsha.h48 * @result_sg: scatterlist used for result buffer
67 struct scatterlist result_sg; member in struct:qce_sha_reqctx
H A Dsha.c56 qce_unmapsg(qce->dev, &rctx->result_sg, 1, DMA_FROM_DEVICE, 0); qce_ahash_done()
102 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); qce_ahash_async_req_handle()
104 ret = qce_mapsg(qce->dev, &rctx->result_sg, 1, DMA_FROM_DEVICE, 0); qce_ahash_async_req_handle()
109 &rctx->result_sg, 1, qce_ahash_done, async_req); qce_ahash_async_req_handle()
124 qce_unmapsg(qce->dev, &rctx->result_sg, 1, DMA_FROM_DEVICE, 0); qce_ahash_async_req_handle()
H A Dablkcipher.c102 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); qce_ablkcipher_async_req_handle()
110 sg = qce_sgtable_add(&rctx->dst_tbl, &rctx->result_sg); qce_ablkcipher_async_req_handle()

Completed in 86 milliseconds