Searched refs:key_dma_addr (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/crypto/xilinx/ |
| H A D | zynqmp-aes-gcm.c | 75 dma_addr_t key_dma_addr; member 183 hwreq->key = tfm_ctx->key_dma_addr; in zynqmp_aes_aead_cipher() 311 tfm_ctx->key_dma_addr); in versal_aes_aead_cipher() 451 dma_sync_single_for_device(tfm_ctx->dev, tfm_ctx->key_dma_addr, in zynqmp_aes_aead_setkey() 522 dma_sync_single_for_device(tfm_ctx->dev, tfm_ctx->key_dma_addr, in versal_aes_aead_setkey() 739 tfm_ctx->key_dma_addr = dma_map_single(tfm_ctx->dev, tfm_ctx->key, in xilinx_aes_aead_init() 742 if (unlikely(dma_mapping_error(tfm_ctx->dev, tfm_ctx->key_dma_addr))) { in xilinx_aes_aead_init() 768 dma_unmap_single(tfm_ctx->dev, tfm_ctx->key_dma_addr, AES_KEYSIZE_256, DMA_TO_DEVICE); in xilinx_aes_aead_exit()
|