Searched refs:SE_AES_BUFLEN (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/crypto/tegra/ |
D | tegra-se-aes.c | 266 rctx->datbuf.buf = dma_alloc_coherent(se->dev, SE_AES_BUFLEN, in tegra_aes_do_one_req() 271 rctx->datbuf.size = SE_AES_BUFLEN; in tegra_aes_do_one_req() 292 dma_free_coherent(ctx->se->dev, SE_AES_BUFLEN, in tegra_aes_do_one_req() 1149 rctx->inbuf.buf = dma_alloc_coherent(ctx->se->dev, SE_AES_BUFLEN, in tegra_ccm_do_one_req() 1154 rctx->inbuf.size = SE_AES_BUFLEN; in tegra_ccm_do_one_req() 1156 rctx->outbuf.buf = dma_alloc_coherent(ctx->se->dev, SE_AES_BUFLEN, in tegra_ccm_do_one_req() 1163 rctx->outbuf.size = SE_AES_BUFLEN; in tegra_ccm_do_one_req() 1198 dma_free_coherent(ctx->se->dev, SE_AES_BUFLEN, in tegra_ccm_do_one_req() 1202 dma_free_coherent(ctx->se->dev, SE_AES_BUFLEN, in tegra_ccm_do_one_req() 1219 rctx->inbuf.buf = dma_alloc_coherent(ctx->se->dev, SE_AES_BUFLEN, in tegra_gcm_do_one_req() [all …]
|
D | tegra-se.h | 343 #define SE_AES_BUFLEN 0x8000 macro
|