Searched refs:hkey_dma_addr (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/crypto/ccree/
H A Dcc_aead.h80 dma_addr_t hkey_dma_addr; /* Phys. address of hkey */ member in struct:aead_req_ctx
H A Dcc_buffer_mgr.c470 if (areq_ctx->hkey_dma_addr) {
471 dma_unmap_single(dev, areq_ctx->hkey_dma_addr,
1017 areq_ctx->hkey_dma_addr = dma_addr;
H A Dcc_aead.c1635 set_dout_dlli(&desc[idx], req_ctx->hkey_dma_addr, AES_BLOCK_SIZE,
1648 set_din_type(&desc[idx], DMA_DLLI, req_ctx->hkey_dma_addr,

Completed in 122 milliseconds