Searched refs:hkey_dma_addr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ccree/ |
H A D | cc_aead.h | 80 dma_addr_t hkey_dma_addr; /* Phys. address of hkey */ member
|
H A D | cc_buffer_mgr.c | 470 if (areq_ctx->hkey_dma_addr) { in cc_unmap_aead_request() 471 dma_unmap_single(dev, areq_ctx->hkey_dma_addr, in cc_unmap_aead_request() 1017 areq_ctx->hkey_dma_addr = dma_addr; in cc_map_aead_request()
|
H A D | cc_aead.c | 1635 set_dout_dlli(&desc[idx], req_ctx->hkey_dma_addr, AES_BLOCK_SIZE, in cc_set_ghash_desc() 1648 set_din_type(&desc[idx], DMA_DLLI, req_ctx->hkey_dma_addr, in cc_set_ghash_desc()
|
/kernel/linux/linux-6.6/drivers/crypto/ccree/ |
H A D | cc_aead.h | 80 dma_addr_t hkey_dma_addr; /* Phys. address of hkey */ member
|
H A D | cc_buffer_mgr.c | 470 if (areq_ctx->hkey_dma_addr) { in cc_unmap_aead_request() 471 dma_unmap_single(dev, areq_ctx->hkey_dma_addr, in cc_unmap_aead_request() 1017 areq_ctx->hkey_dma_addr = dma_addr; in cc_map_aead_request()
|
H A D | cc_aead.c | 1635 set_dout_dlli(&desc[idx], req_ctx->hkey_dma_addr, AES_BLOCK_SIZE, in cc_set_ghash_desc() 1648 set_din_type(&desc[idx], DMA_DLLI, req_ctx->hkey_dma_addr, in cc_set_ghash_desc()
|
Completed in 12 milliseconds