Searched refs:ccm_adata_sg (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/crypto/ccree/ |
| D | cc_buffer_mgr.c | 334 sg_init_one(&areq_ctx->ccm_adata_sg, config_data, in cc_set_aead_conf_buf() 336 if (dma_map_sg(dev, &areq_ctx->ccm_adata_sg, 1, DMA_TO_DEVICE) != 1) { in cc_set_aead_conf_buf() 341 &sg_dma_address(&areq_ctx->ccm_adata_sg), in cc_set_aead_conf_buf() 342 sg_page(&areq_ctx->ccm_adata_sg), in cc_set_aead_conf_buf() 343 sg_virt(&areq_ctx->ccm_adata_sg), in cc_set_aead_conf_buf() 344 areq_ctx->ccm_adata_sg.offset, areq_ctx->ccm_adata_sg.length); in cc_set_aead_conf_buf() 347 cc_add_sg_entry(dev, sg_data, 1, &areq_ctx->ccm_adata_sg, in cc_set_aead_conf_buf() 534 dma_unmap_sg(dev, &areq_ctx->ccm_adata_sg, 1, DMA_TO_DEVICE); in cc_unmap_aead_request()
|
| D | cc_aead.h | 97 struct scatterlist ccm_adata_sg; member
|
| D | cc_aead.c | 1491 sg_dma_address(&req_ctx->ccm_adata_sg), in cc_ccm()
|