Lines Matching refs:dst_tbl
57 sg_free_table(&rctx->dst_tbl); in qce_aead_done()
60 sg_free_table(&rctx->dst_tbl); in qce_aead_done()
63 sg_free_table(&rctx->dst_tbl); in qce_aead_done()
137 ret = sg_alloc_table(&rctx->dst_tbl, rctx->dst_nents, gfp); in qce_aead_prepare_dst_buf()
145 sg = qce_sgtable_add(&rctx->dst_tbl, &rctx->adata_sg, in qce_aead_prepare_dst_buf()
152 sg = qce_sgtable_add(&rctx->dst_tbl, msg_sg, rctx->cryptlen); in qce_aead_prepare_dst_buf()
160 sg = qce_sgtable_add(&rctx->dst_tbl, req->dst, totallen); in qce_aead_prepare_dst_buf()
166 sg = qce_aead_prepare_ccm_result_buf(&rctx->dst_tbl, req); in qce_aead_prepare_dst_buf()
168 sg = qce_aead_prepare_result_buf(&rctx->dst_tbl, req); in qce_aead_prepare_dst_buf()
174 rctx->dst_sg = rctx->dst_tbl.sgl; in qce_aead_prepare_dst_buf()
180 sg_free_table(&rctx->dst_tbl); in qce_aead_prepare_dst_buf()
495 sg_free_table(&rctx->dst_tbl); in qce_aead_async_req_handle()
497 sg_free_table(&rctx->dst_tbl); in qce_aead_async_req_handle()