Searched refs:SE_SHA_BUFLEN (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/crypto/tegra/ |
D | tegra-se-hash.c | 399 dma_free_coherent(se->dev, SE_SHA_BUFLEN, in tegra_sha_do_final() 529 rctx->datbuf.buf = dma_alloc_coherent(se->dev, SE_SHA_BUFLEN, in tegra_sha_init() 540 dma_free_coherent(se->dev, SE_SHA_BUFLEN, rctx->datbuf.buf, in tegra_sha_init()
|
D | tegra-se.h | 344 #define SE_SHA_BUFLEN 0x2000 macro
|
D | tegra-se-aes.c | 1570 dma_free_coherent(se->dev, SE_SHA_BUFLEN, in tegra_cmac_do_final() 1681 rctx->datbuf.buf = dma_alloc_coherent(se->dev, SE_SHA_BUFLEN, in tegra_cmac_init()
|