Home
last modified time | relevance | path

Searched refs:dst_tbl (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/crypto/qce/
Dablkcipher.c50 sg_free_table(&rctx->dst_tbl); in qce_ablkcipher_done()
100 ret = sg_alloc_table(&rctx->dst_tbl, rctx->dst_nents, gfp); in qce_ablkcipher_async_req_handle()
106 sg = qce_sgtable_add(&rctx->dst_tbl, req->dst); in qce_ablkcipher_async_req_handle()
112 sg = qce_sgtable_add(&rctx->dst_tbl, &rctx->result_sg); in qce_ablkcipher_async_req_handle()
119 rctx->dst_sg = rctx->dst_tbl.sgl; in qce_ablkcipher_async_req_handle()
156 sg_free_table(&rctx->dst_tbl); in qce_ablkcipher_async_req_handle()
Dcipher.h49 struct sg_table dst_tbl; member