Searched refs:result_sg (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
H A D | sha.c | 48 dma_unmap_sg(qce->dev, &rctx->result_sg, 1, DMA_FROM_DEVICE); in qce_ahash_done() 97 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_ahash_async_req_handle() 99 ret = dma_map_sg(qce->dev, &rctx->result_sg, 1, DMA_FROM_DEVICE); in qce_ahash_async_req_handle() 104 &rctx->result_sg, 1, qce_ahash_done, async_req); in qce_ahash_async_req_handle() 119 dma_unmap_sg(qce->dev, &rctx->result_sg, 1, DMA_FROM_DEVICE); in qce_ahash_async_req_handle()
|
H A D | cipher.h | 27 * @result_sg: scatterlist used for result buffer 40 struct scatterlist result_sg; member
|
H A D | sha.h | 39 * @result_sg: scatterlist used for result buffer 57 struct scatterlist result_sg; member
|
H A D | skcipher.c | 107 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_skcipher_async_req_handle() 115 sg = qce_sgtable_add(&rctx->dst_tbl, &rctx->result_sg, in qce_skcipher_async_req_handle()
|
/kernel/linux/linux-6.6/drivers/crypto/qce/ |
H A D | sha.c | 54 dma_unmap_sg(qce->dev, &rctx->result_sg, 1, DMA_FROM_DEVICE); in qce_ahash_done() 103 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_ahash_async_req_handle() 105 ret = dma_map_sg(qce->dev, &rctx->result_sg, 1, DMA_FROM_DEVICE); in qce_ahash_async_req_handle() 112 &rctx->result_sg, 1, qce_ahash_done, async_req); in qce_ahash_async_req_handle() 127 dma_unmap_sg(qce->dev, &rctx->result_sg, 1, DMA_FROM_DEVICE); in qce_ahash_async_req_handle()
|
H A D | cipher.h | 27 * @result_sg: scatterlist used for result buffer 40 struct scatterlist result_sg; member
|
H A D | aead.h | 32 struct scatterlist result_sg; member
|
H A D | sha.h | 40 * @result_sg: scatterlist used for result buffer 58 struct scatterlist result_sg; member
|
H A D | aead.c | 99 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_aead_prepare_result_buf() 100 return qce_sgtable_add(tbl, &rctx->result_sg, QCE_RESULT_BUF_SZ); in qce_aead_prepare_result_buf() 108 sg_init_one(&rctx->result_sg, rctx->ccmresult_buf, QCE_BAM_BURST_SIZE); in qce_aead_prepare_ccm_result_buf() 109 return qce_sgtable_add(tbl, &rctx->result_sg, QCE_BAM_BURST_SIZE); in qce_aead_prepare_ccm_result_buf()
|
H A D | skcipher.c | 108 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_skcipher_async_req_handle() 116 sg = qce_sgtable_add(&rctx->dst_tbl, &rctx->result_sg, in qce_skcipher_async_req_handle()
|
Completed in 5 milliseconds