Searched refs:tsg (Results 1 – 2 of 2) sorted by relevance
67 struct scatterlist *tsg; member87 sgl = sreq->tsg; in skcipher_free_async_sgls()92 kfree(sreq->tsg); in skcipher_free_async_sgls()533 sreq->tsg = kcalloc(tx_nents, sizeof(*sg), GFP_KERNEL); in skcipher_recvmsg_async()534 if (unlikely(!sreq->tsg)) in skcipher_recvmsg_async()536 sg_init_table(sreq->tsg, tx_nents); in skcipher_recvmsg_async()574 sg_set_page(&tmp[x], sg_page(&sreq->tsg[x]), in skcipher_recvmsg_async()575 sreq->tsg[x].length, in skcipher_recvmsg_async()576 sreq->tsg[x].offset); in skcipher_recvmsg_async()577 kfree(sreq->tsg); in skcipher_recvmsg_async()[all …]
362 struct scatterlist tsg; in img_hash_dma_task() local384 sg_init_one(&tsg, addr + ctx->offset, wsend * 4); in img_hash_dma_task()385 if (img_hash_xmit_dma(hdev, &tsg)) { in img_hash_dma_task()