Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/qce/
H A Daead.c57 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()
160 sg = qce_sgtable_add(&rctx->dst_tbl, req->dst, totallen); 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()
[all …]
H A Dskcipher.c53 sg_free_table(&rctx->dst_tbl); in qce_skcipher_done()
104 ret = sg_alloc_table(&rctx->dst_tbl, rctx->dst_nents, gfp); in qce_skcipher_async_req_handle()
110 sg = qce_sgtable_add(&rctx->dst_tbl, req->dst, req->cryptlen); in qce_skcipher_async_req_handle()
116 sg = qce_sgtable_add(&rctx->dst_tbl, &rctx->result_sg, in qce_skcipher_async_req_handle()
124 rctx->dst_sg = rctx->dst_tbl.sgl; in qce_skcipher_async_req_handle()
166 sg_free_table(&rctx->dst_tbl); in qce_skcipher_async_req_handle()
H A Dcipher.h41 struct sg_table dst_tbl; member
H A Daead.h34 struct sg_table dst_tbl; member