Lines Matching refs:dst_nents
29 dma_unmap_sg(dev, req->dst, edesc->dst_nents, DMA_FROM_DEVICE); in rsa_io_unmap()
225 int src_nents, dst_nents; in rsa_edesc_alloc() local
236 dst_nents = sg_nents_for_len(req->dst, req->dst_len); in rsa_edesc_alloc()
240 if (dst_nents > 1) in rsa_edesc_alloc()
241 sec4_sg_len += dst_nents; in rsa_edesc_alloc()
257 sgc = dma_map_sg(dev, req->dst, dst_nents, DMA_FROM_DEVICE); in rsa_edesc_alloc()
270 if (dst_nents > 1) in rsa_edesc_alloc()
271 sg_to_sec4_sg_last(req->dst, dst_nents, in rsa_edesc_alloc()
276 edesc->dst_nents = dst_nents; in rsa_edesc_alloc()
293 dma_unmap_sg(dev, req->dst, dst_nents, DMA_FROM_DEVICE); in rsa_edesc_alloc()
332 if (edesc->dst_nents > 1) { in set_rsa_pub_pdb()
377 if (edesc->dst_nents > 1) { in set_rsa_priv_f1_pdb()
440 if (edesc->dst_nents > 1) { in set_rsa_priv_f2_pdb()
527 if (edesc->dst_nents > 1) { in set_rsa_priv_f3_pdb()