Home
last modified time | relevance | path

Searched refs:sg_dst (Results 1 – 5 of 5) sorted by relevance

/drivers/crypto/
Ds5p-sss.c187 struct scatterlist *sg_dst; member
256 dma_unmap_sg(dev->dev, dev->sg_dst, 1, DMA_FROM_DEVICE); in s5p_unset_outdata()
283 dev->sg_dst = sg; in s5p_set_outdata()
322 if (!sg_is_last(dev->sg_dst)) { in s5p_aes_tx()
323 err = s5p_set_outdata(dev, sg_next(dev->sg_dst)); in s5p_aes_tx()
329 s5p_set_dma_outdata(dev, dev->sg_dst); in s5p_aes_tx()
/drivers/usb/wusbcore/
Dcrypto.c209 struct scatterlist sg[4], sg_dst; in wusb_ccm_mac() local
260 sg_init_one(&sg_dst, dst_buf, dst_size); in wusb_ccm_mac()
264 result = crypto_blkcipher_encrypt(&desc, &sg_dst, sg, dst_size); in wusb_ccm_mac()
/drivers/crypto/ux500/cryp/
Dcryp.h216 struct scatterlist *sg_dst; member
Dcryp_core.c563 ctx->device->dma.sg_dst = sg; in cryp_set_dma_transfer()
565 ctx->device->dma.sg_dst, in cryp_set_dma_transfer()
580 ctx->device->dma.sg_dst, in cryp_set_dma_transfer()
615 dma_unmap_sg(chan->device->dev, ctx->device->dma.sg_dst, in cryp_dma_done()
/drivers/dma/
Dste_dma40.c2138 struct scatterlist *sg_src, struct scatterlist *sg_dst, in d40_prep_sg_log() argument
2154 ret = d40_log_sg_to_lli(sg_dst, sg_len, in d40_prep_sg_log()
2166 struct scatterlist *sg_src, struct scatterlist *sg_dst, in d40_prep_sg_phy() argument
2185 ret = d40_phy_sg_to_lli(sg_dst, sg_len, dst_dev_addr, in d40_prep_sg_phy()
2237 struct scatterlist *sg_dst, unsigned int sg_len, in d40_prep_sg() argument
2267 ret = d40_prep_sg_log(chan, desc, sg_src, sg_dst, in d40_prep_sg()
2270 ret = d40_prep_sg_phy(chan, desc, sg_src, sg_dst, in d40_prep_sg()