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

/linux-4.1.27/drivers/crypto/qce/
H A Dcipher.h38 * @dst_tbl: destination sg table
53 struct sg_table dst_tbl; member in struct:qce_cipher_reqctx
H A Dablkcipher.c52 sg_free_table(&rctx->dst_tbl); qce_ablkcipher_done()
98 ret = sg_alloc_table(&rctx->dst_tbl, rctx->dst_nents, gfp); qce_ablkcipher_async_req_handle()
104 sg = qce_sgtable_add(&rctx->dst_tbl, req->dst); qce_ablkcipher_async_req_handle()
110 sg = qce_sgtable_add(&rctx->dst_tbl, &rctx->result_sg); qce_ablkcipher_async_req_handle()
117 rctx->dst_sg = rctx->dst_tbl.sgl; qce_ablkcipher_async_req_handle()
158 sg_free_table(&rctx->dst_tbl); qce_ablkcipher_async_req_handle()

Completed in 38 milliseconds