Searched refs:dst_tbl (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/crypto/qce/ |
D | aead.c | 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() [all …]
|
D | skcipher.c | 53 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()
|
D | cipher.h | 41 struct sg_table dst_tbl; member
|
D | aead.h | 34 struct sg_table dst_tbl; member
|