Searched refs:dst_sg_idx (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/crypto/caam/ |
| D | caamalg_qi.c | 1206 int dst_sg_idx, qm_sg_ents, qm_sg_bytes; in ablkcipher_edesc_alloc() local 1254 dst_sg_idx = qm_sg_ents; in ablkcipher_edesc_alloc() 1303 dst_sg_idx, 0); in ablkcipher_edesc_alloc() 1324 dma_to_qm_sg_one_ext(&fd_sgt[0], edesc->qm_sg_dma + dst_sg_idx * in ablkcipher_edesc_alloc() 1349 int dst_sg_idx, qm_sg_ents, qm_sg_bytes; in ablkcipher_giv_edesc_alloc() local 1398 dst_sg_idx = qm_sg_ents; in ablkcipher_giv_edesc_alloc() 1443 dma_to_qm_sg_one(sg_table + dst_sg_idx, iv_dma, ivsize, 0); in ablkcipher_giv_edesc_alloc() 1444 sg_to_qm_sg_last(req->dst, mapped_dst_nents, sg_table + dst_sg_idx + 1, in ablkcipher_giv_edesc_alloc() 1466 dma_to_qm_sg_one_ext(&fd_sgt[0], edesc->qm_sg_dma + dst_sg_idx * in ablkcipher_giv_edesc_alloc()
|
| D | caamalg.c | 1494 int dst_sg_idx, sec4_sg_ents, sec4_sg_bytes; in ablkcipher_edesc_alloc() local 1537 dst_sg_idx = sec4_sg_ents; in ablkcipher_edesc_alloc() 1578 edesc->sec4_sg + dst_sg_idx, 0); in ablkcipher_edesc_alloc() 1697 int dst_sg_idx, sec4_sg_ents, sec4_sg_bytes; in ablkcipher_giv_edesc_alloc() local 1741 dst_sg_idx = sec4_sg_ents; in ablkcipher_giv_edesc_alloc() 1779 dma_to_sec4_sg_one(edesc->sec4_sg + dst_sg_idx, iv_dma, ivsize, 0); in ablkcipher_giv_edesc_alloc() 1781 dst_sg_idx + 1, 0); in ablkcipher_giv_edesc_alloc()
|