Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/qce/
H A Dskcipher.c52 sg_free_table(&rctx->dst_tbl); in qce_skcipher_done()
103 ret = sg_alloc_table(&rctx->dst_tbl, rctx->dst_nents, gfp); in qce_skcipher_async_req_handle()
109 sg = qce_sgtable_add(&rctx->dst_tbl, req->dst, req->cryptlen); in qce_skcipher_async_req_handle()
115 sg = qce_sgtable_add(&rctx->dst_tbl, &rctx->result_sg, in qce_skcipher_async_req_handle()
123 rctx->dst_sg = rctx->dst_tbl.sgl; in qce_skcipher_async_req_handle()
165 sg_free_table(&rctx->dst_tbl); in qce_skcipher_async_req_handle()
H A Dcipher.h41 struct sg_table dst_tbl; member