Home
last modified time | relevance | path

Searched refs:nents_dst (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/ux500/cryp/
H A Dcryp.h218 int nents_dst; member
H A Dcryp_core.c560 ctx->device->dma.nents_dst, in cryp_set_dma_transfer()
849 ctx->device->dma.nents_dst = get_nents(areq->dst, ctx->outlen); in ablk_dma_crypt()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Drk_cryptodev.c791 static void sg_init_table_set_page(struct scatterlist *sgl_dst, unsigned int nents_dst, in sg_init_table_set_page() argument
794 sg_init_table(sgl_dst, nents_dst); in sg_init_table_set_page()