Searched refs:ccm_adata_sg (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/crypto/ccree/ |
D | cc_buffer_mgr.c | 295 sg_init_one(&areq_ctx->ccm_adata_sg, config_data, in cc_set_aead_conf_buf() 297 if (dma_map_sg(dev, &areq_ctx->ccm_adata_sg, 1, DMA_TO_DEVICE) != 1) { in cc_set_aead_conf_buf() 302 &sg_dma_address(&areq_ctx->ccm_adata_sg), in cc_set_aead_conf_buf() 303 sg_page(&areq_ctx->ccm_adata_sg), in cc_set_aead_conf_buf() 304 sg_virt(&areq_ctx->ccm_adata_sg), in cc_set_aead_conf_buf() 305 areq_ctx->ccm_adata_sg.offset, areq_ctx->ccm_adata_sg.length); in cc_set_aead_conf_buf() 308 cc_add_sg_entry(dev, sg_data, 1, &areq_ctx->ccm_adata_sg, in cc_set_aead_conf_buf() 497 dma_unmap_sg(dev, &areq_ctx->ccm_adata_sg, 1, DMA_TO_DEVICE); in cc_unmap_aead_request()
|
D | cc_aead.h | 96 struct scatterlist ccm_adata_sg; member
|
D | cc_aead.c | 1481 sg_dma_address(&req_ctx->ccm_adata_sg), in cc_ccm()
|